Skip to content

Instantly share code, notes, and snippets.

Created September 11, 2014 20:05
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/9a48ac3ad8200c14fbeb to your computer and use it in GitHub Desktop.
Save anonymous/9a48ac3ad8200c14fbeb to your computer and use it in GitHub Desktop.
$ MOJO_LOG_LEVEL=debug perl -Ilib -Mojo -E 'helper "foo" => sub {}; helper "foo.bar" => sub {}; helper "bar.foo" => sub {}; helper "bar" => sub {};'
[Thu Sep 11 22:04:17 2014] [debug] Helper "foo.bar" may conflict with "foo".
[Thu Sep 11 22:04:17 2014] [debug] Helper "bar" may conflict with "bar.foo".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment