Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 14, 2012
1 parent be22137 commit 9ffbec7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

3.42 2012-09-14
- Improved documentation.

3.41 2012-09-13
- Improved Mojo::EventEmitter to warn about failed error events.
- Improved resilience of Mojo::IOLoop exception handling.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/ByteStream.pm
Expand Up @@ -103,7 +103,7 @@ L<Mojo::ByteStream> implements the following functions.
my $stream = b('test123');
Construct a new L<Mojo::ByteStream> object.
Construct a new scalar-based L<Mojo::ByteStream> object.
=head1 METHODS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Collection.pm
Expand Up @@ -112,7 +112,7 @@ L<Mojo::Collection> implements the following functions.
my $collection = c(1, 2, 3);
Construct a new L<Mojo::Collection> object.
Construct a new array-based L<Mojo::Collection> object.
=head1 METHODS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -38,7 +38,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Rainbow';
our $VERSION = '3.41';
our $VERSION = '3.42';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 9ffbec7

Please sign in to comment.