Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
be more specific about naming commands
  • Loading branch information
kraih committed Apr 17, 2015
1 parent 43b0672 commit b3d403f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.09 2015-04-10
6.09 2015-04-17

6.08 2015-04-09
- Added is_established and server_open methods to
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1351,7 +1351,8 @@ attributes and methods in L<Mojolicious::Command> that you can use or overload.
secr3t

And to make your commands application specific, just add a custom namespace to
L<Mojolicious::Commands/"namespaces">.
L<Mojolicious::Commands/"namespaces"> and use a class name like
C<MyApp::Command::spy> instead of C<Mojolicious::Command::spy>.

# Application
package MyApp;
Expand Down

0 comments on commit b3d403f

Please sign in to comment.