diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-28 16:13:11 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 11:12:38 +0100 |
commit | 5a4811be25e2c4fa466997f8fc1ac08c1abddb9e (patch) | |
tree | 8add352aba63d0bffc05076f03aa774b04085d58 /dist/Safe/README | |
parent | ea6a18807a96ca23333934a286429145ae29eea4 (diff) | |
download | perl-5a4811be25e2c4fa466997f8fc1ac08c1abddb9e.tar.gz |
Move Safe from ext/ to dist/
Diffstat (limited to 'dist/Safe/README')
-rw-r--r-- | dist/Safe/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/Safe/README b/dist/Safe/README new file mode 100644 index 0000000000..c19f3f10bf --- /dev/null +++ b/dist/Safe/README @@ -0,0 +1,8 @@ +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. + |