Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 9, 2011
1 parent 09073a5 commit 3772ff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Mojo/Base.pm
Expand Up @@ -166,11 +166,6 @@ Mojo::Base - Minimal Base Class For Mojo Projects
L<Mojo::Base> is a simple base class for L<Mojo> projects.
=head1 FUNCTIONS
L<Mojo::Base> exports the following functions if imported with the C<-base>
flag or a base class.
# Automatically enables "strict" and "warnings"
use Mojo::Base -strict;
use Mojo::Base -base;
Expand Down Expand Up @@ -200,6 +195,11 @@ All three forms save a lot of typing.
use Mojo::Base;
sub has { Mojo::Base::attr(__PACKAGE__, @_) }
=head1 FUNCTIONS
L<Mojo::Base> exports the following functions if imported with the C<-base>
flag or a base class.
=head2 C<has>
has 'name';
Expand Down

0 comments on commit 3772ff7

Please sign in to comment.