Catalyst Maintainable web apps made easy! #76

lib/DoQueue/Controller/Account.pm

package DoQueue::Controller::Account;
use strict;
use warnings;
use base 'Catalyst::Controller';

sub login :Global :Args(0) {
    my ($self, $c) = @_;
    my $openid = $c->req->params->{claimed_uri};
Copyright © 2007 Jonathan Rockway