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:
de09213
)
bump $XS::APItest::VERSION to 0.61
author
Tony Cook
<tony@develop-help.com>
Tue, 20 May 2014 05:06:33 +0000
(15:06 +1000)
committer
Tony Cook
<tony@develop-help.com>
Thu, 29 May 2014 06:11:49 +0000
(16:11 +1000)
ext/XS-APItest/APItest.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS-APItest/APItest.pm
b/ext/XS-APItest/APItest.pm
index
8c72b35
..
e17e263
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.6
0
';
+our $VERSION = '0.6
1
';
require XSLoader;