Dist::Zilla::Plugin::Author::GSG::HasVersionTests - Appropriate errors for missing $VERSIONs in GSG dists
version v0.5.2
If you don't want the whole Dist::Zilla::PluginBundle::Author::GSG you can get the author/has-version.t by adding this Plugin to your dist.ini.
author/has-version.t
dist.ini
name = Foo-Bar-GSG [@Basic] [Author::GSG::HasVersionTests]
Provides an author test file that runs "pm_version_ok" in Test::HasVersion against all_pm_files found by that module. If any fail a diagnostic message explaining that the files need to have # VERSION comments due to our use of Dist::Zilla::Plugin::OurPkgVersion.
all_pm_files
# VERSION
Test::HasVersion
Dist::Zilla::Plugin::HasVersionTests
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.