Skip to content

Commit

Permalink
mention that only installable scripts are affected
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 4, 2013
1 parent cea2bef commit 152bdcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changes
Expand Up @@ -2,8 +2,8 @@
3.89 2013-03-04
- Improved documentation.
- Improved tests.
- Fixed scripts to not "use lib", which sadly breaks updated dual-life
modules. (jberger, sri)
- Fixed installable scripts to not "use lib", which sadly breaks updated
dual-life modules. (jberger, sri)
- Fixed bug preventing delayed normalization for reused Mojo::Path objects.
- Fixed path matching bug in Mojo::Path.

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -641,8 +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, since installable scripts can't use
L<lib> without breaking updated dual-life modules.
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 152bdcc

Please sign in to comment.