projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a681c2f
)
Bump version of PerlIO::via after previous change
Rafael Garcia-Suarez [Mon, 2 Feb 2009 16:01:10 +0000 (17:01 +0100)]
ext/PerlIO/via/via.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO/via/via.pm
b/ext/PerlIO/via/via.pm
index
66aa974
..
53d4358
100644
(file)
--- a/
ext/PerlIO/via/via.pm
+++ b/
ext/PerlIO/via/via.pm
@@
-1,5
+1,5
@@
package PerlIO::via;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use XSLoader ();
XSLoader::load 'PerlIO::via';
1;