summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-02-28 18:52:15 +0100
committerYves Orton <demerphq@gmail.com>2023-03-03 14:55:03 +0800
commit57f98c9a18feee74f286abfbe4f84551bb6fee4d (patch)
tree2a6cfecc6b0e477229fba02ab144622517a9e3bc /MANIFEST
parent04528e741d17821b6c5e65bfb24935e912d182d3 (diff)
downloadperl-57f98c9a18feee74f286abfbe4f84551bb6fee4d.tar.gz
dist/Filter-Simple - synchronize Makefile.PL and Changes from CPAN
Minor changes to Makefile.PL: whitespace, INSTALLDIRS, and added a require 5.006 as the module uses 'our', and removed some logic that is thus redundant for building on perl versions earlier than 5.006. Also changed license from 'perl' to 'perl_5'
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 0f13e1e9c1..3ff4e4575c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3773,7 +3773,9 @@ dist/ExtUtils-ParseXS/t/XSTightDirectives.xs Test file for ExtUtils::ParseXS t
dist/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/XSWarn.xs ExtUtils::ParseXS tests
+dist/Filter-Simple/Changes History of change for Filter::Simple
dist/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
+dist/Filter-Simple/Makefile.PL Build Filter::Simple
dist/Filter-Simple/t/code_no_comments.t See if Filter::Simple works
dist/Filter-Simple/t/data.t See if Filter::Simple works
dist/Filter-Simple/t/export.t See if Filter::Simple works