summaryrefslogtreecommitdiff
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
parent46e2868e06e3a90816b9788baa0ef60e02976ea2 (diff)
downloadperl-6d672728d229f6d5728c246e307d797d3f695b5c.tar.gz
bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-Process
-rw-r--r--ext/PerlIO-encoding/encoding.pm2
-rw-r--r--ext/PerlIO-mmap/mmap.pm2
-rw-r--r--ext/PerlIO-scalar/scalar.pm2
-rw-r--r--os2/OS2/OS2-Process/Process.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/PerlIO-encoding/encoding.pm b/ext/PerlIO-encoding/encoding.pm
index 8d39ed9a20..b8da9be164 100644
--- a/ext/PerlIO-encoding/encoding.pm
+++ b/ext/PerlIO-encoding/encoding.pm
@@ -1,7 +1,7 @@
package PerlIO::encoding;
use strict;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
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);
diff --git a/ext/PerlIO-scalar/scalar.pm b/ext/PerlIO-scalar/scalar.pm
index 7581f84d6e..ebb6a3ea67 100644
--- a/ext/PerlIO-scalar/scalar.pm
+++ b/ext/PerlIO-scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
require XSLoader;
XSLoader::load();
1;
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm
index 55e8f61638..babe470198 100644
--- a/os2/OS2/OS2-Process/Process.pm
+++ b/os2/OS2/OS2-Process/Process.pm
@@ -20,7 +20,7 @@ BEGIN {
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.09";
+ our $VERSION = "1.10";
XSLoader::load('OS2::Process', $VERSION);
}