summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-10-18 22:59:54 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-10-18 22:59:54 +0100
commiteef450ee02fde6023d47fb7f89a4c3f2379423d7 (patch)
tree130d349399e478daafa56d2fe1b087a36e710450
parent4457d8d1e4b99fb9ee3a4dc3ade874cf92bdc516 (diff)
downloadperl-eef450ee02fde6023d47fb7f89a4c3f2379423d7.tar.gz
Remove some IGNORABLE files from ext/ and lib/
There is surely no point in having any of these modules' MANIFEST files in the core distribution, but other IGNORABLE files should generally stay in ext/ and lib/ in case they ever get dual-lived (and likewise for modules in dist/, which are already dual-lived and some of which include even MANIFEST files, presumably used to roll CPAN releases from). However, XS-APItest's README file and DBM_Filter's Changes file offer nothing useful, so remove them.
-rw-r--r--MANIFEST4
-rw-r--r--ext/PerlIO-encoding/MANIFEST4
-rw-r--r--ext/XS-APItest/MANIFEST10
-rw-r--r--ext/XS-APItest/README20
-rw-r--r--lib/DBM_Filter/Changes5
5 files changed, 0 insertions, 43 deletions
diff --git a/MANIFEST b/MANIFEST
index 3c9351f27e..34bf5cfc13 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3663,7 +3663,6 @@ ext/Opcode/t/Opcode.t See if Opcode works
ext/Opcode/t/ops.t See if Opcode works
ext/PerlIO-encoding/encoding.pm PerlIO::encoding
ext/PerlIO-encoding/encoding.xs PerlIO::encoding
-ext/PerlIO-encoding/MANIFEST PerlIO::encoding list of files
ext/PerlIO-encoding/t/encoding.t See if PerlIO encoding conversion works
ext/PerlIO-encoding/t/fallback.t See if PerlIO fallbacks work
ext/PerlIO-encoding/t/nolooping.t Tests for PerlIO::encoding
@@ -3820,10 +3819,8 @@ ext/XS-APItest/core.c Test API functions when PERL_CORE is defined
ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c
ext/XS-APItest/exception.c XS::APItest extension
ext/XS-APItest/Makefile.PL XS::APItest extension
-ext/XS-APItest/MANIFEST XS::APItest extension
ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined
ext/XS-APItest/numeric.xs XS::APItest wrappers for numeric.c
-ext/XS-APItest/README XS::APItest extension
ext/XS-APItest/t/addissub.t test op check wrapping
ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing
ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines
@@ -4067,7 +4064,6 @@ lib/Config/Extensions.pm Convenient hash lookup for built extensions
lib/Config/Extensions.t See if Config::Extensions works
lib/Config.t See if Config works
lib/CORE.pod document the CORE namespace
-lib/DBM_Filter/Changes DBM Filter Change history
lib/DBM_Filter/compress.pm DBM Filter to compress keys/values
lib/DBM_Filter/encode.pm DBM Filter for encoding
lib/DBM_Filter/int32.pm DBM Filter for creating int32 keys/values
diff --git a/ext/PerlIO-encoding/MANIFEST b/ext/PerlIO-encoding/MANIFEST
deleted file mode 100644
index e3abc816d5..0000000000
--- a/ext/PerlIO-encoding/MANIFEST
+++ /dev/null
@@ -1,4 +0,0 @@
-MANIFEST This list of files
-Makefile.PL
-encoding.pm
-encoding.xs
diff --git a/ext/XS-APItest/MANIFEST b/ext/XS-APItest/MANIFEST
deleted file mode 100644
index a8cfd5f05d..0000000000
--- a/ext/XS-APItest/MANIFEST
+++ /dev/null
@@ -1,10 +0,0 @@
-Makefile.PL
-MANIFEST
-README
-APItest.pm
-APItest.xs
-exception.c
-t/call.t
-t/hash.t
-t/printf.t
-t/push.t
diff --git a/ext/XS-APItest/README b/ext/XS-APItest/README
deleted file mode 100644
index cdbf449e26..0000000000
--- a/ext/XS-APItest/README
+++ /dev/null
@@ -1,20 +0,0 @@
-XS::APItest version 0.01
-========================
-
-This module is used to test that the Perl C API is working correctly.
-It is not meant to be installed.
-
-Currently tests that printf formatting works correctly.
-
-DEPENDENCIES
-
-None.
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2002 Tim Jenness, Christian Soeller and Hugo van der Sanden.
-All Rights Reserved.
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
diff --git a/lib/DBM_Filter/Changes b/lib/DBM_Filter/Changes
deleted file mode 100644
index 3f0841f664..0000000000
--- a/lib/DBM_Filter/Changes
+++ /dev/null
@@ -1,5 +0,0 @@
-Revision history for Perl extension DBM_Filter.
-
-0.01 Sat, 17 Jan 2004
-
- * Original version created.