projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1693fdb
)
bump PerlIO::scalar's version
author
Tony Cook <tony@develop-help.com>
Mon, 31 Dec 2012 00:48:24 +0000 (11:48 +1100)
committer
Tony Cook <tony@develop-help.com>
Thu, 24 Jan 2013 23:27:29 +0000 (10:27 +1100)
ext/PerlIO-scalar/scalar.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO-scalar/scalar.pm
b/ext/PerlIO-scalar/scalar.pm
index
813f5e6
..
64ecc22
100644
(file)
--- a/
ext/PerlIO-scalar/scalar.pm
+++ b/
ext/PerlIO-scalar/scalar.pm
@@
-1,5
+1,5
@@
package PerlIO::scalar;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
require XSLoader;
XSLoader::load();
1;