From: Rafael Kitover Date: Wed, 6 Jan 2010 01:20:17 +0000 (+0000) Subject: bump perl_version to 5.8.1 X-Git-Tag: v0.08116~73 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=b50d0dd3da29b1ec8053843ff0f0dedb59132c20 bump perl_version to 5.8.1 --- diff --git a/Makefile.PL b/Makefile.PL index 813b808..90003a5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ use 5.006001; # delete this line if you want to send patches for earlier. # ****** DO NOT ADD OPTIONAL DEPENDENCIES. EVER. --mst ****** name 'DBIx-Class'; -perl_version '5.006001'; +perl_version '5.008001'; all_from 'lib/DBIx/Class.pm'; @@ -26,12 +26,6 @@ requires 'List::Util' => '0'; requires 'Scalar::Util' => '0'; requires 'Storable' => '0'; -# Perl 5.8.0 doesn't have utf8::is_utf8() -requires 'Encode' => '0' if ($] <= 5.008000); - -# Pre 5.8 does not have Digest::MD5 -requires 'Digest::MD5' => '0' if ($] < 5.007003); - # Dependencies (keep in alphabetical order) requires 'Carp::Clan' => '6.0'; requires 'Class::Accessor::Grouped' => '0.09002';