2nd Pass
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / TreeData.pm
index 639ca91..aaf6c72 100644 (file)
@@ -1,6 +1,6 @@
 package DBIx::Class::Storage::DBI::TreeData;
 
-use base 'DBIx::Class::Storage::DBI::SQL::Statement';
+use base 'DBIx::Class::Storage::DBI::DBDFile';
 use mro 'c3';
 use namespace::clean;
 
@@ -17,7 +17,7 @@ This subclass supports JSON-like tree tables via L<DBD::TreeData>.
 =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