Skip to content

Commit 27b93b0

Browse files
committed
docs
1 parent d0a9d80 commit 27b93b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FEATURE_MATRIX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
- ✔️ **Special variables**: The special variables `%ENV`, `@ARGV`, `@INC`, `$0`, `$_`, `$.`, `$]`, `$"`, `$\\`, `$,`, `$/`, `$$`, `$a`, `$b`, `$^O`, `$^V` are implemented.
254254
- ✔️ **I/O symbols**: `STDOUT`, `STDERR`, `STDIN`, `ARGV`, `ARGVOUT` are implemented.
255255
-**Thread-safe `@_`, `$_`, and regex variables**: Thread safety for global special variables is missing.
256+
-**Alternative ways to set typeglob**: `$constant::{_CAN_PCS} = \$const`.
256257

257258
## Perl Modules, Pragmas, Features
258259
- ✔️ **UNIVERSAL**: `isa`, `can`, `DOES`, `VERSION` are implemented. `isa` operator is implemented.

0 commit comments

Comments
 (0)