This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $XS::Typemap::VERSION to 0.13
[perl5.git] / ext / XS-Typemap / Typemap.pm
index 1090d9a..61266a6 100644 (file)
@@ -36,7 +36,7 @@ require XSLoader;
 
 use vars qw/ $VERSION @EXPORT /;
 
-$VERSION = '0.09';
+$VERSION = '0.13';
 
 @EXPORT = (qw/
           T_SV
@@ -55,6 +55,7 @@ $VERSION = '0.09';
            T_ENUM
            T_BOOL
            T_BOOL_2
+           T_BOOL_OUT
            T_U_INT
            T_SHORT
            T_U_SHORT
@@ -65,7 +66,7 @@ $VERSION = '0.09';
            T_FLOAT
            T_NV
           T_DOUBLE
-          T_PV
+          T_PV T_PV_null T_PV_mutate T_ROPV
           T_PTR_IN T_PTR_OUT
           T_PTRREF_IN T_PTRREF_OUT
           T_REF_IV_REF