diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-03-24 22:10:20 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-03-24 22:10:20 -0700 |
commit | 9baf31049f1a90bbba573fadb8c62278a52202db (patch) | |
tree | 429197b462531180ea15b81132c1091309c2c077 /ext | |
parent | 16a6e5a4fcd2b316d2d7176996896095732eb3f7 (diff) | |
download | perl-9baf31049f1a90bbba573fadb8c62278a52202db.tar.gz |
Increase $XS::APItest::VERSION to 0.72
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 e4b7156496..5e5c311c51 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.71'; +our $VERSION = '0.72'; require XSLoader; |