Fix package names in documentation
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / SQLite.pm
index a714510..c4fb199 100644 (file)
@@ -45,20 +45,12 @@ sub backup
   return $backupfile;
 }
 
-sub txn_begin
-{
-  my $self = shift;
-  return if(!$self->{transaction_depth});
-
-  $self->next::method(@_);
-}
-
 
 1;
 
 =head1 NAME
 
-DBIx::Class::PK::Auto::SQLite - Automatic primary key class for SQLite
+DBIx::Class::Storage::SQLite - Automatic primary key class for SQLite
 
 =head1 SYNOPSIS