X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FADO%2FMS_Jet.pm;h=54f177c71a0e54e464d759e9a8a910ae3c14a917;hp=ed0c9da637f4ebe4e9a53ca1dc5b1643205a45dc;hb=306bf770bf08b06f92863808b1938f2fc704acb0;hpb=eeeab5406ba5610482bfa3220a918363c35ed3e1 diff --git a/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm b/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm index ed0c9da..54f177c 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm @@ -10,7 +10,7 @@ use mro 'c3'; use Try::Tiny; use namespace::clean; -our $VERSION = '0.07012'; +our $VERSION = '0.07047'; =head1 NAME @@ -191,33 +191,6 @@ sub _columns_info_for { return $result; } -# Trap and ignore OLE warnings from nonexistant comments tables. - -sub _table_comment { - my $self = shift; - - my $warn_handler = $SIG{__WARN__} || sub { warn @_ }; - - local $SIG{__WARN__} = sub { - $warn_handler->(@_) unless $_[0] =~ /cannot find the input table/; - }; - - $self->next::method(@_); -} - -sub _column_comment { - my $self = shift; - - my $warn_handler = $SIG{__WARN__} || sub { warn @_ }; - - local $SIG{__WARN__} = sub { - $warn_handler->(@_) unless $_[0] =~ /cannot find the input table/; - }; - - $self->next::method(@_); -} - - =head1 SEE ALSO L, @@ -225,9 +198,9 @@ L, L, L, L -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE