Net-Shadowsocks 0.9.2 Deleted
Kwalitee Issues
- no_pax_headers
-
If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.
Error: pax_global_header,pax_global_header
- portable_filenames
-
Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.
Error:
- blib/libdoc/Net::Shadowsocks.3pm
- blib/libdoc/Net::Shadowsocks::Client.3pm
- blib/libdoc/Net::Shadowsocks::Server.3pm
- no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (34) does not match dist (48):
- Missing in MANIFEST: .travis.yml, MYMETA.json, MYMETA.yml, README.md, blib/bindoc/ssclient.pl.1, blib/bindoc/ssserver.pl.1, blib/lib/Net/Shadowsocks.pm, blib/lib/Net/Shadowsocks/Client.pm, blib/lib/Net/Shadowsocks/Server.pm, blib/libdoc/Net::Shadowsocks.3pm, blib/libdoc/Net::Shadowsocks::Client.3pm, blib/libdoc/Net::Shadowsocks::Server.3pm, blib/script/ssclient.pl, blib/script/ssserver.pl
- 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.