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:
fdf4ddd
)
Increase $XS::APItest::VERSION to 0.45
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 17 Nov 2012 20:44:31 +0000
(12:44 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 17 Nov 2012 21:49:09 +0000
(13:49 -0800)
ext/XS-APItest/APItest.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS-APItest/APItest.pm
b/ext/XS-APItest/APItest.pm
index
f33b80b
..
71c9cc1
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.4
4
';
+our $VERSION = '0.4
5
';
require XSLoader;