Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mention which functions are automatically exported
  • Loading branch information
kraih committed Jan 25, 2014
1 parent a0ff4da commit bccb911
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Base.pm
Expand Up @@ -162,8 +162,8 @@ All three forms save a lot of typing.
=head1 FUNCTIONS
L<Mojo::Base> exports the following functions if imported with the C<-base>
flag or a base class.
L<Mojo::Base> implements the following functions, which can be imported with
the C<-base> flag or by setting a base class.
=head2 has
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/ByteStream.pm
Expand Up @@ -100,7 +100,8 @@ a more friendly API for many of the functions in L<Mojo::Util>.
=head1 FUNCTIONS
L<Mojo::ByteStream> implements the following functions.
L<Mojo::ByteStream> implements the following functions, which can be imported
individually.
=head2 b
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Collection.pm
Expand Up @@ -140,7 +140,8 @@ L<Mojo::Collection> is an array-based container for collections.
=head1 FUNCTIONS
L<Mojo::Collection> implements the following functions.
L<Mojo::Collection> implements the following functions, which can be imported
individually.
=head2 c
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/JSON.pm
Expand Up @@ -378,7 +378,8 @@ C<u2028> and C<u2029> will always be escaped to make JSONP easier.
=head1 FUNCTIONS
L<Mojo::JSON> implements the following functions.
L<Mojo::JSON> implements the following functions, which can be imported
individually.
=head2 j
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Util.pm
Expand Up @@ -394,7 +394,8 @@ L<Mojo::Util> provides portable utility functions for L<Mojo>.
=head1 FUNCTIONS
L<Mojo::Util> implements the following functions.
L<Mojo::Util> implements the following functions, which can be imported
individually.
=head2 b64_decode
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Lite.pm
Expand Up @@ -1005,7 +1005,8 @@ fun!
=head1 FUNCTIONS
L<Mojolicious::Lite> implements the following functions.
L<Mojolicious::Lite> implements the following functions, which are
automatically exported.
=head2 any
Expand Down
2 changes: 1 addition & 1 deletion lib/ojo.pm
Expand Up @@ -77,7 +77,7 @@ MOJO_PROXY environment variable.
=head1 FUNCTIONS
L<ojo> implements the following functions.
L<ojo> implements the following functions, which are automatically exported.
=head2 a
Expand Down

0 comments on commit bccb911

Please sign in to comment.