diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-28 18:36:22 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-28 22:26:14 -0700 |
commit | 463c2383da9f3853bf816432ce881e72556f641b (patch) | |
tree | 7f9c912085ad6c677ac2f057c7a54e4a083ed183 /ext/XS-APItest/APItest.pm | |
parent | 031c6d827a20d62a99481765d8e1b1686025aa2b (diff) | |
download | perl-463c2383da9f3853bf816432ce881e72556f641b.tar.gz |
Increase $XS::APItest::VERSION to 0.56
Diffstat (limited to 'ext/XS-APItest/APItest.pm')
-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 823d6cc8fb..4a4e3999ce 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.55'; +our $VERSION = '0.56'; require XSLoader; |