Skip to content

Commit

Permalink
link to FindBin
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Nov 24, 2014
1 parent 00bcfe1 commit c118ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1432,7 +1432,7 @@ get automatically installed with the 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>
proper shebang during installation. Also use L<FindBin> rather than L<lib>
since installable scripts can't use L<lib> without breaking updated dual-life
modules.

Expand Down

0 comments on commit c118ac0

Please sign in to comment.