Skip to content

Commit

Permalink
mention 32bit limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 3, 2012
1 parent 6de12ca commit 91262ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -2,6 +2,7 @@ This file documents the revision history for Perl extension Mojolicious.

2.93 2012-05-03
- Improved 32bit Perl support of Mojo::Transaction::WebSocket.
(mikemagowan, sri)
- Improved documentation.
- Improved tests.

Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -317,7 +317,8 @@ Mojo::Transaction::WebSocket - WebSocket transaction container
=head1 DESCRIPTION
L<Mojo::Transaction::WebSocket> is a container for WebSocket transactions as
described in RFC 6455.
described in RFC 6455. Note that 64bit frames require a Perl with 64bit
integer support, or they are limited to 32bit.
=head1 EVENTS
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojolicious.pm
Expand Up @@ -851,6 +851,8 @@ Maxim Vuets
Michael Harris
Mike Magowan
Mirko Westermeier
Mons Anderson
Expand Down

0 comments on commit 91262ba

Please sign in to comment.