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

Dist::Zilla::Plugin::Typemap - Manipulate the typemap file for XS distributions using dzil

VERSION

version 0.001

SYNOPSIS

 [Typemap]
 module = ExtUtils::Typemaps::Blabla

DESCRIPTION

This module manipulates the typemap of an XS distribution. It uses the existing typemap (if any) as a base, and adds maps from both typemap modules and from separate files to it.

ATTRIBUTES

module

This adds typemap module to the type, e.g. ExtUtils::Typemaps::Magic or ExtUtils::Typemaps::STL.

file

This adds a file in the dist to the typemap.

minimum_pxs

This sets a build requirement on a specific version of ExtUtils::ParseXS, this defaults to 0. The special value author is replaced with the version of ExtUtils::ParseXS that the author has installed.

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 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.