Fix package names in documentation
Tom Hukins [Fri, 10 Aug 2007 11:06:35 +0000 (11:06 +0000)]
lib/DBIx/Class/Schema/Versioned.pm
lib/DBIx/Class/Storage/DBI/SQLite.pm

index 8b86e7a..f5ea037 100644 (file)
@@ -217,7 +217,7 @@ sub run_upgrade
 
 =head1 NAME
 
-DBIx::Class::Versioning - DBIx::Class::Schema plugin for Schema upgrades
+DBIx::Class::Schema::Versioned - DBIx::Class::Schema plugin for Schema upgrades
 
 =head1 SYNOPSIS
 
index 15dcc01..c4fb199 100644 (file)
@@ -50,7 +50,7 @@ sub backup
 
 =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