diff options
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', -); - |