projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645b870
)
Increase $XS::APItest::VERSION to 0.54
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 04:51:42 +0000
(21:51 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 05:11:47 +0000
(22:11 -0700)
ext/XS-APItest/APItest.pm
patch
|
blob
|
history
diff --git
a/ext/XS-APItest/APItest.pm
b/ext/XS-APItest/APItest.pm
index
4844577
..
ae70f51
100644
(file)
--- a/
ext/XS-APItest/APItest.pm
+++ b/
ext/XS-APItest/APItest.pm
@@
-5,7
+5,7
@@
use strict;
use warnings;
use Carp;
-our $VERSION = '0.5
3
';
+our $VERSION = '0.5
4
';
require XSLoader;