From: Peter Rabbitson Date: Thu, 12 Feb 2009 08:29:25 +0000 (+0000) Subject: Make indexer happier X-Git-Tag: v0.08012~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3856032cc14cfa37507f7fde87397d87eca92cd7;p=dbsrgits%2FDBIx-Class.git Make indexer happier --- diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm index e656548..461fb99 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -52,7 +52,7 @@ __END__ =head1 NAME -DBIx::Class::Storage::ODBC::Microsoft_SQL_Server - Support specific to +DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server - Support specific to Microsoft SQL Server over ODBC =head1 DESCRIPTION diff --git a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm index 12f1dcb..b2763b2 100644 --- a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm +++ b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm @@ -6,7 +6,7 @@ use warnings; =head1 NAME -DBIx::Class::Storage::DBI::Oracle - Automatic primary key class for Oracle +DBIx::Class::Storage::DBI::Oracle::Generic - Automatic primary key class for Oracle =head1 SYNOPSIS