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=a5d82a2ca20db0f88609351ee5ed40ebb95dbf04;hb=188038c0d8bf2df07b728e070bee4ca5d2de3026;hp=fa405537a3b0d83e43a96d47fcd05c02a3c23604;hpb=802a117545a5bd1a5d20152835a3aa7fb2e7b39f;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 fa40553..a5d82a2 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.07041'; +our $VERSION = '0.07048'; =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