This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump VERSIONs in all non-dual-lived modules that have changed
[perl5.git] / ext / XS / Typemap / Typemap.pm
index ccfdfb1..04776f0 100644 (file)
@@ -36,7 +36,7 @@ use base qw/ DynaLoader Exporter /;
 
 use vars qw/ $VERSION @EXPORT /;
 
-$VERSION = '0.01';
+$VERSION = '0.03';
 
 @EXPORT = (qw/
           T_SV
@@ -66,8 +66,9 @@ $VERSION = '0.01';
           T_REF_IV_REF
           T_REF_IV_PTR_IN T_REF_IV_PTR_OUT
           T_PTROBJ_IN T_PTROBJ_OUT
-          T_OPAQUE_IN T_OPAQUE_array
+          T_OPAQUE_IN T_OPAQUE_OUT T_OPAQUE_array
           T_OPAQUEPTR_IN T_OPAQUEPTR_OUT T_OPAQUEPTR_OUT_short
+           T_OPAQUEPTR_IN_struct T_OPAQUEPTR_OUT_struct
           T_ARRAY
           T_STDIO_open T_STDIO_close T_STDIO_print
           /);