summaryrefslogtreecommitdiff
path: root/ext
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 /ext
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 'ext')
-rw-r--r--ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm8
-rw-r--r--ext/PerlIO-mmap/mmap.pm2
-rw-r--r--ext/PerlIO-mmap/mmap.xs6
-rw-r--r--ext/XS-APItest/core_or_not.inc3
-rw-r--r--ext/attributes/attributes.pm2
-rw-r--r--ext/attributes/attributes.xs6
-rw-r--r--ext/re/re_top.h6
7 files changed, 3 insertions, 30 deletions
diff --git a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
index 8dd0f28889..61c66df7ed 100644
--- a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
+++ b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
@@ -8,7 +8,7 @@ use vars qw($VERSION @ISA @EXPORT);
@ISA = qw(Exporter);
@EXPORT = qw(writemain);
-$VERSION = '1.04';
+$VERSION = '1.05';
# blead will run this with miniperl, hence we can't use autodie or File::Temp
my $temp;
@@ -249,10 +249,4 @@ 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:
diff --git a/ext/PerlIO-mmap/mmap.pm b/ext/PerlIO-mmap/mmap.pm
index 0f666d27fc..845f2d1de8 100644
--- a/ext/PerlIO-mmap/mmap.pm
+++ b/ext/PerlIO-mmap/mmap.pm
@@ -1,7 +1,7 @@
package PerlIO::mmap;
use strict;
use warnings;
-our $VERSION = '0.013';
+our $VERSION = '0.014';
use XSLoader;
XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);
diff --git a/ext/PerlIO-mmap/mmap.xs b/ext/PerlIO-mmap/mmap.xs
index 6632544c76..e6d592a67d 100644
--- a/ext/PerlIO-mmap/mmap.xs
+++ b/ext/PerlIO-mmap/mmap.xs
@@ -1,10 +1,4 @@
/*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
* ex: set ts=8 sts=4 sw=4 et:
*/
diff --git a/ext/XS-APItest/core_or_not.inc b/ext/XS-APItest/core_or_not.inc
index 9c1cf561d5..412074a28f 100644
--- a/ext/XS-APItest/core_or_not.inc
+++ b/ext/XS-APItest/core_or_not.inc
@@ -35,9 +35,6 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) () {
/*
* Local variables:
* mode: c
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
* End:
*
* ex: set ts=8 sts=4 sw=4 et:
diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm
index 74cfc6380d..f7af31b7b4 100644
--- a/ext/attributes/attributes.pm
+++ b/ext/attributes/attributes.pm
@@ -1,6 +1,6 @@
package attributes;
-our $VERSION = 0.26;
+our $VERSION = 0.27;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();
diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs
index 9c9ec11f94..d98fd9e3ec 100644
--- a/ext/attributes/attributes.xs
+++ b/ext/attributes/attributes.xs
@@ -249,11 +249,5 @@ usage:
XSRETURN(1);
/*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
* ex: set ts=8 sts=4 sw=4 et:
*/
diff --git a/ext/re/re_top.h b/ext/re/re_top.h
index e73550f9a8..ce4c716aa5 100644
--- a/ext/re/re_top.h
+++ b/ext/re/re_top.h
@@ -33,11 +33,5 @@
#define PERL_NO_GET_CONTEXT
/*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
* ex: set ts=8 sts=4 sw=4 et:
*/