in reply to Re^3: RFC: Mojolicious::Lite and Moo: A Very Basic Application Layout
in thread RFC: Mojolicious::Lite and Moo: A Very Basic Application Layout

..."looks like error ... B::Deparse 1.1401 (perl 5.16...) doesn't know what that is :) ($my $params{'nose'} = $c->param('nose'));"

I guess that won't compile. But there ain't no $my and $params{'nose'} in my code.

As fare as i remember i wrote:

get '/foo' => sub { my $c = shift; my $params->{nose} = $c->param('nose'); $c->render( text => $moo->nose($params) ); };

And what about this crap my %classdataUsefulButInaccessibleDirectly?

"Its like insideout objects ... as soon as you need to subclass and do something the author didn't think , all these OOPy protections become hurdles"

Now stop parroting and get lost!

«The Crux of the Biscuit is the Apostrophe»

Replies are listed 'Best First'.
Re^5: RFC: Mojolicious::Lite and Moo: A Very Basic Application Layout
by Anonymous Monk on Aug 06, 2015 at 00:29 UTC

    I guess that won't compile. But there ain't no $my and $params{'nose'} in my code. As fare as i remember i wrote:

    Yes, I acknowledged that

    Your usage is strange enough so common as to confuse B::Deparse

    And what about this crap my %classdataUsefulButInaccessibleDirectly?

    What about it? Its not in your code ... just an alike observation

    Now stop parroting and get lost!

    I'm already lost?