Badge-Depot-Plugin-Gratipay
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Revision history for Badge-Depot-Plugin-Gratipay
0.0103 2018-01-29 19:03:57 UTC
- Deprecated, due to Gratipay having shut down.
[Stats & Dependency Changes]
- 3 files changed, 9 insertions(+), 9 deletions(-)
- (run req) ~ Types::Standard (any) --> 1.000006
- (run req) ~ namespace::autoclean (any) --> 0.22
- (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)
- (dev req) + Badge::Depot::Plugin::Travis (any)
"Dist::Iller" : "0.1408",
"Dist::Iller::Config::Author::CSSON" : "0.0319"
}
},
"runtime" : {
"requires" : {
"Badge::Depot" : "0",
"Moose" : "2.0000",
"Types::Standard" : "1.000006",
"Types::URI" : "0",
"namespace::autoclean" : "0.22",
"perl" : "5.010001"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
- xt
provides:
Badge::Depot::Plugin::Gratipay:
file: lib/Badge/Depot/Plugin/Gratipay.pm
version: '0.0103'
requires:
Badge::Depot: '0'
Moose: '2.0000'
Types::Standard: '1.000006'
Types::URI: '0'
namespace::autoclean: '0.22'
perl: '5.010001'
resources:
bugtracker: https://github.com/Csson/p5-Badge-Depot-Plugin-Gratipay/issues
homepage: https://metacpan.org/release/Badge-Depot-Plugin-Gratipay
repository: https://github.com/Csson/p5-Badge-Depot-Plugin-Gratipay.git
version: '0.0103'
x_Dist_Zilla:
perl:
version: '5.020001'
plugins:
Makefile.PL view on Meta::CPAN
},
"DISTNAME" => "Badge-Depot-Plugin-Gratipay",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "Badge::Depot::Plugin::Gratipay",
"PREREQ_PM" => {
"Badge::Depot" => 0,
"Moose" => "2.0000",
"Types::Standard" => "1.000006",
"Types::URI" => 0,
"namespace::autoclean" => "0.22"
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.0103",
"test" => {
header:
name: Badge-Depot-Plugin-Gratipay
prereqs:
runtime:
requires:
- perl: 5.010001
- Moose: 2.0000
- Badge::Depot
- namespace::autoclean
- Types::Standard
- Types::URI
plugins:
- +config: Author::CSSON
- +remove_plugin: Test::Kwalitee::Extra
- +plugin: Deprecated
---
lib/Badge/Depot/Plugin/Gratipay.pm view on Meta::CPAN
use strict;
use warnings;
package Badge::Depot::Plugin::Gratipay;
use Moose;
use namespace::autoclean;
use Types::Standard qw/Str/;
use Types::URI qw/Uri/;
with 'Badge::Depot';
our $VERSION = '0.0103';
# ABSTRACT: Gratipay plugin for Badge::Depot (deprecated)
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
has user => (
is => 'ro',
t/00-report-prereqs.dd view on Meta::CPAN
'Dist::Iller' => '0.1408',
'Dist::Iller::Config::Author::CSSON' => '0.0319'
}
},
'runtime' => {
'requires' => {
'Badge::Depot' => '0',
'Moose' => '2.0000',
'Types::Standard' => '1.000006',
'Types::URI' => '0',
'namespace::autoclean' => '0.22',
'perl' => '5.010001'
}
},
'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 1.212 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )