Fix pod errors so that some storage subclasses show up in cpan properly
Jess Robinson [Thu, 20 Nov 2008 13:49:39 +0000 (13:49 +0000)]
lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
lib/DBIx/Class/Storage/DBI/Role/QueryCounter.pm

index 710be6e..7d5bf10 100644 (file)
@@ -54,7 +54,7 @@ sub sqlt_type { 'ACCESS' }
 \r
 =head1 NAME\r
 \r
-DBIx::Class::Storage::ODBC::ACCESS - Support specific to MS Access over ODBC\r
+DBIx::Class::Storage::DBI::ODBC::ACCESS - Support specific to MS Access over ODBC\r
 \r
 =head1 WARNING\r
 \r
index 07abe57..5fbd994 100644 (file)
@@ -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
 
index 9009f65..3199e75 100644 (file)
@@ -5,7 +5,7 @@ requires '_query_start';
 
 =head1 NAME
 
-DBIx::Class::Storage::DBI::Role::QueryCounter; Role to add a query counter
+DBIx::Class::Storage::DBI::Role::QueryCounter - Role to add a query counter
 
 =head1 SYNOPSIS
 
@@ -78,4 +78,4 @@ You may distribute this code under the same terms as Perl itself.
 =cut
 
 
-1;
\ No newline at end of file
+1;