Skip to content

Commit

Permalink
These modules work with 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi authored and gisle committed Feb 16, 2012
1 parent 65dbf36 commit 92285e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,6 +1,6 @@
#!perl -w

require 5.008008;
require 5.008001;
use strict;
use ExtUtils::MakeMaker;

Expand All @@ -11,7 +11,7 @@ WriteMakefile(
ABSTRACT => 'HTTP style messages',
AUTHOR => 'Gisle Aas <gisle@activestate.com>',
LICENSE => "perl",
MIN_PERL_VERSION => 5.008008,
MIN_PERL_VERSION => 5.008001,
PREREQ_PM => {
'URI' => "1.10",
'HTTP::Date' => 6,
Expand Down

0 comments on commit 92285e2

Please sign in to comment.