NAME Dist::Zilla::PluginBundle::OYOULE - Dist::Zilla plugin configuration for Author/OYOULE VERSION version 2.0.0 SYNOPSIS In your dist.ini [@OYOULE] dist = Example-Distribution use_github = 0 use_darkpan = 1 DESCRIPTION A personal plugin bundle for Dist::Zilla. OPTIONS "dist" The name of the distribution. Required. "use_darkpan" Boolean indicating whether or not to release the distribution to a private CPAN mirror. Defaults to 0. When true, Dist::Zilla::Plugin::UploadToDarkPAN is enabled. When false, Dist::Zilla::Plugin::UploadToCPAN is enabled. "use_github" Boolean indicating whether or not the distribution lives on GitHub. Defaults to 1. When false, the repo metadata will instead point to my private git instance. "regenerate_license" Boolean indicating whether or not to copy the generated license back into the distribution root. Defaults to 1. SEE ALSO Dist::Zilla Dist::Zilla::Plugin::UploadToCPAN Dist::Zilla::Plugin::UploadToDarkPAN AUTHOR Oliver Youle COPYRIGHT AND LICENSE This software is copyright (c) 2025 by Oliver Youle. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.