Skip to content

Commit

Permalink
update IO::Socket::IP requirement to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 18, 2015
1 parent e1c1ecc commit c0342de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

6.33 2015-11-19
- Updated IO::Socket::IP requirement to 0.37 for certain bug fixes.

6.32 2015-11-18
- Deprecated Mojolicious::Routes::Pattern::format_regex.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -8,7 +8,7 @@ use ExtUtils::MakeMaker;
# Pod::Simple 3.09 first shipped with Perl 5.11.2
# JSON::PP 2.27103 first shipped with Perl 5.13.9
# Time::Local 1.2 first shipped with Perl 5.13.9
# IO::Socket::IP 0.26 first shipped with Perl 5.19.8
# IO::Socket::IP 0.37 first shipped with Perl 5.21.11
WriteMakefile(
NAME => 'Mojolicious',
VERSION_FROM => 'lib/Mojolicious.pm',
Expand All @@ -33,7 +33,7 @@ WriteMakefile(
},
},
PREREQ_PM => {
'IO::Socket::IP' => '0.26',
'IO::Socket::IP' => '0.37',
'JSON::PP' => '2.27103',
'Pod::Simple' => '3.09',
'Time::Local' => '1.2'
Expand Down

0 comments on commit c0342de

Please sign in to comment.