Skip to content

Commit

Permalink
updated Makefile with LWP::UserAgent requirement, remove LWP::Simple
Browse files Browse the repository at this point in the history
  • Loading branch information
throughnothing committed Oct 20, 2011
1 parent 0c4fac4 commit 543aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WriteMakefile(
'Bot::BasicBot::Pluggable::Module' => 0, 'Bot::BasicBot::Pluggable::Module' => 0,
'Net::GitHub::V2' => 0, 'Net::GitHub::V2' => 0,
'YAML' => 0, 'YAML' => 0,
'LWP::Simple' => 0, 'LWP::UserAgent' => 0,
'JSON' => 0, 'JSON' => 0,
'URI::Title' => 0, 'URI::Title' => 0,
}, },
Expand Down

0 comments on commit 543aa9b

Please sign in to comment.