Bencher-Scenarios-DataModeMerge 0.001 Deleted

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: Bencher::Scenario::DataModeMerge::Startup, Bencher::Scenarios::DataModeMerge
prereq_matches_use

List all used modules in META.yml requires

Error:
  • Any::Moose
  • Clone
  • Clone::Any
  • Data::Dmp
  • Mo
  • Moo
  • Moose

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: archive/0.22/lib/Data/ModeMerge.pm, archive/0.23/lib/Data/ModeMerge.pm, archive/0.26/lib/Data/ModeMerge.pm, archive/0.31/lib/Data/ModeMerge.pm, archive/0.32/lib/Data/ModeMerge.pm, archive/0.33/lib/Data/ModeMerge.pm, archive/0.34/lib/Data/ModeMerge.pm, archive/0.22/lib/Data/ModeMerge/Config.pm, archive/0.23/lib/Data/ModeMerge/Config.pm, archive/0.26/lib/Data/ModeMerge/Config.pm, archive/0.31/lib/Data/ModeMerge/Config.pm, archive/0.32/lib/Data/ModeMerge/Config.pm, archive/0.33/lib/Data/ModeMerge/Config.pm, archive/0.34/lib/Data/ModeMerge/Config.pm, archive/0.22/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.23/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.26/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.31/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.32/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.33/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.34/lib/Data/ModeMerge/Mode/ADD.pm, archive/0.22/lib/Data/ModeMerge/Mode/Base.pm, archive/0.23/lib/Data/ModeMerge/Mode/Base.pm, archive/0.26/lib/Data/ModeMerge/Mode/Base.pm, archive/0.31/lib/Data/ModeMerge/Mode/Base.pm, archive/0.32/lib/Data/ModeMerge/Mode/Base.pm, archive/0.33/lib/Data/ModeMerge/Mode/Base.pm, archive/0.34/lib/Data/ModeMerge/Mode/Base.pm, archive/0.22/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.23/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.26/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.31/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.32/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.33/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.34/lib/Data/ModeMerge/Mode/CONCAT.pm, archive/0.22/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.23/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.26/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.31/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.32/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.33/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.34/lib/Data/ModeMerge/Mode/DELETE.pm, archive/0.22/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.23/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.26/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.31/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.32/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.33/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.34/lib/Data/ModeMerge/Mode/KEEP.pm, archive/0.22/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.23/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.26/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.31/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.32/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.33/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.34/lib/Data/ModeMerge/Mode/NORMAL.pm, archive/0.22/lib/Data/ModeMerge/Mode/SUBTRACT.pm, archive/0.23/lib/Data/ModeMerge/Mode/SUBTRACT.pm, archive/0.26/lib/Data/ModeMerge/Mode/SUBTRACT.pm, archive/0.31/lib/Data/ModeMerge/Mode/SUBTRACT.pm, archive/0.32/lib/Data/ModeMerge/Mode/SUBTRACT.pm, archive/0.33/lib/Data/ModeMerge/Mode/SUBTRACT.pm, archive/0.34/lib/Data/ModeMerge/Mode/SUBTRACT.pm
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: Bencher::Scenario::DataModeMerge::Startup, Bencher::Scenarios::DataModeMerge
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.34

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.

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.

Modules

Name Abstract Version View
Bencher::Scenario::DataModeMerge::Startup Benchmark module startup overhead of Data::ModeMerge 0.001 metacpan
Bencher::Scenarios::DataModeMerge Scenarios related to Data::ModeMerge 0.001 metacpan
Data::ModeMerge Merge two nested data structures, with merging modes and options 0.34 metacpan
Data::ModeMerge::Config Data::ModeMerge configuration 0.34 metacpan
Data::ModeMerge::Mode::ADD Handler for Data::ModeMerge ADD merge mode 0.34 metacpan
Data::ModeMerge::Mode::Base Base class for Data::ModeMerge mode handler 0.34 metacpan
Data::ModeMerge::Mode::CONCAT Handler for Data::ModeMerge CONCAT merge mode 0.34 metacpan
Data::ModeMerge::Mode::DELETE Handler for Data::ModeMerge DELETE merge mode 0.34 metacpan
Data::ModeMerge::Mode::KEEP Handler for Data::ModeMerge KEEP merge mode 0.34 metacpan
Data::ModeMerge::Mode::NORMAL Handler for Data::ModeMerge NORMAL merge mode 0.34 metacpan
Data::ModeMerge::Mode::SUBTRACT Handler for Data::ModeMerge SUBTRACT merge mode 0.34 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan