Dumbass typo, ta castaway
Matt S Trout [Fri, 24 Feb 2006 16:15:09 +0000 (16:15 +0000)]
lib/DBIx/Class/Storage/DBI.pm

index 93e8fd2..ff89c4b 100644 (file)
@@ -225,7 +225,7 @@ sub new {
 
 sub throw_exception {
   my ($self, $msg) = @_;
-  croask($msg);
+  croak($msg);
 }
 
 =head1 NAME