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:
c56acab
)
Increase $XS::APItest::VERSION from 0.31 to 0.32
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 6 Oct 2011 07:08:59 +0000
(
00:08
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 6 Oct 2011 20:01:21 +0000
(13:01 -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
5da52c2
..
a3792d4
100644
(file)
--- a/
ext/XS-APItest/APItest.pm
+++ b/
ext/XS-APItest/APItest.pm
@@
-50,7
+50,7
@@
sub import {
}
}
-our $VERSION = '0.3
1
';
+our $VERSION = '0.3
2
';
use vars '$WARNINGS_ON_BOOTSTRAP';
use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);