Perl 5.8.1 is now required (as it is for DBIC itelf).
Dagfinn Ilmari Mannsåker [Mon, 16 Jul 2012 14:42:40 +0000 (15:42 +0100)]
Changes
Makefile.PL
lib/DBIx/Class/InflateColumn/IP.pm

diff --git a/Changes b/Changes
index fc48848..2ac052f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for DBIx::Class::InflateColumn::IP
 
+       - Perl 5.8.1 is now required (as it is for DBIC itelf).
+
 0.02002
        - Use numeric format for bigint columns.
        - Use bigint column in test to cope with DBD::SQLite bind type changes.
index 3143016..3072ad2 100644 (file)
@@ -1,10 +1,11 @@
 use strict;
 use warnings;
+use 5.008001;
 use inc::Module::Install 0.65;
 
 name 'DBIx-Class-InflateColumn-IP';
 license 'perl';
-perl_version '5.006001';
+perl_version '5.008001';
 all_from 'lib/DBIx/Class/InflateColumn/IP.pm';
 
 requires 'DBIx::Class'  => 0.07005;
index 9f606d2..6153eb2 100644 (file)
@@ -2,6 +2,7 @@ package DBIx::Class::InflateColumn::IP;
 
 use warnings;
 use strict;
+use 5.008001;
 
 our $VERSION = '0.02002';