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:
031c6d8
)
Increase $XS::APItest::VERSION to 0.56
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 29 Aug 2013 01:36:22 +0000
(18:36 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 29 Aug 2013 05:26:14 +0000
(22:26 -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
823d6cc
..
4a4e399
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
5
';
+our $VERSION = '0.5
6
';
require XSLoader;