Dist::Zilla::Plugin::Author::GSG - Grant Street Group defaults CPAN dists
version v0.5.2
If you don't want the whole Dist::Zilla::PluginBundle::Author::GSG you can get the licence and author default from this Plugin.
name = Foo-Bar-GSG [@Basic] [Author::GSG]
Which is the same as
name = Foo-Bar-GSG author = Grant Street Group <developers@grantstreet.com> license = Artistic_2_0 copyright_holder = Grant Street Group copyright_year = # detected from git [@Basic]
Provides a default license Software::License::Artistic_2_0, as well as default authors, copyright holder, and copyright years from git.
Grant Street Group <developers@grantstreet.com>
This software is Copyright (c) 2019 - 2023 by Grant Street Group.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
To install Dist::Zilla::PluginBundle::Author::GSG, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::PluginBundle::Author::GSG
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::PluginBundle::Author::GSG
For more information on module installation, please visit the detailed CPAN module installation guide.