Security Advisories

Kwalitee Issues

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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: Test::YAML

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: YAML-0.53/lib/YAML/Base.pm -- Around line 103: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Dumper/Base.pm -- Around line 121: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Dumper.pm -- Around line 603: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Error.pm -- Around line 207: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Loader/Base.pm -- Around line 51: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Loader.pm -- Around line 741: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Marshall.pm -- Around line 65: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Node.pm -- Around line 284: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Tag.pm -- Around line 37: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML/Types.pm -- Around line 243: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8 YAML-0.53/lib/YAML.pm -- Around line 135: Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8

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: Test::YAML

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_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Test::YAML 0.53 metacpan
YAML YAML Ain't Markup Language (tm) 0.53 metacpan
YAML::Base Base class for YAML classes metacpan
YAML::Dumper YAML class for dumping Perl objects to YAML metacpan
YAML::Dumper::Base Base class for YAML Dumper classes metacpan
YAML::Error Error formatting class for YAML modules metacpan
YAML::Loader YAML class for loading Perl objects to YAML metacpan
YAML::Loader::Base Base class for YAML Loader classes metacpan
YAML::Marshall YAML marshalling class you can mixin to your classes metacpan
YAML::Node A generic data node that encapsulates YAML information metacpan
YAML::Tag Tag URI object class for YAML metacpan
YAML::Types metacpan

Provides

Name File View
Test::YAML::Filter lib/Test/YAML.pm metacpan
YAML::Type::blessed lib/YAML/Types.pm metacpan
YAML::Type::code lib/YAML/Types.pm metacpan
YAML::Type::glob lib/YAML/Types.pm metacpan
YAML::Type::ref lib/YAML/Types.pm metacpan
YAML::Type::regexp lib/YAML/Types.pm metacpan
YAML::Type::undef lib/YAML/Types.pm metacpan
YAML::Warning lib/YAML/Error.pm metacpan
yaml_mapping lib/YAML/Node.pm metacpan
yaml_scalar lib/YAML/Node.pm metacpan
yaml_sequence lib/YAML/Node.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan