diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-08-26 06:20:05 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-08-26 08:24:33 -0700 |
commit | 7e9e80a75f011c68de21e7e03a01a526d933919b (patch) | |
tree | ede7e7ce2a279713a710126bff5856f8aa04f8ea /MANIFEST | |
parent | 65169990ec2fa183dd798b11e833db0f15b2dc24 (diff) | |
download | perl-7e9e80a75f011c68de21e7e03a01a526d933919b.tar.gz |
[perl #107726] Test for Filter::Simple and ‘no’
use MyFilter;
no MyFilter;
does not work. A fix is forthcoming.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3348,6 +3348,7 @@ dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Si dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests +dist/Filter-Simple/t/no.t See if Filter::Simple works dist/I18N-Collate/lib/I18N/Collate.pm Routines to do strxfrm-based collation dist/I18N-Collate/t/I18N-Collate.t See if I18N::Collate works dist/I18N-LangTags/ChangeLog I18N::LangTags |