Hi John,

Thanks for catching that.  I've incorporated the fix and pushed a new
version.  It should be on CPAN soon.

Thanks again,

Jay

On Sep 28, 2008, at 9:08 AM, John Romkey wrote:

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/


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to