projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b20edc2
)
Fix package names in documentation
Tom Hukins [Fri, 10 Aug 2007 11:06:35 +0000 (11:06 +0000)]
lib/DBIx/Class/Schema/Versioned.pm
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Storage/DBI/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Versioned.pm
b/lib/DBIx/Class/Schema/Versioned.pm
index
8b86e7a
..
f5ea037
100644
(file)
--- 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
(file)
--- 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