Mail-SpamAssassin 4.0.1-rc1zh-TRIAL Deleted
Kwalitee Issues
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: build/sha256sum.pl,build/sha512sum.pl,rules/20_aux_tlds.cf,rules/active.list,rules/local.cf,rules/regression_tests.cf,spamc/configure.pl,spamc/version.h.pl,spamd-apache2/bin/Bench-spamd.pl,spamd-apache2/bin/apache-spamd.pl,t/SATest.pl,t/data/welcomelists/action.eff.org,t/data/welcomelists/amazon_co_uk_ship,t/data/welcomelists/amazon_com_ship,t/data/welcomelists/cert.org,t/data/welcomelists/debian_bts_reassign,t/data/welcomelists/ibm_enews_de,t/data/welcomelists/infoworld,t/data/welcomelists/linuxplanet,t/data/welcomelists/lp.org,t/data/welcomelists/media_unspun,t/data/welcomelists/mlist_mailman_message,t/data/welcomelists/mlist_yahoo_groups_message,t/data/welcomelists/mypoints,t/data/welcomelists/neat_net_tricks,t/data/welcomelists/netcenter-direct_de,t/data/welcomelists/netsol_renewal,t/data/welcomelists/networkworld,t/data/welcomelists/oracle_net_techblast,t/data/welcomelists/orbitz.com,t/data/welcomelists/paypal.com,t/data/welcomelists/register.com_password,t/data/welcomelists/ryanairmail.com,t/data/welcomelists/sf.net,t/data/welcomelists/winxpnews.com,t/data/welcomelists/yahoo-inc.com,t/perlcritic.pl
- has_proper_version
-
Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'
- 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: Mail::SpamAssassin::Spamd
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm, spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2.pm, spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2/AclIP.pm, spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2/AclRFC1413.pm, spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2/Config.pm, spamd-apache2/lib/Mail/SpamAssassin/Spamd/Config.pm
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- 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: Mail::SpamAssassin::Spamd, Mail::SpamAssassin::Spamd::Apache2, Mail::SpamAssassin::Spamd::Apache2::AclIP, Mail::SpamAssassin::Spamd::Apache2::AclRFC1413, Mail::SpamAssassin::Spamd::Apache2::Config, Mail::SpamAssassin::Spamd::Config
- 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.001,0.03,0.04,0.06_01,0.09,0.101,0.2,1,1.1,4,4.00,4.000001
- 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.