NAME Dist::Zilla::Plugin::SyncCPANfile - Sync a cpanfile with the prereqs listed in dist.ini VERSION version 0.02 SYNOPSIS # in dist.ini [SyncCPANfile] # configure it yourself [SyncCPANfile] filename = my-cpanfile comment = This is my cpanfile Unlike Dist::Zilla::Plugin::CPANFile this plugin does not add a cpanfile to the distribution but to the "disk". CONFIG filename With this config you can change the filename for the file. It defaults to cpanfile. [SyncCPANfile] filename = my-cpanfile comment The default comment says, that the cpanfile was generated by this plugin. You can define your own comment. [SyncCPANfile] comment = This is my cpanfile comment = line 2 SEE ALSO Dist::Zilla::Plugin::CPANFile, Dist::Zilla::Plugin::GitHubREADME::Badge AUTHOR Renee Baecker COPYRIGHT AND LICENSE This software is Copyright (c) 2021 by Renee Baecker. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)