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

NAME

App::Scrobble - Command line scrobbling app

VERSION

version 0.03

DESCRIPTION

Main functionality of App::Scrobble. Takes the command line arguments and instantiates the correct plugin, if one supports the URL to scrobble.

Instructs the plugin to grab the track data and then submits each track to LastFM. Makes some vaguely sensible made-up submission times so all the tracks aren't submitted at exactly the same time.

Works behind a proxy if you set the http_proxy env var.

METHODS

scrobble

Main sub called by the script.

SEE ALSO

App::scrobble

AUTHOR

Adam Taylor <ajct@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Adam Taylor.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.