Skip to content

Commit

Permalink
Update Build.PL with new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Charles authored and davorg committed Jun 28, 2010
1 parent 0b8d1f8 commit 04da464
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ my $build = Module::Build->new(
'HTML::Scrubber' => 0,
'Moose' => 0,
'TryCatch' => 0,
'MooseX::Traits' => 0
},
recommends => {
'CHI' => 0,
'Compress::Zlib' => 0,
'XML::OPML::SimpleGen' => 0,
'CHI' => 0,
'Compress::Zlib' => 0,
'XML::OPML::SimpleGen' => 0,
'MooseX::ConfigFromFile' => 0,
},
build_requires => {
'Test::More' => 0,
Expand Down

0 comments on commit 04da464

Please sign in to comment.