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::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.