Bump requirement on LWP to fix a MIME type issue with LWP::MediaTypes. Fixes bug #11254
This commit is contained in:
parent
17297f4fe6
commit
c0fea48a28
3 changed files with 6 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue