New SQLite kicks ass - remove some warning silencers and reinstantiate tests
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / ACCESS.pm
index 9f08a3f..96ff543 100644 (file)
@@ -2,8 +2,6 @@ package DBIx::Class::Storage::DBI::ODBC::ACCESS;
 use strict;\r
 use warnings;\r
 \r
-use Data::Dump qw( dump );\r
-\r
 use DBI;\r
 use base qw/DBIx::Class::Storage::DBI/;\r
 \r
@@ -54,7 +52,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
@@ -99,7 +97,7 @@ C<SQL_LONGVARCHAR> is a constant in the C<DBI> module.
 \r
 =head1 IMPLEMENTED FUNCTIONS\r
 \r
-=head2 bind_attributes_by_data_type\r
+=head2 bind_attribute_by_data_type\r
 \r
 This function currently supports the SQL_LONGVARCHAR column type.\r
 \r