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=583676f5d2c1355025b06539729af3b79624798a;hb=306bf770bf08b06f92863808b1938f2fc704acb0;hp=a599966f716a4b2ae47a867cef222aea727a7d5b;hpb=cb9c535fda0a11fd5615b0351474207a12b06992;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 a599966..583676f 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.07034_02'; +our $VERSION = '0.07047'; =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