Badge-Depot-Plugin-Travis
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
- Fix issue when META.json is missing (closes #1)
[Documentation]
- Add the badges.
[Stats & Dependency Changes]
- 3 files changed, 14 insertions(+), 14 deletions(-)
- (run req) ~ JSON::MaybeXS (any) --> 1.003003
- (run req) ~ Path::Tiny (any) --> 0.072
- (run req) ~ Types::Standard (any) --> 1.000005
- (run req) ~ namespace::autoclean (any) --> 0.22
- (run req) ~ perl 5.010001 --> 5.010000
- (test req) + IO::Handle (any)
- (test req) + IPC::Open3 (any)
- (conf req) + ExtUtils::MakeMaker (any)
- (conf req) - Module::Build::Tiny
- (dev req) + Badge::Depot 0.0103
- (dev req) + Badge::Depot::Plugin::Coverage (any)
- (dev req) + Badge::Depot::Plugin::Cpantesters (any)
- (dev req) + Badge::Depot::Plugin::Kwalitee (any)
- (dev req) + Badge::Depot::Plugin::Perl (any)
"Dist::Iller::Config::Author::CSSON" : "0.0309"
}
},
"runtime" : {
"requires" : {
"Badge::Depot" : "0",
"JSON::MaybeXS" : "1.003003",
"Moose" : "2.0000",
"Path::Tiny" : "0.072",
"Types::Standard" : "1.000005",
"namespace::autoclean" : "0.22",
"perl" : "5.010000"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
provides:
Badge::Depot::Plugin::Travis:
file: lib/Badge/Depot/Plugin/Travis.pm
version: '0.0203'
requires:
Badge::Depot: '0'
JSON::MaybeXS: '1.003003'
Moose: '2.0000'
Path::Tiny: '0.072'
Types::Standard: '1.000005'
namespace::autoclean: '0.22'
perl: '5.010000'
resources:
bugtracker: https://github.com/Csson/p5-Badge-Depot-Plugin-Travis/issues
homepage: https://metacpan.org/release/Badge-Depot-Plugin-Travis
repository: https://github.com/Csson/p5-Badge-Depot-Plugin-Travis.git
version: '0.0203'
x_authority: cpan:CSSON
x_contributors:
- 'Shantanu Bhadoria <shantanu@cpan.org>'
Makefile.PL view on Meta::CPAN
"DISTNAME" => "Badge-Depot-Plugin-Travis",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "Badge::Depot::Plugin::Travis",
"PREREQ_PM" => {
"Badge::Depot" => 0,
"JSON::MaybeXS" => "1.003003",
"Moose" => "2.0000",
"Path::Tiny" => "0.072",
"Types::Standard" => "1.000005",
"namespace::autoclean" => "0.22"
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.0203",
"test" => {
[Prereqs / DevelopSuggests]
Dist::Iller = 0.1408
Dist::Iller::Config::Author::CSSON = 0.0309
[Prereqs / RuntimeRequires]
Badge::Depot = 0
JSON::MaybeXS = 1.003003
Moose = 2.0000
Path::Tiny = 0.072
Types::Standard = 1.000005
namespace::autoclean = 0.22
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
header:
name: Badge-Depot-Plugin-Travis
prereqs:
runtime:
requires:
- perl: 5.010000
- Moose: 2.0000
- Badge::Depot
- namespace::autoclean
- Types::Standard
- JSON::MaybeXS
- Path::Tiny
plugins:
- +config: Author::CSSON
---
doctype: weaver
lib/Badge/Depot/Plugin/Travis.pm view on Meta::CPAN
use strict;
use warnings;
package Badge::Depot::Plugin::Travis;
use Moose;
use namespace::autoclean;
use Types::Standard qw/Str HashRef/;
use Path::Tiny;
use JSON::MaybeXS 'decode_json';
with 'Badge::Depot';
# ABSTRACT: Travis plugin for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0203';
has user => (
t/00-report-prereqs.dd view on Meta::CPAN
'Dist::Iller::Config::Author::CSSON' => '0.0309'
}
},
'runtime' => {
'requires' => {
'Badge::Depot' => '0',
'JSON::MaybeXS' => '1.003003',
'Moose' => '2.0000',
'Path::Tiny' => '0.072',
'Types::Standard' => '1.000005',
'namespace::autoclean' => '0.22',
'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.790 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )