diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-13 14:37:19 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-13 14:39:34 +0100 |
commit | f996b9a3326f3a64831270a0b810851382f8c129 (patch) | |
tree | 277b714ed28ba697695035aced0ce1acf0fe01ef /ext/mro | |
parent | c14f59c3c1b4192dd6126638d5f8a7214c2dd445 (diff) | |
download | perl-f996b9a3326f3a64831270a0b810851382f8c129.tar.gz |
Remove Makefile.PLs that make_ext.pl can automatically generate.
(For core modules, or where the dual life module on CPAN has a Makefile.PL that
is not the same. AUTHOR is only used for the ppm target, which the core doesn't
need.)
Diffstat (limited to 'ext/mro')
-rw-r--r-- | ext/mro/Makefile.PL | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/mro/Makefile.PL b/ext/mro/Makefile.PL deleted file mode 100644 index 71d5415ec1..0000000000 --- a/ext/mro/Makefile.PL +++ /dev/null @@ -1,9 +0,0 @@ -use 5.010000; -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. -WriteMakefile( - NAME => 'mro', - VERSION_FROM => 'mro.pm', # finds $VERSION - ABSTRACT_FROM => 'mro.pm', # retrieve abstract from module - AUTHOR => 'Brandon L. Black <blblack@gmail.com>'); |