filenames = Makefile.PL
filenames = META.json
filenames = README.mkdn
B<on your command line>
dzil regenerate
# Makefile.PL updated
# META.json updated
# ...
=head1 DESCRIPTION
This p
y of Strings describing files to copy.
[Regenerate]
filename = Makefile.PL
filename = META.json
B<aliases:> C<filename>
=head1 SEE ALSO
=over 4
=item * L<< C<[CopyFilesFromBuild]>|Dist::Zi
CONTRIBUTING.pod')->spew_raw($content);
path($config->{build_root}, 'META.json')->copy(path($config->{root}, 'META.json'));
}
=head1 DESCRIPTION
This role is for C<Dist::Zilla> C<Plugin>'s tha
la>
=item * Copy files from the build tree
path($config->{build_root}, "META.json")->copy($path->{root}, "META.json");
( Note: This case is implemented by L<< C<[Regenerate]>|Dist::Zilla::Plugin: