This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.pl
authorNicholas Clark <nick@ccl4.org>
Thu, 4 Jul 2013 09:28:53 +0000 (11:28 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 7 Jul 2013 10:52:36 +0000 (12:52 +0200)
commit7b4d95f74b61267ca3d460b061b824f1374b2672
treea4b602b00f32a800526dbf55667276a1aa78b8f4
parent17f4bbffad1ab0f526587d262bbed2534da5312b
Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.pl

It does increase the lines of code slightly but it replaces a bunch of
platform specific special case code in the Makefiles for *nix, Win32 and VMS
with one unified implementation. And in Perl, rather than 3+ different
languages.

This feels like the right maintainability trade-off.
MANIFEST
Makefile.SH
Porting/Maintainers.pl
ext/ExtUtils-Miniperl/Makefile.PL [new file with mode: 0644]
ext/ExtUtils-Miniperl/Miniperl_pm.PL [moved from minimod.pl with 97% similarity]
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk