diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-22 22:05:24 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 16:51:31 -0700 |
commit | df416c68f720585387215cb0d3dd260ae01828f1 (patch) | |
tree | 55f8cc77d1bdd5c3b19ceb0f0349a129db31a359 /ext | |
parent | 2fc690dc433a2e019dc3dc5c703da58c44cbd64c (diff) | |
download | perl-df416c68f720585387215cb0d3dd260ae01828f1.tar.gz |
Increase $XS::APItest::VERSION to 0.39
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 6c3c3230ec..d7fb60adea 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.38'; +our $VERSION = '0.39'; require XSLoader; |