diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-03-26 11:36:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-03-26 11:36:45 +0000 |
commit | df4bc1f3db37f537676613dcfce8f558620c6cad (patch) | |
tree | 2deb13dbd615f7d982ebe8dfd28e660be6260aa1 /ext/PerlIO-encoding | |
parent | 776304fb7495ca9887f88c5e9a08bc830a2f4b4d (diff) | |
download | perl-df4bc1f3db37f537676613dcfce8f558620c6cad.tar.gz |
make_ext.pl's automatic Makefile.PL generation can write these five for us.
Diffstat (limited to 'ext/PerlIO-encoding')
-rw-r--r-- | ext/PerlIO-encoding/Makefile.PL | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/PerlIO-encoding/Makefile.PL b/ext/PerlIO-encoding/Makefile.PL deleted file mode 100644 index b6e0132259..0000000000 --- a/ext/PerlIO-encoding/Makefile.PL +++ /dev/null @@ -1,7 +0,0 @@ -use ExtUtils::MakeMaker; -WriteMakefile( - NAME => "PerlIO::encoding", - MAN3PODS => {}, # Pods will be built by installman. - VERSION_FROM => 'encoding.pm', -); - |