Skip to content

Commit

Permalink
*::Assets.pm uses File::Copy::Recursive, but not added as prereq
Browse files Browse the repository at this point in the history
Every module used, should be added to list of prerequesits.
  • Loading branch information
reneeb committed Jan 11, 2015
1 parent 7d0622a commit 2650234
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 @@ -18,6 +18,7 @@ Module::Build->new(
'Mojolicious' => 4,
'Hash::Merge::Simple' => 0.051,
'YAML' => 0,
'File::Copy::Recursive' => 0,
},
meta_merge => {
resources => {
Expand All @@ -27,4 +28,4 @@ Module::Build->new(
},
add_to_cleanup => [],
create_makefile_pl => 'traditional',
)->create_build_script();
)->create_build_script();

0 comments on commit 2650234

Please sign in to comment.