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:
b5e03f4
)
Increase $XS::APItest::VERSION to 0.64
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 29 Aug 2014 00:40:23 +0000
(17:40 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Sep 2014 13:19:32 +0000
(06:19 -0700)
ext/XS-APItest/APItest.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS-APItest/APItest.pm
b/ext/XS-APItest/APItest.pm
index
7fed553
..
2950eaf
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
3
';
+our $VERSION = '0.6
4
';
require XSLoader;