This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the "editor block" from miniperlmain.c to ExtUtils::Miniperl
authorNicholas Clark <nick@ccl4.org>
Sat, 6 Jul 2013 14:21:40 +0000 (16:21 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 7 Jul 2013 10:52:36 +0000 (12:52 +0200)
commit47be8fd0cb19da6ff1bca5139c2b2998b00c3ce4
tree605f6c218f6c3c9cc6354951d0a41af25e3380bf
parenta78951c8adf2702a1136eae4f11657b13ee6697f
Move the "editor block" from miniperlmain.c to ExtUtils::Miniperl

As miniperlmain.c is now generated by ExtUtils::Miniperl (and not the other
way round), there's no reason to have an editor block in the generated file,
as it's not intended to be edited. Instead, add the "generated from" and
read-only headers to miniperlmain.c
ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
miniperlmain.c
regen/miniperlmain.pl