Remove some IGNORABLE files from ext/ and lib/
authorSteve Hay <steve.m.hay@googlemail.com>
Fri, 18 Oct 2013 21:59:54 +0000 (22:59 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Fri, 18 Oct 2013 21:59:54 +0000 (22:59 +0100)
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.

MANIFEST
ext/PerlIO-encoding/MANIFEST [deleted file]
ext/XS-APItest/MANIFEST [deleted file]
ext/XS-APItest/README [deleted file]
lib/DBM_Filter/Changes [deleted file]

index 3c9351f27e969dd868d2f29aa68bff0f017f2bf0..34bf5cfc1300c352ed09266be14c55135e218ed8 100644 (file)
--- 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 (file)
index e3abc81..0000000
+++ /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 (file)
index a8cfd5f..0000000
+++ /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 (file)
index cdbf449..0000000
+++ /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 (file)
index 3f0841f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Revision history for Perl extension DBM_Filter.
-
-0.01  Sat, 17 Jan 2004
-
-      * Original version created.