X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FODBC%2FFirebird.pm;h=f5325e7047a1b5c3fdec7cc48f4036cb7f5448a4;hb=900628605efdbced5dcfdbbab0022b204aa93e14;hp=b13cf0b17e17094979aefa2791bd050a8696c52b;hpb=a6900c9127d90a9bec26228a16f68a11cc13fb1d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm index b13cf0b..f5325e7 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm @@ -8,7 +8,7 @@ use base qw/ /; use mro 'c3'; -our $VERSION = '0.07039'; +our $VERSION = '0.07044'; =head1 NAME @@ -36,7 +36,7 @@ sub _dbh_type_info_type_name { my $type_info = $dbh->type_info($type_num); return undef if not $type_info; - + my $type_name = $type_info->{TYPE_NAME}; # fix up truncated type names @@ -56,9 +56,9 @@ L, L, L, L -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE