From: Jess Robinson Date: Thu, 26 Jun 2008 19:51:35 +0000 (+0000) Subject: Remove setup_connection_class from POD, skip in podcoverage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=249963d4c07b676fdd1c186361bebfe4e0186882;p=dbsrgits%2FDBIx-Class-Historic.git Remove setup_connection_class from POD, skip in podcoverage --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 7e18f58..195fd09 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -613,19 +613,6 @@ sub compose_namespace { return $schema; } -=head2 setup_connection_class - -=over 4 - -=item Arguments: $target, @info - -=back - -Sets up a database connection class to inject between the schema and the -subclasses that the schema creates. - -=cut - sub setup_connection_class { my ($class, $target, @info) = @_; $class->inject_base($target => 'DBIx::Class::DB'); diff --git a/t/03podcoverage.t b/t/03podcoverage.t index c2c2560..df5edd8 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -31,6 +31,11 @@ my $exceptions = { qw(cursor) ] }, + 'DBIx::Class::Schema' => { + ignore => [ + qw(setup_connection_class) + ] + }, 'DBIx::Class::CDBICompat::AccessorMapping' => { skip => 1 }, 'DBIx::Class::CDBICompat::AbstractSearch' => { ignore => [qw(search_where)]