X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FADO%2FMS_Jet.pm;h=cfb09ff3e9d88e761724f639ebfbe1c9c132ecb4;hb=38a64290c6c15538795ff18e6bc6c1ddcb67aab3;hp=42482b66e6c075c9d0f206f3151b8e6f6536df34;hpb=6fae835328a0aec8cad2fb45ea819c4359e16df2;p=dbsrgits%2FDBIx-Class-Schema-Loader.git 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 42482b6..cfb09ff 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.07010'; +our $VERSION = '0.07049'; =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