The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ExtUtils::Typemaps::Misc - A collection of miscelaneous typemap templates

VERSION

version 0.001

DESCRIPTION

This distribution is a collection of the following typemap bundles:

OpaqueObj

ExtUtils::Typemaps::OpaqueObj is a typemap bundle that contains T_OPAQUEOBJ, a typemap for objects that are self contained and therefore can safely be copied for serialization and thread cloning.

IntObj

ExtUtils::Typemaps::IntObj is a typemap bundle that contains T_INTOBJ and INTREF. This allows you to wrap an integer-like datatype (such as a handle) into a Perl object.

Slurp

ExtUtils::Typemaps::Slurp is a typemap bundle that contains T_SLURP_VAL, T_SLURP_VAR and T_SLURP_AV. These help when slurping all remaining arguments into a single value.

AUTHOR

Leon Timmermans <fawaka@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.