Version 0.02002 v0.02002
Dagfinn Ilmari Mannsåker [Tue, 29 Nov 2011 16:41:02 +0000 (16:41 +0000)]
Changes
lib/DBIx/Class/InflateColumn/IP.pm

diff --git a/Changes b/Changes
index b9d75c6..fc48848 100644 (file)
--- 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.
 
index a37dfa1..9f606d2 100644 (file)
@@ -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');