Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix path tree and a typo
  • Loading branch information
jberger committed Nov 24, 2014
1 parent 2ccaefe commit bdb7f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1457,7 +1457,7 @@ scripts can't use L<lib> without breaking updated dual-life modules.
That's really everything, now you can package your application like any other
CPAN module.

$ ./script/my_app generate makefile
$ ./script/myapp generate makefile
$ perl Makefile.PL
$ make test
$ make manifest
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -752,8 +752,7 @@ can be simplified.
And our final directory structure should be looking like this.

myapp
|- script
| +- myapp
|- myapp.pl
|- lib
| |- MyApp.pm
| +- MyApp
Expand Down

0 comments on commit bdb7f92

Please sign in to comment.