make_ext.pl's automatic Makefile.PL generation can write these five for us.
Nicholas Clark [Thu, 26 Mar 2009 11:36:45 +0000 (11:36 +0000)]
MANIFEST
ext/Filter-Util-Call/Makefile.PL [deleted file]
ext/Opcode/Makefile.PL [deleted file]
ext/PerlIO-encoding/Makefile.PL [deleted file]
ext/PerlIO-scalar/Makefile.PL [deleted file]
ext/PerlIO-via/Makefile.PL [deleted file]

index 962116b..b4257dc 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -705,7 +705,6 @@ ext/File-Glob/TODO          File::Glob extension todo list
 ext/File-Glob/t/taint.t                See if File::Glob works
 ext/Filter-Util-Call/Call.pm   Filter::Util::Call extension module
 ext/Filter-Util-Call/Call.xs   Filter::Util::Call extension external subroutines
-ext/Filter-Util-Call/Makefile.PL       Filter::Util::Call extension makefile writer
 ext/Filter-Util-Call/t/call.t  See if Filter::Util::Call works
 ext/GDBM_File/GDBM_File.pm     GDBM extension Perl module
 ext/GDBM_File/GDBM_File.xs     GDBM extension external subroutines
@@ -1019,7 +1018,6 @@ ext/ODBM_File/ODBM_File.pm        ODBM extension Perl module
 ext/ODBM_File/ODBM_File.xs     ODBM extension external subroutines
 ext/ODBM_File/t/odbm.t         See if ODBM_File works
 ext/ODBM_File/typemap          ODBM extension interface types
-ext/Opcode/Makefile.PL         Opcode extension makefile writer
 ext/Opcode/Opcode.pm           Opcode extension Perl module
 ext/Opcode/Opcode.xs           Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
@@ -1027,18 +1025,15 @@ 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/Makefile.PL        PerlIO::encoding makefile writer
 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
-ext/PerlIO-scalar/Makefile.PL  PerlIO layer for scalars
 ext/PerlIO-scalar/scalar.pm    PerlIO layer for scalars
 ext/PerlIO-scalar/scalar.xs    PerlIO layer for scalars
 ext/PerlIO-scalar/t/scalar.t   See if PerlIO::scalar works
 ext/PerlIO-scalar/t/scalar_ungetc.t    Tests for PerlIO layer for scalars
 ext/PerlIO-via/hints/aix.pl    Hint for PerlIO::via for named architecture
-ext/PerlIO-via/Makefile.PL     PerlIO layer for layers in perl
 ext/PerlIO-via/t/via.t         See if PerlIO::via works
 ext/PerlIO-via/via.pm          PerlIO layer for layers in perl
 ext/PerlIO-via/via.xs          PerlIO layer for layers in perl
diff --git a/ext/Filter-Util-Call/Makefile.PL b/ext/Filter-Util-Call/Makefile.PL
deleted file mode 100644 (file)
index 030dbc2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-       NAME            => 'Filter::Util::Call',
-       VERSION_FROM    => 'Call.pm',
-       MAN3PODS        => {},  # Pods will be built by installman.
-);
diff --git a/ext/Opcode/Makefile.PL b/ext/Opcode/Makefile.PL
deleted file mode 100644 (file)
index 890832a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
-    NAME => 'Opcode',
-    MAN3PODS   => {},
-    VERSION_FROM => 'Opcode.pm',
-);
diff --git a/ext/PerlIO-encoding/Makefile.PL b/ext/PerlIO-encoding/Makefile.PL
deleted file mode 100644 (file)
index b6e0132..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
-       NAME            => "PerlIO::encoding",
-       MAN3PODS    => {},  # Pods will be built by installman.
-       VERSION_FROM    => 'encoding.pm',
-);
-
diff --git a/ext/PerlIO-scalar/Makefile.PL b/ext/PerlIO-scalar/Makefile.PL
deleted file mode 100644 (file)
index 11a9ee5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
-       NAME            => "PerlIO::scalar",
-       MAN3PODS    => {},  # Pods will be built by installman.
-       VERSION_FROM    => 'scalar.pm',
-);
-
diff --git a/ext/PerlIO-via/Makefile.PL b/ext/PerlIO-via/Makefile.PL
deleted file mode 100644 (file)
index deb401f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
-       NAME            => "PerlIO::via",
-       MAN3PODS    => {},  # Pods will be built by installman.
-       VERSION_FROM    => 'via.pm',
-);
-