diff options
author | Tim Bunce <Tim.Bunce@pobox.com> | 2009-12-01 00:15:21 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-12-01 00:16:41 +0100 |
commit | 576b33a19ccaf98d4dfe201d529c55c3747f0cb6 (patch) | |
tree | 09782e2c22c0e7ce60311bbc0c3bb88816db6a6e /MANIFEST | |
parent | 2e0a827f13b2065625fa468c74693fcff824b17f (diff) | |
download | perl-576b33a19ccaf98d4dfe201d529c55c3747f0cb6.tar.gz |
[rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -Dusethreads
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2755,6 +2755,7 @@ dist/Safe/t/safe2.t See if Safe works dist/Safe/t/safe3.t See if Safe works dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe 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/SelfLoader/lib/SelfLoader.pm Load functions only on demand dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works |