From: Tom Hukins Date: Fri, 10 Aug 2007 11:06:35 +0000 (+0000) Subject: Fix package names in documentation X-Git-Tag: v0.08010~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=7d9fbacf13c288615dc718bbb76deb9fa28d8aa9 Fix package names in documentation --- diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index 8b86e7a..f5ea037 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -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 diff --git a/lib/DBIx/Class/Storage/DBI/SQLite.pm b/lib/DBIx/Class/Storage/DBI/SQLite.pm index 15dcc01..c4fb199 100644 --- a/lib/DBIx/Class/Storage/DBI/SQLite.pm +++ b/lib/DBIx/Class/Storage/DBI/SQLite.pm @@ -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