The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

    # Subscribe to all incoming CPAN uploads
    perl eg/feed.pl

    # Subscribe to CPAN upload feed for a dist (Statocles)
    perl eg/feed.pl http://api.cpantesters.org/v1/upload/dist/Statocles

DESCRIPTION

This example shows how to subscribe to the WebSocket feed from http://api.cpantesters.org using Mojo::UserAgent.

SEE ALSO

Mojo::UserAgent, http://api.cpantesters.org