diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 13:29:35 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 13:29:35 +0100 |
commit | 829afbf78f8250035615e4d1bbcab1709345abab (patch) | |
tree | e9559c3af5a94a31afe037a01c917a8cf9cb36f4 /ext/XS-APItest | |
parent | e191e71ccab54e844448a322eb05dd49e07c73fa (diff) | |
download | perl-829afbf78f8250035615e4d1bbcab1709345abab.tar.gz |
Bump VERSIONs in XS-APItest and XS-APItest-KeywordRPN
Not strictly necessary for these modules since they don't get installed
anyway, but their XS files have been changed since 5.13.4
Diffstat (limited to 'ext/XS-APItest')
-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 05546ff41c..11011e0222 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -27,7 +27,7 @@ our @EXPORT = qw( print_double print_int print_long sv_count ); -our $VERSION = '0.20'; +our $VERSION = '0.21'; use vars '$WARNINGS_ON_BOOTSTRAP'; use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END); |