summaryrefslogtreecommitdiff
path: root/ext/PerlIO-mmap
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-06-12 14:06:25 +1000
committerTony Cook <tony@develop-help.com>2014-06-12 14:27:21 +1000
commit6d672728d229f6d5728c246e307d797d3f695b5c (patch)
tree7b693ad005831a42a5482da9ee1d4d065da8a91f /ext/PerlIO-mmap
parent46e2868e06e3a90816b9788baa0ef60e02976ea2 (diff)
downloadperl-6d672728d229f6d5728c246e307d797d3f695b5c.tar.gz
bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-Process
Diffstat (limited to 'ext/PerlIO-mmap')
-rw-r--r--ext/PerlIO-mmap/mmap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO-mmap/mmap.pm b/ext/PerlIO-mmap/mmap.pm
index 22cab05852..0f666d27fc 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.012';
+our $VERSION = '0.013';
use XSLoader;
XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);