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:
40aafcb
)
Increase $XS:APItest::VERSION to 0.43
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 21 Aug 2012 23:52:15 +0000
(16:52 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 21 Aug 2012 23:52:15 +0000
(16:52 -0700)
ext/XS-APItest/APItest.pm
patch
|
blob
|
history
diff --git
a/ext/XS-APItest/APItest.pm
b/ext/XS-APItest/APItest.pm
index
a72fb6c
..
749af95
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.4
2
';
+our $VERSION = '0.4
3
';
require XSLoader;