Skip to content

Commit

Permalink
mention scope of message parser
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 9, 2012
1 parent 304118e commit 76cb4b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -438,7 +438,8 @@ L<Mojo::Transaction> and implements the following new ones.
my $multi = Mojo::Content::MultiPart->new;
Construct a new L<Mojo::Transaction::WebSocket> object and subscribe to
C<frame> event with default message parser.
C<frame> event with default message parser, which also handles C<PING> and
C<CLOSE> frames automatically.
=head2 C<build_frame>
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.68'},
PREREQ_PM => {'Mojolicious' => '2.77'},
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.68'},
PREREQ_PM => {'Mojolicious' => '2.77'},
test => {TESTS => 't/*.t'}
);
Expand Down

0 comments on commit 76cb4b9

Please sign in to comment.