The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Plack-App-WebSocket

0.04    2014-08-17
        [PACKAGING]
        - Migrate to Module::Build::Prereqs::FromCPANfile.

0.03    2014-02-05
        [ENHANCEMENT]
        - (gh#1) Now on_established callback gets $psgi_env as the second
          argument. That way, you can change behavior of the connection
          according to query params etc. Thanks leedo.

0.02    2013-11-21
        [BUGFIX]
        - Sometimes installation failed because $VERSION was inspected
          before prerequisites were installed. This bug is fixed now
          that $VERSIONs are set by literals.

0.01    2013-11-10
        First version, released on an unsuspecting world.