summaryrefslogtreecommitdiff
path: root/ext/ExtUtils-Miniperl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-07-06 16:21:40 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-07 12:52:36 +0200
commit47be8fd0cb19da6ff1bca5139c2b2998b00c3ce4 (patch)
tree605f6c218f6c3c9cc6354951d0a41af25e3380bf /ext/ExtUtils-Miniperl
parenta78951c8adf2702a1136eae4f11657b13ee6697f (diff)
downloadperl-47be8fd0cb19da6ff1bca5139c2b2998b00c3ce4.tar.gz
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
Diffstat (limited to 'ext/ExtUtils-Miniperl')
-rw-r--r--ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm18
1 files changed, 8 insertions, 10 deletions
diff --git a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
index b14b216697..a2870fe25a 100644
--- a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
+++ b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
@@ -222,16 +222,6 @@ EOT
print $fh <<'EOT';
}
-
-/*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set ts=8 sts=4 sw=4 et:
- */
EOT
}
@@ -280,3 +270,11 @@ deal with this module directly.
L<ExtUtils::MakeMaker>
=cut
+
+# Local variables:
+# c-indentation-style: bsd
+# c-basic-offset: 4
+# indent-tabs-mode: nil
+# End:
+#
+# ex: set ts=8 sts=4 sw=4 et: