diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-24 00:40:23 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-24 00:40:23 -0700 |
commit | 3613e672611050280ed9ed15546538e2b16b9a45 (patch) | |
tree | b3cb6229d90035253f94fc3778b85ec11a8330ad /ext | |
parent | ecf05a582e3c4c0f74622847331af430479c4fcb (diff) | |
download | perl-3613e672611050280ed9ed15546538e2b16b9a45.tar.gz |
Increase $XS::APItest::VERSION to 0.65
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 2950eaf737..1dbb16fb10 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.64'; +our $VERSION = '0.65'; require XSLoader; |