Skip to content

Commit

Permalink
unify list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 25, 2011
1 parent 7e518c0 commit ea49fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -774,7 +774,7 @@ Get local information about a connection.
my $address = $info->{address};
These values are to be expected in the returned hash reference.
These values can be expected in the returned hash reference:
=over 2
Expand Down Expand Up @@ -844,7 +844,7 @@ Get remote information about a connection.
my $address = $info->{address};
These values are to be expected in the returned hash reference.
These values can be expected in the returned hash reference:
=over 2
Expand Down
7 changes: 3 additions & 4 deletions lib/Mojolicious.pm
Expand Up @@ -463,7 +463,7 @@ and the application object, as well as a function in C<ep> templates.
Extend L<Mojolicious> by adding hooks to named events.
The following events are available and run in the listed order.
These events are currently available and run in the listed order:
=over 2
Expand Down Expand Up @@ -547,8 +547,7 @@ Useful for all kinds of postprocessing tasks.
Load a plugin with L<Mojolicious::Plugins/"register_plugin">.
The following plugins are included in the L<Mojolicious> distribution as
examples.
These plugins are included in the L<Mojolicious> distribution as examples:
=over 2
Expand Down Expand Up @@ -724,7 +723,7 @@ Sebastian Riedel, C<sri@cpan.org>.
=head1 CREDITS
In alphabetical order.
In alphabetical order:
=over 2
Expand Down

0 comments on commit ea49fed

Please sign in to comment.