Benchmark-Perl-Formance 0.45 Deleted
Kwalitee Issues
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Class::Accessor
- Class::Accessor::Fast
- Class::MethodMaker
- Class::XSAccessor
- Class::XSAccessor::Array
- Math::GMP
- Moo
- Moose
- MooseX::Declare
- Mouse
- Object::Tiny::RW
- 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.
- 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: Benchmark::Perl::Formance::Plugin::Shootout::pidigits, Benchmark::Perl::Formance::Plugin::Shootout::revcomp
- 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.002,0.003,0.45
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Benchmark::Perl::Formance | Perl 5 performance benchmarking framework | 0.45 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsArray | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsClassAccessor | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsClassAccessorFast | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsClassMethodMaker | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsClassXSAccessor | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsClassXSAccessorArray | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsHash | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsMoo | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsMoose | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsMouse | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::AccessorsObjectTinyRW | benchmark plugin - Compare OO'ish accessors | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::DPath | benchmark plugin - DPath - stress lookup, traversing and copying data structures | 0.003 | metacpan |
Benchmark::Perl::Formance::Plugin::Fib | benchmark plugin - Fib - Stress recursion and function calls | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::FibMXDeclare | benchmark plugin - FibMXDeclare - Stress recursion and method calls (MooseX::Declare) | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::FibMoose | benchmark plugin - FibMoose - Stress recursion and method calls (Moose) | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::FibMouse | benchmark plugin - FibMouse - Stress recursion and method calls (Mouse) | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::FibOO | benchmark plugin - FibOO - Stress recursion and method calls (plain OO) | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::FibOOSig | benchmark plugin - FibOOSig - Stress recursion and method calls (plain OO with function signatures) | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Incubator | benchmark plugin - Incubator - everchanging benchmark experiments | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::MatrixReal | benchmark plugin - MatrixReal - Pure Perl matrix operations | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Mem | benchmark plugin - Mem - Stress memory operations | 0.003 | metacpan |
Benchmark::Perl::Formance::Plugin::P6STD | benchmark plugin - P6STD - Stress using Perl6/Perl5 tools around STD.pm | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::PerlCritic | benchmark plugin - PerlCritic - Run Perl::Critic on itself | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Prime | benchmark plugin - Prime - Stress math libs (Math::GMPz) | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::RegexpCommonTS | benchmark plugin - RegexpCommonTS - RegexpCommon test suite as benchmark | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Rx | benchmark plugin - Rx - Stress regular expressions | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::RxCmp | benchmark plugin - RxCmp - Compare different Regex engines | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::RxMicro | benchmark plugin - Rx - Stress regular expressions | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout | benchmark plugin - Shootout - Benchmark::Perl::Formance plugin covering Shootout code | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::binarytrees | benchmark plugin - Shootout::binarytrees - Language shootout plugin: binarytrees | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::fannkuch | benchmark plugin - Shootout::fannkuch - Language shootout plugin: fannkuch | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::fasta | benchmark plugin - Shootout::fasta - Language shootout plugin: fasta | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::knucleotide | benchmark plugin - Shootout::knucleotide - Language shootout plugin: knucleotide | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::mandelbrot | benchmark plugin - Shootout::mandelbrot - Language shootout plugin: mandelbrot | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::nbody | benchmark plugin - Shootout::nbody - Language shootout plugin: nbody | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::pidigits | benchmark plugin - Shootout::pidigits - Language shootout plugin: pidigits | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::regexdna | benchmark plugin - Shootout::regexdna - Language shootout plugin: regexdna | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::revcomp | benchmark plugin - Shootout::revcomp - Language shootout plugin: revcomp | 0.002 | metacpan |
Benchmark::Perl::Formance::Plugin::Shootout::spectralnorm | benchmark plugin - Shootout::spectralnorm - Language shootout plugin: spectralnorm | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::Skeleton | benchmark plugin - Skeleton - An example plugin | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::SpamAssassin | benchmark plugin - SpamAssassin - SpamAssassin Benchmarks | 0.003 | metacpan |
Benchmark::Perl::Formance::Plugin::Threads | benchmark plugin - Threads - Stress threading | 0.001 | metacpan |
Benchmark::Perl::Formance::Plugin::ThreadsShared | benchmark plugin - ThreadsShared - Stress shared threading | 0.002 | metacpan |