Lukas Mai dd8625e73c Safe: clean up some tests
- `BEGIN { require Config; Config->import; }` -> `use Config;`
- `new Safe` -> `Safe->new`
- more use of Test::More skip_all instead of manual print/exit
2025-03-20 08:29:31 +01:00
..
2025-03-20 08:29:31 +01:00
2024-07-17 13:25:57 +02:00
2023-08-15 09:23:53 +10:00
2025-03-20 08:29:31 +01:00

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.