diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-03-25 14:22:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-03-25 14:25:57 -0700 |
commit | 864db5fdec4230e524b19f1f01b8c8b499458d66 (patch) | |
tree | 7463d1bec2c92fc5fb292aab1c2d2e2970c9a02f /ext | |
parent | fefd015fc8da20cc1e26de042052ba62ac8bc583 (diff) | |
download | perl-864db5fdec4230e524b19f1f01b8c8b499458d66.tar.gz |
Increase $XS::APItest::VERSION to 0.38
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 78d77f1f87..6c3c3230ec 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.37'; +our $VERSION = '0.38'; require XSLoader; |