Badge-Depot-Plugin-Githubactions

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.0100 2020-12-27 22:10:06 UTC
 - Initial release

 [Stats & Dependency Changes]
 - (run req) + Badge::Depot (any)
 - (run req) + JSON::MaybeXS 1.003003
 - (run req) + Moose 2.1803
 - (run req) + Path::Tiny 0.072
 - (run req) + Types::Standard 1.000006
 - (run req) + namespace::autoclean 0.22
 - (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) + Badge::Depot 0.0103
 - (dev req) + Badge::Depot::Plugin::Coverage (any)

META.json  view on Meta::CPAN

            "Dist::Iller::Config::Author::CSSON" : "0.0328"
         }
      },
      "runtime" : {
         "requires" : {
            "Badge::Depot" : "0",
            "JSON::MaybeXS" : "1.003003",
            "Moose" : "2.1803",
            "Path::Tiny" : "0.072",
            "Types::Standard" : "1.000006",
            "namespace::autoclean" : "0.22",
            "perl" : "5.010000"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",

META.yml  view on Meta::CPAN

provides:
  Badge::Depot::Plugin::Githubactions:
    file: lib/Badge/Depot/Plugin/Githubactions.pm
    version: '0.0100'
requires:
  Badge::Depot: '0'
  JSON::MaybeXS: '1.003003'
  Moose: '2.1803'
  Path::Tiny: '0.072'
  Types::Standard: '1.000006'
  namespace::autoclean: '0.22'
  perl: '5.010000'
resources:
  bugtracker: https://github.com/Csson/p5-Badge-Depot-Plugin-Githubactions/issues
  homepage: https://metacpan.org/release/Badge-Depot-Plugin-Githubactions
  repository: https://github.com/Csson/p5-Badge-Depot-Plugin-Githubactions.git
version: '0.0100'
x_Dist_Zilla:
  perl:
    version: '5.020001'
  plugins:

Makefile.PL  view on Meta::CPAN

  "DISTNAME" => "Badge-Depot-Plugin-Githubactions",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "Badge::Depot::Plugin::Githubactions",
  "PREREQ_PM" => {
    "Badge::Depot" => 0,
    "JSON::MaybeXS" => "1.003003",
    "Moose" => "2.1803",
    "Path::Tiny" => "0.072",
    "Types::Standard" => "1.000006",
    "namespace::autoclean" => "0.22"
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => "0.96"
  },
  "VERSION" => "0.0100",
  "test" => {

dist.ini  view on Meta::CPAN

[Prereqs / DevelopSuggests]
Dist::Iller = 0.1409
Dist::Iller::Config::Author::CSSON = 0.0328

[Prereqs / RuntimeRequires]
Badge::Depot = 0
JSON::MaybeXS = 1.003003
Moose = 2.1803
Path::Tiny = 0.072
Types::Standard = 1.000006
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::Perl = 0
; authordep Dist::Zilla = 6.015
; authordep Dist::Zilla::Plugin::Author::CSSON::GithubActions::Workflow::TestWithMakefile = 0.0106

iller.yaml  view on Meta::CPAN

  license: Perl_5
  copyright_holder: Erik Carlsson
  copyright_year: 2020

prereqs:
  runtime:
    requires:
     - perl: 5.010000
     - Moose
     - Badge::Depot
     - namespace::autoclean
     - Types::Standard
     - JSON::MaybeXS
     - Path::Tiny

plugins:
  - +config: Author::CSSON

---
doctype: weaver

lib/Badge/Depot/Plugin/Githubactions.pm  view on Meta::CPAN

use strict;


package Badge::Depot::Plugin::Githubactions;

# ABSTRACT: Github Actions plugin for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0100';

use Moose;
use namespace::autoclean;
use Types::Standard qw/Str HashRef Maybe/;
use Path::Tiny;
use JSON::MaybeXS 'decode_json';
with 'Badge::Depot';

has user => (
    is => 'ro',
    isa => Str,
    lazy => 1,
    default => sub {

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'Dist::Iller::Config::Author::CSSON' => '0.0328'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Badge::Depot' => '0',
                                      'JSON::MaybeXS' => '1.003003',
                                      'Moose' => '2.1803',
                                      'Path::Tiny' => '0.072',
                                      'Types::Standard' => '1.000006',
                                      '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 distribution
 view release on metacpan -  search on metacpan

( run in 0.626 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )