From: Dagfinn Ilmari Mannsåker Date: Tue, 29 Nov 2011 16:41:02 +0000 (+0000) Subject: Version 0.02002 X-Git-Tag: v0.02002 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=400a5d9380d7a34a4041d4e24efa6ef2ba34a45f;p=dbsrgits%2FDBIx-Class-InflateColumn-IP.git Version 0.02002 --- diff --git a/Changes b/Changes index b9d75c6..fc48848 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class::InflateColumn::IP +0.02002 - Use numeric format for bigint columns. - Use bigint column in test to cope with DBD::SQLite bind type changes. diff --git a/lib/DBIx/Class/InflateColumn/IP.pm b/lib/DBIx/Class/InflateColumn/IP.pm index a37dfa1..9f606d2 100644 --- a/lib/DBIx/Class/InflateColumn/IP.pm +++ b/lib/DBIx/Class/InflateColumn/IP.pm @@ -3,7 +3,7 @@ package DBIx::Class::InflateColumn::IP; use warnings; use strict; -our $VERSION = '0.02001'; +our $VERSION = '0.02002'; use base qw/DBIx::Class/; __PACKAGE__->mk_classdata(ip_format => 'addr');