Skip to content

Commit

Permalink
removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 24, 2014
1 parent 0339047 commit 3239ff8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changes
@@ -1,6 +1,6 @@

5.65 2014-11-23
- Use #!perl for installable scripts (jberger)
5.65 2014-11-24
- Improved installable scripts to use #!perl. (jberger)

5.64 2014-11-22
- Fixed bug in Mojolicious::Commands where the global Getopt::Long
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1430,9 +1430,9 @@ get automatically installed with the modules.

1;

Finally a few small changes should be made to the application script. The
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 L<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
1 change: 0 additions & 1 deletion lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -726,7 +726,6 @@ C<my_app> to follow the CPAN standard.

$ mkdir script
$ mv myapp.pl script/my_app
$ chmod 744 script/my_app

=head2 Simplified tests

Expand Down

0 comments on commit 3239ff8

Please sign in to comment.