ExtUtils-Typemaps-Magic
view release on metacpan or search on metacpan
lib/ExtUtils/Typemaps/Magic.pm view on Meta::CPAN
=head1 INCLUSION
To use this typemap template you need to include it into your local typemap. The easiest way to do that is to use the L<typemap> script in L<App::typemap>. E.g.
typemap --merge ExtUtils::Typemaps::Magic
If you author using C<Dist::Zilla> you can use L<Dist::Zilla::Plugin::Typemap> instead.
Alternatively, you can include it at runtime by adding the following to your XS file:
INCLUDE_COMMAND: $^X -MExtUtils::Typemaps::Cmd -e "print embeddable_typemap('Magic')"
That does require adding a build time dependency on this module.
=head1 AUTHOR
Leon Timmermans <leont@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Leon Timmermans.
lib/ExtUtils/Typemaps/MagicBuf.pm view on Meta::CPAN
=head1 INCLUSION
To use this typemap template you need to include it into your local typemap. The easiest way to do that is to use the L<typemap> script in L<App::typemap>. E.g.
typemap --merge ExtUtils::Typemaps::MagicBuf
If you author using C<Dist::Zilla> you can use L<Dist::Zilla::Plugin::Typemap> instead.
Alternatively, you can include it at runtime by adding the following to your XS file:
INCLUDE_COMMAND: $^X -MExtUtils::Typemaps::Cmd -e "print embeddable_typemap('MagicBuf')"
That does require adding a build time dependency on this module.
=head1 AUTHOR
Leon Timmermans <leont@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Leon Timmermans.
lib/ExtUtils/Typemaps/MagicExt.pm view on Meta::CPAN
=head1 INCLUSION
To use this typemap template you need to include it into your local typemap. The easiest way to do that is to use the L<typemap> script in L<App::typemap>. E.g.
typemap --merge ExtUtils::Typemaps::MagicExt
If you author using C<Dist::Zilla> you can use L<Dist::Zilla::Plugin::Typemap> instead.
Alternatively, you can include it at runtime by adding the following to your XS file:
INCLUDE_COMMAND: $^X -MExtUtils::Typemaps::Cmd -e "print embeddable_typemap('MagicExt')"
That does require adding a build time dependency on this module.
=head1 AUTHOR
Leon Timmermans <leont@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Leon Timmermans.
( run in 0.788 second using v1.01-cache-2.11-cpan-acebb50784d )