Group
Extension

Matches 2

Dist-Zilla-App-Command-regenerate ( D/DB/DBOOK/Dist-Zilla-App-Command-regenerate-0.001003.tar.gz, DBOOK, 2025; MetaCPAN )
Dist-Zilla-App-Command-regenerate/lib/Dist/Zilla/Plugin/Regenerate.pm ( view source; MetaCPAN )
 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
Dist-Zilla-App-Command-regenerate ( D/DB/DBOOK/Dist-Zilla-App-Command-regenerate-0.001003.tar.gz, DBOOK, 2025; MetaCPAN )
Dist-Zilla-App-Command-regenerate/lib/Dist/Zilla/Role/Regenerator.pm ( view source; MetaCPAN )
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:

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.