Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2014 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0ac3a40201b7354c8825 to your computer and use it in GitHub Desktop.
Save anonymous/0ac3a40201b7354c8825 to your computer and use it in GitHub Desktop.
$ perl -Ilib -Mojo -E 'helper "foo.bar" => sub { "works!" }; say app->build_controller->foo->bar'
works!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment