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.
use warnings;
use strict;
-our $VERSION = '0.02001';
+our $VERSION = '0.02002';
use base qw/DBIx::Class/;
__PACKAGE__->mk_classdata(ip_format => 'addr');