Dist-Zilla-Plugin-CopyFilesFromBuild
view release on metacpan or search on metacpan
plugin was copying the wrong README file (README instead of README.mkdn
or README.pod), and it could not be configured to do otherwise. So I
wrote my own module that copies exactly the files that I specify.
I added the move functionality because I wanted to generate a
README.pod file for Github, but MakeMaker wanted to also install the
README.pod file as part of the distribution. So I made it possible to
take a file generated during the build and move it out of the build
directory, so that it would not be included in the distribution.
BUGS AND LIMITATIONS
Please report any bugs or feature requests to
rct+perlbug@thompsonclan.org.
SEE ALSO
* Dist::Zilla::Plugin::CopyReadmeFromBuild - The basis for this
module
INSTALLATION
lib/Dist/Zilla/Plugin/CopyFilesFromBuild.pm view on Meta::CPAN
I specify.
I added the C<move> functionality because I wanted to generate a
F<README.pod> file for Github, but MakeMaker wanted to also install
the README.pod file as part of the distribution. So I made it possible
to take a file generated during the build and move it I<out> of the
build directory, so that it would not be included in the distribution.
=for Pod::Coverage after_build mvp_multivalue_args
=head1 BUGS AND LIMITATIONS
Please report any bugs or feature requests to
C<rct+perlbug@thompsonclan.org>.
=head1 SEE ALSO
=over 4
=item *
( run in 0.517 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )