diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-12-04 05:28:20 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-12-06 18:40:46 -0800 |
commit | 66ff7d34c2e2275f89445e904eb5979ada07ef9f (patch) | |
tree | d70a4fe4f59b97373c237545b7363a6e6c9ffc05 /write_buildcustomize.pl | |
parent | 2a590426b39988d335b9a105074d0e3b4c7fbeb8 (diff) | |
download | perl-66ff7d34c2e2275f89445e904eb5979ada07ef9f.tar.gz |
Add DO NOT EDIT notice to buildcustomize.pl
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index df74fc4d63..20ac532344 100644 --- 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) |