diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:51:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:47 -0700 |
commit | 1cfd12eac71966de3d2a3a9aced375e894c55c0a (patch) | |
tree | 964bee2b305e31bc96c5de130d8f83e07ffc6c4e /ext | |
parent | 645b87049490627c9dac664b7f9664aee7ed0270 (diff) | |
download | perl-1cfd12eac71966de3d2a3a9aced375e894c55c0a.tar.gz |
Increase $XS::APItest::VERSION to 0.54
Diffstat (limited to 'ext')
-rw-r--r-- | ext/XS-APItest/APItest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 484457756f..ae70f510aa 100644 --- 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.53'; +our $VERSION = '0.54'; require XSLoader; |