=pod
=for comment
DO NOT EDIT. This Pod was generated by Swim v0.1.35.
See http://github.com/ingydotnet/swim-pm#readme
=encoding utf8
=head1 NAME
Dist::Zilla::Plugin::InlineModule - Dist::Zilla Plugin for Inline::Module
=for html
<a href="https://travis-ci.org/ingydotnet/zilla-dist-pm"><img src="https://travis-ci.org/ingydotnet/zilla-dist-pm.png" alt="zilla-dist-pm"></a>
=head1 SYNOPSIS
[InlineModule]
module = My::Simple::XS::Module
stub = My::Simple::XS::Module::Inline
ilsm = Inline::C
=head1 DESCRIPTION
This module provides support for L<Inline::Module> in L<Dist::Zilla>.
=head1 KEYWORDS
=over
=item C<module>
A module in C<lib> that uses L<Inline> code. You can specify this keyword
multiple times.
=item C<stub>
An Inline::Module I<stub> module. You can specify this keyword multiple times.
The default is to append C<::Inline> to each C<module> keyword.
=item C<ilsm>
The ILSM(s) (Inline Language Support Module) you are using. You can specify
this keyword multiple times. The default L<Inline::C>. L<Inline::CPP> is the
other most common value.
=back
=head1 AUTHORS
Ingy döt Net <ingy@cpan.org>
David Oswald <davido@cpan.org>
Karen Etheridge <ether@cpan.org>
=head1 COPYRIGHT AND LICENSE
Copyright 2014-2015. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
See L<http://www.perl.com/perl/misc/Artistic.html>
=cut