Skip to content

Commit

Permalink
better phrasing in Cookbook regarding installable scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Nov 24, 2014
1 parent f9e57d1 commit 2e30138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1430,11 +1430,11 @@ get automatically installed with the modules.

1;

Finally C<myapp.pl> can be replaced with an installable L<Mojolicious> script.
Only a few small details change. The shebang becomes the recommended C<#!perl>,
which the toolchain rewrites to the proper shebang during installation. Also
use C<FindBin> rather than L<lib> since installable scripts can't use L<lib>
without breaking updated dual-life modules.
Finally a few small changes should be made to the application script. The
shebang becomes the recommended C<#!perl>, which the toolchain rewrites to the
proper shebang during installation. Also use C<FindBin> rather than L<lib>
since installable scripts can't use L<lib> without breaking updated dual-life
modules.

#!perl

Expand Down

0 comments on commit 2e30138

Please sign in to comment.