summaryrefslogtreecommitdiff
path: root/t
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 /t
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 't')
-rw-r--r--t/op/attrproto.t4
-rw-r--r--t/op/groups.t4
-rw-r--r--t/porting/FindExt.t5
-rw-r--r--t/porting/utils.t5
4 files changed, 0 insertions, 18 deletions
diff --git a/t/op/attrproto.t b/t/op/attrproto.t
index 8e69e3382e..464081f29a 100644
--- a/t/op/attrproto.t
+++ b/t/op/attrproto.t
@@ -132,8 +132,4 @@ is @warnings, 0, "Malformed prototype isn't just a warning";
is @warnings, 0, "No more warnings";
}
-# Local variables:
-# indent-tabs-mode: nil
-# End:
-#
# ex: set ts=8 sts=4 sw=4 et:
diff --git a/t/op/groups.t b/t/op/groups.t
index 008aae8450..754690cf1f 100644
--- a/t/op/groups.t
+++ b/t/op/groups.t
@@ -402,8 +402,4 @@ sub uniq {
@_;
}
-# Local variables:
-# indent-tabs-mode: nil
-# End:
-#
# ex: set ts=8 sts=4 sw=4 et:
diff --git a/t/porting/FindExt.t b/t/porting/FindExt.t
index b3f9c31ae2..32c331e104 100644
--- a/t/porting/FindExt.t
+++ b/t/porting/FindExt.t
@@ -75,9 +75,4 @@ unless (join (' ', sort split ' ', $Config{extensions})
sort @found_built);
}
-# Local variables:
-# cperl-indent-level: 4
-# indent-tabs-mode: nil
-# End:
-#
# ex: set ts=8 sts=4 sw=4 et:
diff --git a/t/porting/utils.t b/t/porting/utils.t
index 9842ea27df..475380d416 100644
--- a/t/porting/utils.t
+++ b/t/porting/utils.t
@@ -87,9 +87,4 @@ foreach my $victim (@victims) {
}
}
-# Local variables:
-# cperl-indent-level: 4
-# indent-tabs-mode: nil
-# End:
-#
# ex: set ts=8 sts=4 sw=4 et: