diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-05-25 08:40:18 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-05-29 21:53:17 -0400 |
commit | 14d04a33467fd25c9767918f61a2bfaec64b0cfa (patch) | |
tree | f6137bf68ff85222756eee71bc399184080c8350 /ext/PerlIO-mmap/mmap.pm | |
parent | 34a2706e505e63c675528e3a99d1c07496c48606 (diff) | |
download | perl-14d04a33467fd25c9767918f61a2bfaec64b0cfa.tar.gz |
update the editor hints for spaces, not tabs
This updates the editor hints in our files for Emacs and vim to request
that tabs be inserted as spaces.
Diffstat (limited to 'ext/PerlIO-mmap/mmap.pm')
-rw-r--r-- | ext/PerlIO-mmap/mmap.pm | 2 |
1 files changed, 1 insertions, 1 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); |