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:
59f30b2
)
Increase $XS::APItest::VERSION to 0.82
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 6 Jun 2016 20:41:39 +0000
(13:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 6 Jun 2016 20:58:48 +0000
(13:58 -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
334b9e3
..
c75241e
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.8
1
';
+our $VERSION = '0.8
2
';
require XSLoader;