Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 25, 2011
1 parent 42b0606 commit d7dbe86
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

1.66 2011-07-26 00:00:00
- Improved documentation.

1.65 2011-07-25 00:00:00
- Added EXPERIMENTAL modules Mojo::IOLoop::Client,
Mojo::IOLoop::EventEmitter, Mojo::IOLoop::Server and
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -573,7 +573,7 @@ Note that this attribute is EXPERIMENTAL and might change without warning!
my $class = $loop->stream_class;
$loop = $loop->stream_class('Mojo::IOLoop::Stream');
Class to be used for streaming io, defaults to L<Mojo::IOLoop::Stream>.
Class to be used for streaming handles, defaults to L<Mojo::IOLoop::Stream>.
Note that this attribute is EXPERIMENTAL and might change without warning!
=head2 C<timeout>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Client.pm
Expand Up @@ -157,7 +157,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Client - IOLoop TCP Client
Mojo::IOLoop::Client - IOLoop Socket Client
=head1 SYNOPSIS
Expand Down
5 changes: 3 additions & 2 deletions lib/Mojo/IOLoop/Server.pm
Expand Up @@ -262,7 +262,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Server - IOLoop TCP Server
Mojo::IOLoop::Server - IOLoop Socket Server
=head1 SYNOPSIS
Expand All @@ -282,7 +282,8 @@ Mojo::IOLoop::Server - IOLoop TCP Server
=head1 DESCRIPTION
L<Mojo::IOLoop::Server> accepts incoming connections for L<Mojo::IOLoop>.
L<Mojo::IOLoop::Server> accepts incoming socket connections for
L<Mojo::IOLoop>.
Note that this module is EXPERIMENTAL and might change without warning!
=head1 ATTRIBUTES
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/IOLoop/Stream.pm
Expand Up @@ -180,7 +180,8 @@ Mojo::IOLoop::Stream - IOLoop Stream
=head1 DESCRIPTION
L<Mojo::IOLoop::Stream> is a container for streams used by L<Mojo::IOLoop>.
L<Mojo::IOLoop::Stream> is a container for streaming handles used by
L<Mojo::IOLoop>.
Note that this module is EXPERIMENTAL and might change without warning!
=head1 ATTRIBUTES
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -33,7 +33,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Smiling Face With Sunglasses';
our $VERSION = '1.65';
our $VERSION = '1.66';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down

0 comments on commit d7dbe86

Please sign in to comment.