* Adeola Awoyemi <[EMAIL PROTECTED]> [2007-08-02 14:15]:
> Brian Cassidy wrote:
> >Adeola Awoyemi wrote:
> >># from MyApp::Controller::Root
> >>sub end : Private {
> >>    my ( $c, $self ) = @_;
> >>    $c->forward( $c->view('XSLT') );
> >>}
> >
> >try:
> >
> >my( $self, $c ) = @_;
> >
> 
> Doh! How could I have missed that one?! I feel sheepish ;-)

Here’s a tip: when you have a problem like this were something
seems to be going wrong with a bizarre error message that you
*KNOW* can’t be right, erase the whole thing and type it from
scratch.

Most of the time, the problem will magically go away.

(If you’re in the mood for a headslapping moment you can then
pull the old version out of your undo buffer and compare.)

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

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

Reply via email to