Skip to content

Commit

Permalink
fix typo in growing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 12, 2016
1 parent f662f96 commit 8e463f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -745,7 +745,7 @@ C<my_app> to follow the CPAN standard.
$ mv myapp.pl script/my_app

Just a few small details change, instead of L<lib> we now use L<FindBin> and
C<@ISA>, allowing us to start the application from outside its home directory.
C<@INC>, allowing us to start the application from outside its home directory.

#!/usr/bin/env perl

Expand Down

0 comments on commit 8e463f2

Please sign in to comment.