Remove setup_connection_class from POD, skip in podcoverage
Jess Robinson [Thu, 26 Jun 2008 19:51:35 +0000 (19:51 +0000)]
lib/DBIx/Class/Schema.pm
t/03podcoverage.t

index 7e18f58..195fd09 100644 (file)
@@ -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');
index c2c2560..df5edd8 100644 (file)
@@ -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)]