This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a59042
)
Add DO NOT EDIT notice to buildcustomize.pl
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 4 Dec 2013 13:28:20 +0000
(
05:28
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 7 Dec 2013 02:40:46 +0000
(18:40 -0800)
write_buildcustomize.pl
patch
|
blob
|
blame
|
history
diff --git
a/write_buildcustomize.pl
b/write_buildcustomize.pl
index
df74fc4
..
20ac532
100644
(file)
--- a/
write_buildcustomize.pl
+++ b/
write_buildcustomize.pl
@@
-60,6
+60,10
@@
my $error;
print $fh <<"EOT" or $error = "Can't print to $file: $!";
#!perl
+# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
+# This file is generated by write_buildcustomize.pl.
+# Any changes made here will be lost!
+
# We are miniperl, building extensions
# Reset \@INC completely, adding the directories we need, and removing the
# installed directories (which we don't need to read, and may confuse us)