mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
- `BEGIN { require Config; Config->import; }` -> `use Config;`
- `new Safe` -> `Safe->new`
- more use of Test::More skip_all instead of manual print/exit
Safe.pm ======= This is a backport to CPAN of the perl core module Safe.pm. It is currently maintained by the Perl 5 Porters. Thus, you should use the perlbug utility to report bugs in it.