NAME
ExtUtils::Typemaps::Excommunicated - Typemaps that have been removed from the core
SYNOPSIS
To use one or more of the typemaps from this module in a CPAN distribution, add a built-time dependency on this module, and include the following line in your XS code:
INCLUDE_COMMAND: $^X -MExtUtils::Typemaps::Cmd \
-e "print embeddable_typemap(q{Excommunicated})"
DESCRIPTION
ExtUtils::Typemaps::Excommunicated
is an ExtUtils::Typemaps
subclass that provides typemaps that have been booted from the perl core. They might have been removed from the core for various reasons, but we're really honest, it's really because their addition points back at perl 5.0 and nobody knows what the hell they were intended for.
Right now, this means the following typemaps:
T_DATAUNIT (OUTPUT only)
T_CALLBACK
SEE ALSO
ExtUtils::Typemaps, ExtUtils::Typemaps::Default
AUTHOR
Steffen Mueller <smueller@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2012 by Steffen Mueller
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.