summaryrefslogtreecommitdiff
path: root/write_buildcustomize.pl
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2015-03-18 01:37:04 +0100
committerJames E Keenan <jkeenan@cpan.org>2015-03-22 22:36:14 -0400
commitabec5bedacd77b2152e61ec3216ab47bd7272fc9 (patch)
tree2ce39dbf6dd78d6043ee1d52e283f1aaff106c1e /write_buildcustomize.pl
parent539023973b95d208601bd10848496eae785dcacc (diff)
downloadperl-abec5bedacd77b2152e61ec3216ab47bd7272fc9.tar.gz
Replace common Emacs file-local variables with dir-locals
An empty cpan/.dir-locals.el stops Emacs using the core defaults for code imported from CPAN. Committer's work: To keep t/porting/cmp_version.t and t/porting/utils.t happy, $VERSION needed to be incremented in many files, including throughout dist/PathTools. perldelta entry for module updates. Add two Emacs control files to MANIFEST; re-sort MANIFEST. For: RT #124119.
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r--write_buildcustomize.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 57a547c562..5d819b5ded 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -101,9 +101,4 @@ unlink $file
or warn "Can't unlink $file after error: $!";
die $error;
-# Local variables:
-# cperl-indent-level: 4
-# indent-tabs-mode: nil
-# End:
-#
# ex: set ts=8 sts=4 sw=4 et: