Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explain the use of BEGIN+unshift instead of use lib
  • Loading branch information
amenonsen committed Mar 4, 2013
1 parent 0b88880 commit cea2bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -641,7 +641,8 @@ Finally C<myapp.pl> can be replaced with a proper L<Mojolicious> script.
$ touch script/myapp
$ chmod 744 script/myapp

Only a few small details change.
Only a few small details change, since installable scripts can't use
L<lib> without breaking updated dual-life modules.

#!/usr/bin/env perl

Expand Down

0 comments on commit cea2bef

Please sign in to comment.