2nd Pass
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / CSV.pm
index 432b8b8..492f835 100644 (file)
@@ -1,6 +1,6 @@
 package DBIx::Class::Storage::DBI::CSV;
 
-use base 'DBIx::Class::Storage::DBI::SQL::Statement';
+use base 'DBIx::Class::Storage::DBI::DBDFile';
 use mro 'c3';
 use namespace::clean;
 
@@ -8,7 +8,7 @@ use namespace::clean;
 
 =head1 NAME
 
-DBIx::Class::Storage::DBI::SNMP - Support for CSV files via DBD::CSV
+DBIx::Class::Storage::DBI::CSV - Support for CSV files via DBD::CSV
 
 =head1 SYNOPSIS
 
@@ -17,7 +17,7 @@ This subclass supports CSV files via L<DBD::CSV>.
 =head1 DESCRIPTION
 
 This subclass is essentially just a stub that uses the super class
-L<DBIx::Class::Storage::DBI::SQL::Statement>.  Patches welcome if
+L<DBIx::Class::Storage::DBI::DBDFile>.  Patches welcome if
 anything specific to this driver is required.
 
 =head1 AUTHOR