Badge-Depot-Plugin-Kwalitee
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
- Initial release
[Stats & Dependency Changes]
- (run req) + Badge::Depot 0.0103
- (run req) + JSON::MaybeXS (any)
- (run req) + Moose 2.1400
- (run req) + MooseX::AttributeShortcuts (any)
- (run req) + Path::Tiny (any)
- (run req) + Types::Standard 1.000000
- (run req) + Types::URI (any)
- (run req) + namespace::autoclean 0.18
- (run req) + perl 5.010000
- (test req) + ExtUtils::MakeMaker (any)
- (test req) + File::Spec (any)
- (test req) + IO::Handle (any)
- (test req) + IPC::Open3 (any)
- (test req) + Test::More 0.96
- (test rec) + CPAN::Meta 2.120900
- (conf req) + ExtUtils::MakeMaker (any)
- (dev req) + Dist::Zilla::Plugin::Authority 1.009
- (dev req) + Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
},
"runtime" : {
"requires" : {
"Badge::Depot" : "0.0104",
"JSON::MaybeXS" : "1.003003",
"Moose" : "2.1400",
"MooseX::AttributeShortcuts" : "0.028",
"Path::Tiny" : "0.072",
"Types::Standard" : "1.000000",
"Types::URI" : "0",
"namespace::autoclean" : "0.18",
"perl" : "5.010000"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
file: lib/Badge/Depot/Plugin/Kwalitee.pm
version: '0.0103'
requires:
Badge::Depot: '0.0104'
JSON::MaybeXS: '1.003003'
Moose: '2.1400'
MooseX::AttributeShortcuts: '0.028'
Path::Tiny: '0.072'
Types::Standard: '1.000000'
Types::URI: '0'
namespace::autoclean: '0.18'
perl: '5.010000'
resources:
bugtracker: https://github.com/Csson/p5-Badge-Depot-Plugin-Kwalitee/issues
homepage: https://metacpan.org/release/Badge-Depot-Plugin-Kwalitee
repository: https://github.com/Csson/p5-Badge-Depot-Plugin-Kwalitee.git
version: '0.0103'
x_Dist_Zilla:
perl:
version: '5.020001'
plugins:
Makefile.PL view on Meta::CPAN
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "Badge::Depot::Plugin::Kwalitee",
"PREREQ_PM" => {
"Badge::Depot" => "0.0104",
"JSON::MaybeXS" => "1.003003",
"Moose" => "2.1400",
"MooseX::AttributeShortcuts" => "0.028",
"Path::Tiny" => "0.072",
"Types::Standard" => "1.000000",
"Types::URI" => 0,
"namespace::autoclean" => "0.18"
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.0103",
"test" => {
Dist::Iller::Config::Author::CSSON = 0.0312
[Prereqs / RuntimeRequires]
Badge::Depot = 0.0104
JSON::MaybeXS = 1.003003
Moose = 2.1400
MooseX::AttributeShortcuts = 0.028
Path::Tiny = 0.072
Types::Standard = 1.000000
Types::URI = 0
namespace::autoclean = 0.18
perl = 5.010000
[Prereqs / TestRequires]
Test::More = 0.96
; authordep Badge::Depot = 0.0103
; authordep Badge::Depot::Plugin::Coverage = 0
; authordep Badge::Depot::Plugin::Cpantesters = 0
; authordep Badge::Depot::Plugin::Kwalitee = 0
; authordep Badge::Depot::Plugin::Perl = 0
- Erik Carlsson <info@code301.com>
license: Perl_5
copyright_holder: Erik Carlsson
copyright_year: 2016
prereqs:
runtime:
requires:
- perl: 5.010000
- Moose: 2.1400
- namespace::autoclean: 0.18
- MooseX::AttributeShortcuts
- Types::Standard: 1.000000
- Types::URI
- JSON::MaybeXS
- Path::Tiny
- Badge::Depot: 0.0104
plugins:
- +config: Author::CSSON
lib/Badge/Depot/Plugin/Kwalitee.pm view on Meta::CPAN
use strict;
use warnings;
package Badge::Depot::Plugin::Kwalitee;
# ABSTRACT: Kwalitee badge for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0103';
use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str HashRef/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
with 'Badge::Depot';
has author => (
is => 'ro',
t/00-report-prereqs.dd view on Meta::CPAN
},
'runtime' => {
'requires' => {
'Badge::Depot' => '0.0104',
'JSON::MaybeXS' => '1.003003',
'Moose' => '2.1400',
'MooseX::AttributeShortcuts' => '0.028',
'Path::Tiny' => '0.072',
'Types::Standard' => '1.000000',
'Types::URI' => '0',
'namespace::autoclean' => '0.18',
'perl' => '5.010000'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.787 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )