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:
7b81e54
)
Increase $XS::APItest::VERSION
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 5 Jul 2011 04:30:38 +0000
(21:30 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 5 Jul 2011 04:31:12 +0000
(21:31 -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
c6ae302
..
c0326b3
100644
(file)
--- a/
ext/XS-APItest/APItest.pm
+++ b/
ext/XS-APItest/APItest.pm
@@
-50,7
+50,7
@@
sub import {
}
}
-our $VERSION = '0.
29
';
+our $VERSION = '0.
30
';
use vars '$WARNINGS_ON_BOOTSTRAP';
use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);