diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/PerlIO-mmap/mmap.pm | 2 | ||||
-rw-r--r-- | ext/PerlIO-mmap/mmap.xs | 4 | ||||
-rw-r--r-- | ext/XS-APItest/core_or_not.inc | 4 | ||||
-rw-r--r-- | ext/attributes/attributes.pm | 2 | ||||
-rw-r--r-- | ext/attributes/attributes.xs | 4 | ||||
-rw-r--r-- | ext/re/re_top.h | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/ext/PerlIO-mmap/mmap.pm b/ext/PerlIO-mmap/mmap.pm index 7db4a55137..cf97882fa5 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.010'; +our $VERSION = '0.011'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); diff --git a/ext/PerlIO-mmap/mmap.xs b/ext/PerlIO-mmap/mmap.xs index 3e87d3b371..4c96da84f7 100644 --- a/ext/PerlIO-mmap/mmap.xs +++ b/ext/PerlIO-mmap/mmap.xs @@ -2,10 +2,10 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ #define PERL_NO_GET_CONTEXT diff --git a/ext/XS-APItest/core_or_not.inc b/ext/XS-APItest/core_or_not.inc index 8fa32349cb..efc7caa74f 100644 --- a/ext/XS-APItest/core_or_not.inc +++ b/ext/XS-APItest/core_or_not.inc @@ -37,8 +37,8 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) () { * mode: c * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index 6bf10ab747..4a359f0e79 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.19; +our $VERSION = 0.20; @EXPORT_OK = qw(get reftype); @EXPORT = (); diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs index e92f793d5c..d39b77a4f4 100644 --- a/ext/attributes/attributes.xs +++ b/ext/attributes/attributes.xs @@ -216,8 +216,8 @@ usage: * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/ext/re/re_top.h b/ext/re/re_top.h index 6eb02e3368..2d26207bd1 100644 --- a/ext/re/re_top.h +++ b/ext/re/re_top.h @@ -35,8 +35,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ |