diff options
author | Tim Bunce <Tim.Bunce@pobox.com> | 2010-02-26 11:25:02 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-02-26 11:25:31 +0100 |
commit | 27c4ce72ddbd75b22d861f598b90df3c325193bf (patch) | |
tree | f84a8f666a3cd4d6ebc383f0f4c8d2eb0656d8af /MANIFEST | |
parent | d2177bdff53b8195a5f64299d691c735a161f905 (diff) | |
download | perl-27c4ce72ddbd75b22d861f598b90df3c325193bf.tar.gz |
Add methods wrap_code_ref and wrap_code_refs_within
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2756,6 +2756,7 @@ dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe dist/Safe/t/safesort.t Tests Safe with sort dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c dist/Safe/t/safeutf8.t Tests Safe with utf8.pm +dist/Safe/t/safewrap.t Tests Safe::wrap_code_ref() dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works |