[Catalyst] minor typo in
Catalyst::Authentication::Store::DBIx::Class::User
John Romkey
romkey at apocalypse.org
Sun Sep 28 16:08:53 BST 2008
On Sep 28, 2008, at 9:43 AM, Matt S Trout wrote:
> On Fri, Sep 26, 2008 at 11:17:05AM -0400, John Romkey wrote:
>> In 0.106, line 89 calls Catalyst::Exeption->throw
>>
>> should be Catalyst::Exception->throw
>
> I can't find anything remotely like this in svn to apply to - what
> path
> and revision did you patch against?
Hi Matt -
Sorry, that was my first patch... I think I picked the wrong example
to model it after.
Here's a patch against the trunk:
johns-macbook:Catalyst romkey$ diff -u trunk/Catalyst-Authentication-
Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/
User.pm.orig trunk/Catalyst-Authentication-Store-DBIx-Class/lib/
Catalyst/Authentication/Store/DBIx/Class/User.pm
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/
Authentication/Store/DBIx/Class/User.pm.orig 2008-09-28
10:38:37.000000000 -0400
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/
Authentication/Store/DBIx/Class/User.pm 2008-09-28 10:38:47.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