We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c83ace commit a5a25f8Copy full SHA for a5a25f8
docs/FEATURE_MATRIX.md
@@ -56,7 +56,7 @@ PerlOnJava implements most core Perl features with some key differences:
56
- ✅ **Perl-like runtime error messages**: Runtime errors are formatted similarly to Perl's.
57
- ✅ **Comments**: Support for comments and POD (documentation) in code is implemented.
58
- ✅ **Environment**: Support for `PERL5LIB`, `PERL5OPT` environment variables.
59
-- ❌ **Perl-like warnings**: Internal support for most warnings is missing. Warnings need to be formatted to resemble Perl's output.
+- 🚧 **Perl-like warnings**: Warnings is work in progress. Some warnings need to be formatted to resemble Perl's output.
60
- ❌ **Perl debugger**: The built-in Perl debugger (`perl -d`) is not implemented..
61
62
0 commit comments