Badge-Depot-Plugin-Perl

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "Badge::Depot" : "0",
            "JSON::MaybeXS" : "0",
            "Moose" : "2.0000",
            "MooseX::AttributeShortcuts" : "0",
            "Path::Tiny" : "0",
            "Types::Standard" : "0",
            "Types::URI" : "0",
            "namespace::autoclean" : "0",
            "perl" : "5.010001"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",

META.yml  view on Meta::CPAN

    file: lib/Badge/Depot/Plugin/Perl.pm
    version: '0.0103'
requires:
  Badge::Depot: '0'
  JSON::MaybeXS: '0'
  Moose: '2.0000'
  MooseX::AttributeShortcuts: '0'
  Path::Tiny: '0'
  Types::Standard: '0'
  Types::URI: '0'
  namespace::autoclean: '0'
  perl: '5.010001'
resources:
  bugtracker: https://github.com/Csson/p5-Badge-Depot-Plugin-Perl/issues
  homepage: https://metacpan.org/release/Badge-Depot-Plugin-Perl
  repository: https://github.com/Csson/p5-Badge-Depot-Plugin-Perl.git
version: '0.0103'

Makefile.PL  view on Meta::CPAN

  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Badge::Depot::Plugin::Perl",
  "PREREQ_PM" => {
    "Badge::Depot" => 0,
    "JSON::MaybeXS" => 0,
    "Moose" => "2.0000",
    "MooseX::AttributeShortcuts" => 0,
    "Path::Tiny" => 0,
    "Types::Standard" => 0,
    "Types::URI" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.96"
  },
  "VERSION" => "0.0103",
  "test" => {
    "TESTS" => "t/*.t"
  }

iller.yaml  view on Meta::CPAN


prereqs:
  runtime:
    requires:
     - perl: 5.010001
     - Moose: 2.0000
     - Badge::Depot
     - JSON::MaybeXS
     - Path::Tiny
     - MooseX::AttributeShortcuts
     - namespace::autoclean
     - Types::Standard
     - Types::URI

plugins:
 - +config: Author::CSSON

 - +extend_plugin: TravisYML

---
doctype: weaver

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

use strict;
use warnings;

package Badge::Depot::Plugin::Perl;

use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str Bool/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
with 'Badge::Depot';

our $VERSION = '0.0103'; # VERSION
# ABSTRACT: Perl version plugin for Badge::Depot

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

                    },
       'runtime' => {
                      'requires' => {
                                      'Badge::Depot' => '0',
                                      'JSON::MaybeXS' => '0',
                                      'Moose' => '2.0000',
                                      'MooseX::AttributeShortcuts' => '0',
                                      'Path::Tiny' => '0',
                                      'Types::Standard' => '0',
                                      'Types::URI' => '0',
                                      'namespace::autoclean' => '0',
                                      'perl' => '5.010001'
                                    }
                    },
       '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.945 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )