projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2f6c15
)
Trivial documentation fixes
Nigel Metheringham [Thu, 20 Apr 2006 15:22:07 +0000 (15:22 +0000)]
lib/DBIx/Class/Manual/DocMap.pod
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Storage/DBI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Manual/DocMap.pod
b/lib/DBIx/Class/Manual/DocMap.pod
index
507ace7
..
7631375
100644
(file)
--- a/
lib/DBIx/Class/Manual/DocMap.pod
+++ b/
lib/DBIx/Class/Manual/DocMap.pod
@@
-58,8
+58,6
@@
DBIx::Class::Manual::DocMap - What documentation do we have?
=item L<DBIx::Class::Row> - Dealing with actual data.
-=item L<DBIx::Class::Storage> - Virtual methods for all storage types.
-
=item L<DBIx::Class::Storage::DBI> - Storage using L<DBI> and L<SQL::Abstract>.
=back
diff --git
a/lib/DBIx/Class/Storage/DBI.pm
b/lib/DBIx/Class/Storage/DBI.pm
index
0cb0b22
..
bcd4606
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI.pm
+++ b/
lib/DBIx/Class/Storage/DBI.pm
@@
-345,6
+345,12
@@
sub ensure_connected {
}
}
+=head2 dbh
+
+Returns the dbh - a data base handle of class L<DBI>.
+
+=cut
+
sub dbh {
my ($self) = @_;