diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:52:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:52:15 -0700 |
commit | a4327692eb80f73e5f8bea9b9564a692eb6155f0 (patch) | |
tree | 5a9a390d3babd01adb972b377ccdcbc090c29d6a | |
parent | 40aafcba16efa861b564ed7c109db129cd14ec17 (diff) | |
download | perl-a4327692eb80f73e5f8bea9b9564a692eb6155f0.tar.gz |
Increase $XS:APItest::VERSION to 0.43
-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 a72fb6c443..749af95b8d 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.42'; +our $VERSION = '0.43'; require XSLoader; |