Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
the link did not look right anymore
  • Loading branch information
kraih committed Jan 20, 2015
1 parent 7eb472b commit 1b5998f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -14,9 +14,9 @@ applications.
=head2 Hello World

A simple Hello World application can look like this, L<strict>, L<warnings>,
L<utf8> and Perl 5.10 features are automatically enabled and a few
L<Mojolicious::Lite/"FUNCTIONS"> imported when you use L<Mojolicious::Lite>,
turning your script into a full featured web application.
L<utf8> and Perl 5.10 features are automatically enabled and a few functions
imported when you use L<Mojolicious::Lite>, turning your script into a full
featured web application.

#!/usr/bin/env perl
use Mojolicious::Lite;
Expand Down

0 comments on commit 1b5998f

Please sign in to comment.