This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow space for NUL is UTF-8 array decls
[perl5.git] / ext / XS-APItest / APItest.pm
index 2115580..8eda0f7 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.79';
+our $VERSION = '0.96';
 
 require XSLoader;