Bump requirement on LWP to fix a MIME type issue with LWP::MediaTypes. Fixes bug #11254

This commit is contained in:
Colin Kuskie 2009-11-20 14:19:02 -08:00
parent 17297f4fe6
commit c0fea48a28
3 changed files with 6 additions and 1 deletions

View file

@ -60,7 +60,7 @@ if ($] >= 5.008) {
##Doing this as a global is not nice, but it works
my $missingModule = 0;
checkModule("LWP", 5.824 );
checkModule("LWP", 5.833 );
checkModule("HTTP::Request", 1.40 );
checkModule("HTTP::Headers", 1.61 );
checkModule("Test::More", 0.61, 2 );