This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Create isALPHANUMERIC() and kin
[perl5.git] / ext / XS-APItest / APItest.pm
index 9471ce9..831b6f3 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.48';
+our $VERSION = '0.49';
 
 require XSLoader;