Dist-Zilla-Plugin-Upload-OrePAN2

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Dist::Zilla::Plugin::Test::Compile" : "0",
            "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0",
            "Dist::Zilla::Plugin::TestRelease" : "0",
            "Dist::Zilla::Plugin::UploadToCPAN" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Dist::Zilla::Role::Releaser" : "0",
            "Modern::Perl" : "0",
            "Moose" : "0",
            "MooseX::Types::Moose" : "0",
            "MooseX::Types::Path::Tiny" : "0",
            "OrePAN2" : "0",
            "OrePAN2::CLI::Indexer" : "0",
            "OrePAN2::Injector" : "0",
            "Path::Tiny" : "0",
            "namespace::autoclean" : "0",
            "perl" : "5.006"
         }

lib/Dist/Zilla/Plugin/Upload/OrePAN2.pm  view on Meta::CPAN

package Dist::Zilla::Plugin::Upload::OrePAN2;
use Modern::Perl;
our $VERSION = '0.0001'; # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH'; # AUTHORITY
# ABSTRACT: Dist::Zilla release plugin to inject into a local OrePAN2 repository
use Carp;

use Moose;
use MooseX::Types::Moose qw/Str Bool/;
use MooseX::Types::Path::Tiny qw/AbsPath/;
use OrePAN2;
use OrePAN2::CLI::Indexer;

perlcriticrc  view on Meta::CPAN

[Subroutines::ProhibitExcessComplexity]
max_mccabe = 25

[TestingAndDebugging::ProhibitNoStrict]
allow = refs

[TestingAndDebugging::ProhibitNoWarnings]
allow = redefine

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl

[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl

[ValuesAndExpressions::ProhibitInterpolationOfLiterals]
allow_if_string_contains_single_quote = 1

[Variables::ProhibitPackageVars]
add_packages = Carp Test::Builder

#
# Turn these off!
#

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

                                      'Dist::Zilla::Plugin::Test::Compile' => '0',
                                      'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0',
                                      'Dist::Zilla::Plugin::TestRelease' => '0',
                                      'Dist::Zilla::Plugin::UploadToCPAN' => '0'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Carp' => '0',
                                      'Dist::Zilla::Role::Releaser' => '0',
                                      'Modern::Perl' => '0',
                                      'Moose' => '0',
                                      'MooseX::Types::Moose' => '0',
                                      'MooseX::Types::Path::Tiny' => '0',
                                      'OrePAN2' => '0',
                                      'OrePAN2::CLI::Indexer' => '0',
                                      'OrePAN2::Injector' => '0',
                                      'Path::Tiny' => '0',
                                      'namespace::autoclean' => '0',
                                      'perl' => '5.006'
                                    }

 view all matches for this distribution
 view release on metacpan -  search on metacpan

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