Gapp 0.60 Latest
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Gapp, Gapp::Actions::Basic, Gapp::Actions::Form, Gapp::Gtk2
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Carp::Clan
- Glib
- Glib::Object::Subclass
- Sub::Name
- Try::Tiny
- namespace::clean
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Gapp-0.60/lib/Gapp/Action.pm -- Around line 191: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/Button.pm -- Around line 81: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/Container.pm -- Around line 170: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/FileChooserDialog.pm -- Around line 87: '=item' outside of any '=over' Gapp-0.60/lib/Gapp/Form/Stash.pm -- Around line 144: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/Gtk2/Model/List.pm -- Around line 283: Unknown directive: =over4 Around line 285: '=item' outside of any '=over' Around line 307: Unterminated B<...> sequence Gapp-0.60/lib/Gapp/Gtk2/Model/SimpleList.pm -- Around line 255: Unknown directive: =over4 Around line 257: '=item' outside of any '=over' Gapp-0.60/lib/Gapp/Gtk2/Model/Tree.pm -- Around line 282: Unknown directive: =over4 Around line 284: '=item' outside of any '=over' Around line 306: Unterminated B<...> sequence Gapp-0.60/lib/Gapp/Gtk2/TimeEntry.pm -- Around line 469: =back doesn't take any parameters, but you said =back 4 Gapp-0.60/lib/Gapp/Meta/Widget/Native/Role/HasMnemonic.pm -- Around line 87: Expected text after =item, not a bullet Gapp-0.60/lib/Gapp/Object.pm -- Around line 442: '=item' outside of any '=over' Around line 526: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/SpinButton.pm -- Around line 155: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/StatusIcon.pm -- Around line 45: '=item' outside of any '=over' Around line 51: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/TableMap.pm -- Around line 437: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252 Gapp-0.60/lib/Gapp/TreeView.pm -- Around line 177: =back without =over Gapp-0.60/lib/Gapp/TreeViewColumn.pm -- Around line 181: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp/Util.pm -- Around line 147: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252 Gapp-0.60/lib/Gapp/Widget.pm -- Around line 193: '=item' outside of any '=over' Around line 246: You forgot a '=back' before '=head1' Gapp-0.60/lib/Gapp.pm -- Around line 168: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Gapp, Gapp::Actions::Basic, Gapp::Actions::Form, Gapp::Gtk2
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.60
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.