The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::AddModule::FromFS - Add module from filesystem

VERSION

This document describes version 0.02 of Dist::Zilla::Plugin::AddModule::FromFS (from Perl distribution Dist-Zilla-Plugin-AddModule-FromFS), released on 2015-07-01.

SYNOPSIS

In dist.ini:

 [AddModule::FromFS]
 name=Module::List
 dest=t/lib/Module/List.pm

To add more files:

 [AddModule::FromFS / AddModulePathMore]
 name=Module::Path::More
 dest=t/lib/Module/Path/More.pm

DESCRIPTION

This plugin adds a module source file from local filesystem to your build.

SEE ALSO

Dist::Zilla::Plugin::AddFile::FromFS

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-AddModule-FromFS.

SOURCE

Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-AddModule-FromFS.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-AddModule-FromFS

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by perlancar@cpan.org.

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