Skip to content

Commit

Permalink
Fixing pre-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 6, 2020
1 parent 52fc411 commit 38c1550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ my $build = Module::Build->new(
Carp => 0,
overload => 0,
Moo => 0,
MooX::Types::MooseLike::Base => 0,
},
build_requires => {
'Test::More' => 0,
'Test::Warn' => 0,
},
build_recommends => {
'Test::Pod' => 0,
'Test::Pod::Coverage' => 0,
'Test::Warn' => 0,
},
create_makefile_pl => 'traditional',
meta_merge => {
Expand Down

0 comments on commit 38c1550

Please sign in to comment.