[Catalyst] minor typo in
Catalyst::Authentication::Store::DBIx::Class::User
John Romkey
romkey at apocalypse.org
Fri Sep 26 16:17:05 BST 2008
In 0.106, line 89 calls Catalyst::Exeption->throw
should be Catalyst::Exception->throw
johns-macbook:tmp romkey$ diff -u User.pm.orig User.pm
--- User.pm.orig 2008-09-26 11:05:07.000000000 -0400
+++ User.pm 2008-09-26 11:08:08.000000000 -0400
@@ -86,7 +86,7 @@
if (keys %{$searchargs}) {
$self->_user($self->resultset->search($searchargs)-
>first);
} else {
- Catalyst::Exeption->throw("User retrieval failed: no
columns from " . $self->config->{'user_class'} . " were provided");
+ Catalyst::Exception->throw("User retrieval failed: no
columns from " . $self->config->{'user_class'} . " were provided");
}
}
- john romkey
http://www.romkey.com/
More information about the Catalyst
mailing list