Skip to content

Commit

Permalink
fixed Mojo::Base example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 2, 2012
1 parent 23df174 commit e0dd396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojo/Base.pm
Expand Up @@ -142,7 +142,6 @@ L<Mojo::Base> is a simple base class for L<Mojo> projects.
# Automatically enables "strict", "warnings" and Perl 5.10 features
use Mojo::Base -strict;
use Mojo::Base -base;
use Mojo::Base '+SomeBaseClass';
use Mojo::Base 'SomeBaseClass';
All three forms save a lot of typing.
Expand Down

0 comments on commit e0dd396

Please sign in to comment.