projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1c339d7
)
Dumbass typo, ta castaway
Matt S Trout [Fri, 24 Feb 2006 16:15:09 +0000 (16:15 +0000)]
lib/DBIx/Class/Storage/DBI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI.pm
b/lib/DBIx/Class/Storage/DBI.pm
index
93e8fd2
..
ff89c4b
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI.pm
+++ b/
lib/DBIx/Class/Storage/DBI.pm
@@
-225,7
+225,7
@@
sub new {
sub throw_exception {
my ($self, $msg) = @_;
- croask($msg);
+ croak($msg);
}
=head1 NAME