It would be great to provide

1) public method for loading modules and executing some method in module-name#method style.
Something like
my $obj, $method = get_cb('module#method', ['namespace1', 'namespace2'], 'CheckBaseClass') or something like that.
$obj->$method
or maybe
$method->($obj)

Right now there are several _load, _class method in modules like Routes.pm and Plugins.pm. Moving that to public method will give an ability to write custom modules with the same behaviour.

2) An ability to change json structures with the help of pointer
{foo => 'bar'}
$pointer->set('/foo' => 'baz') if $pointer->get('/foo')

Wouldn't it?

--
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to