Skip to content

Commit

Permalink
more small documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 14, 2012
1 parent 7295e49 commit 49654b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.62 2012-03-14 00:00:00
- Improved documentation.

2.61 2012-03-14 00:00:00
- Merged Mojolicious exception handling into the around_dispatch
hook, this will allow a whole new category of exception handling
Expand Down
4 changes: 0 additions & 4 deletions lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -528,16 +528,12 @@ Alias for L<Mojo::Transaction/"remote_port">.
Alias for L<Mojo::Transaction/"req">.
$ws->req->headers->header('X-Bender' => 'Bite my shiny metal ass!');
=head2 C<res>
my $res = $ws->res;
Alias for L<Mojo::Transaction/"res">.
$ws->res->headers->header('X-Bender' => 'Bite my shiny metal ass!');
=head2 C<resume>
$ws = $ws->resume;
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 = 'Leaf Fluttering In Wind';
our $VERSION = '2.61';
our $VERSION = '2.62';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/generate/makefile.pm
Expand Up @@ -20,7 +20,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
VERSION => '0.01',
PREREQ_PM => {'Mojolicious' => '2.50'},
PREREQ_PM => {'Mojolicious' => '2.60'},
test => {TESTS => 't/*.t'}
);
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/generate/plugin.pm
Expand Up @@ -108,7 +108,7 @@ WriteMakefile(
NAME => '<%= $class %>',
VERSION_FROM => 'lib/<%= $path %>',
AUTHOR => 'A Good Programmer <nospam@cpan.org>',
PREREQ_PM => {'Mojolicious' => '2.50'},
PREREQ_PM => {'Mojolicious' => '2.60'},
test => {TESTS => 't/*.t'}
);
Expand Down

0 comments on commit 49654b2

Please sign in to comment.