Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds MetaCPAN::Moose to cpanfile
  • Loading branch information
oalders committed Apr 23, 2016
1 parent 3e38047 commit 2cfa0cd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .perlcriticrc
Expand Up @@ -19,10 +19,10 @@ verbose = 11
severity = 4

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Test::Routine Mojo::Base
equivalent_modules = MetaCPAN::Moose Mojo::Base Test::Routine

[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Test::Routine Mojo::Base
equivalent_modules = MetaCPAN::Moose Mojo::Base Test::Routine

[ValuesAndExpressions::ProhibitEmptyQuotes]
severity = 4
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Expand Up @@ -83,6 +83,7 @@ requires 'List::Util', '1.43';
requires 'Log::Contextual';
requires 'Log::Log4perl';
requires 'Log::Log4perl::Appender::ScreenColoredLevels';
requires 'MetaCPAN::Moose';
requires 'Minion', '>= 5.01';
requires 'Minion::Backend::SQLite';
requires 'Module::Load';
Expand Down
24 changes: 24 additions & 0 deletions cpanfile.snapshot
Expand Up @@ -3713,6 +3713,16 @@ DISTRIBUTIONS
re 0
strict 0
warnings 0
Import-Into-1.002005
pathname: H/HA/HAARG/Import-Into-1.002005.tar.gz
provides:
Import::Into 1.002005
requirements:
ExtUtils::MakeMaker 0
Module::Runtime 0
perl 5.006
strict 0
warnings 0
Iterator-0.03
pathname: R/RO/ROODE/Iterator-0.03.tar.gz
provides:
Expand Down Expand Up @@ -4255,6 +4265,20 @@ DISTRIBUTIONS
perl 5.008
strict 0
warnings 0
MetaCPAN-Moose-0.000001
pathname: O/OA/OALDERS/MetaCPAN-Moose-0.000001.tar.gz
provides:
MetaCPAN::Moose 0.000001
requirements:
ExtUtils::MakeMaker 0
Import::Into 0
Module::Build 0.28
Moose 2.1605
MooseX::StrictConstructor 0.19
namespace::autoclean 0.28
perl 5.006
strict 0
warnings 0
Minion-5.04
pathname: S/SR/SRI/Minion-5.04.tar.gz
provides:
Expand Down

0 comments on commit 2cfa0cd

Please sign in to comment.