Skip to content

Commit

Permalink
Moved AnyEvent deps from 'requires' to 'recommends'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjackson committed Jun 19, 2013
1 parent 782922f commit 34dfa42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ my $builder = Module::Build->new(
dist_version_from => 'lib/W3C/SOAP.pm',
requires => {
'perl' => '5.006',
'AnyEvent' => '7.04',
'AnyEvent::HTTP::LWP::UserAgent' => '0.10',
'DateTime' => 0,
'DateTime::Format::Strptime' => 0,
'File::ShareDir' => 1.0,
Expand Down Expand Up @@ -44,11 +42,13 @@ my $builder = Module::Build->new(
'Test::NoWarnings' => 0,
},
recommends => {
'MooseX::Aliases' => 0,
'Test::Spelling' => 0,
'Test::Perl::Critic' => 0,
'Test::Kwalitee' => 0,
'Pod::Coverage' => 0,
'MooseX::Aliases' => 0,
'Test::Spelling' => 0,
'Test::Perl::Critic' => 0,
'Test::Kwalitee' => 0,
'Pod::Coverage' => 0,
'AnyEvent' => 0,
'AnyEvent::HTTP::LWP::UserAgent' => 0,
},
share_dir => {
dist => [
Expand Down

0 comments on commit 34dfa42

Please sign in to comment.