The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Dist::Zilla::Plugin::CopyTo - Copy to other places plugin for Dist::Zilla

SYNOPSIS

Used to copy the updated module to other directories. You can specify more than one directory.

#dist.ini
[CopyTo]
dir = ~/git/Perl-Dist-Zilla-Plugin-CopyTo
dir = ~/svn/Perl-Dist-Zilla-Pulgin-CopyTo

AUTHOR

Woosley.Xu

COPYRIGHT & LICENSE

Copyright 2009, Woosley.Xu.

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.