Modern-Perl
Modern-Perl copied to clipboard
The Modern::Perl CPAN Distribution
# Modern::Perl defaults to v5.12 (bug!?) I'm on perl 5.36 and am using `Modern::Perl`. I see that it does not work like the `-E flag` on the command line to...
Hello. As of Perl 5.031009, it is possible to disable indirect method calls outright. ```perl no if $] >= '5.031009', feature => 'indirect'; ```` It occurred to me that this...
I downloaded this module from the AUR and noticed it came with some misspelled and corrupted modules and man pages: - `/usr/share/perl5/vendor_perl/odern/Perl.pm` - `/usr/share/man/man3/odern::Perl.3pm.gz` I then found this repository and...
The test "test_module_true_for" writes the to File::Spec->tmpdir . "/Foo.pm". If multiple users try to install the module at the same time, this can cause the installation to fail, leaving the...