This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e2868
)
bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-Process
author
Tony Cook
<tony@develop-help.com>
Thu, 12 Jun 2014 04:06:25 +0000
(14:06 +1000)
committer
Tony Cook
<tony@develop-help.com>
Thu, 12 Jun 2014 04:27:21 +0000
(14:27 +1000)
ext/PerlIO-encoding/encoding.pm
patch
|
blob
|
blame
|
history
ext/PerlIO-mmap/mmap.pm
patch
|
blob
|
blame
|
history
ext/PerlIO-scalar/scalar.pm
patch
|
blob
|
blame
|
history
os2/OS2/OS2-Process/Process.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO-encoding/encoding.pm
b/ext/PerlIO-encoding/encoding.pm
index
8d39ed9
..
b8da9be
100644
(file)
--- a/
ext/PerlIO-encoding/encoding.pm
+++ b/
ext/PerlIO-encoding/encoding.pm
@@
-1,7
+1,7
@@
package PerlIO::encoding;
use strict;
-our $VERSION = '0.1
8
';
+our $VERSION = '0.1
9
';
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
22cab05
..
0f666d2
100644
(file)
--- 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.01
2
';
+our $VERSION = '0.01
3
';
use XSLoader;
XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);
diff --git
a/ext/PerlIO-scalar/scalar.pm
b/ext/PerlIO-scalar/scalar.pm
index
7581f84
..
ebb6a3e
100644
(file)
--- a/
ext/PerlIO-scalar/scalar.pm
+++ b/
ext/PerlIO-scalar/scalar.pm
@@
-1,5
+1,5
@@
package PerlIO::scalar;
-our $VERSION = '0.1
8
';
+our $VERSION = '0.1
9
';
require XSLoader;
XSLoader::load();
1;
diff --git
a/os2/OS2/OS2-Process/Process.pm
b/os2/OS2/OS2-Process/Process.pm
index
55e8f61
..
babe470
100644
(file)
--- 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);
}