Skip to content

Commit

Permalink
subset sounds better than dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 29, 2016
1 parent d7ef0b7 commit 2ccdcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -38,7 +38,7 @@ L<HTTP|https://developer.mozilla.org/en-US/docs/Web/HTTP>.

=head1 CONVENTIONS

L<Mojolicious> uses a modern dialect of Perl exclusively, and therefore all
L<Mojolicious> uses a modern subset of Perl exclusively, and therefore all
documentation assumes that L<strict>, L<warnings>, L<utf8> and Perl 5.10
features are enabled, even if examples don't specifically mention it.

Expand All @@ -48,7 +48,7 @@ features are enabled, even if examples don't specifically mention it.
use feature ':5.10';

Some modules like L<Mojo::Base> and L<Mojolicious::Lite> will enable them for
you automatically.
you automatically whenever they are used.

=head1 TUTORIAL

Expand Down

0 comments on commit 2ccdcaf

Please sign in to comment.