From: <[email protected]> > Why not > sub auto :Private { > my $c = pop; > return user_logged_in || $c->redirect( ... ); > }
Why not:
sub auto :Private {
return user_logged_in || pop->redirect( ... ) || 0;
}
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/
