projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cd8cb73
)
Fixed 'DBIx/Class/DB.pm did not return a true value' error
Justin Guenther [Tue, 6 Jun 2006 22:29:14 +0000 (22:29 +0000)]
lib/DBIx/Class/DB.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DB.pm
b/lib/DBIx/Class/DB.pm
index
07c8924
..
0fb7e8a
100644
(file)
--- a/
lib/DBIx/Class/DB.pm
+++ b/
lib/DBIx/Class/DB.pm
@@
-176,9
+176,6
@@
Alias for L<txn_commit>
Alias for L<txn_rollback>
-
-1;
-
=head1 AUTHORS
Matt S. Trout <mst@shadowcatsystems.co.uk>
@@
-189,3
+186,4
@@
You may distribute this code under the same terms as Perl itself.
=cut
+1;