NAME
    App::starbucksloginator - Access the wireless at Starbucks (via AT&T)

VERSION
    version 0.0010

SYNOPSIS
        $ starbucksloginator

        $ starbucksloginator --username alice --password hunter2

DESCRIPTION
        AT&T/Starbucks has an annoying login screen needed access their wireless. It is especially annoying since it has a habit of logging you out every so often (sometimes just after you logged in)

        This is a commandline-based, no-hassle way to log in

USAGE
        Usage: starbucksloginator <options>

            --username <username>   Your AT&T wireless username
            --password <password>   The password for the above
                                    Instead of supplying your identity on the
                                    commandline, you can setup $HOME/.starbucks like so:
        
                                        username <username>
                                        password <password>

            --agent <agent>         The agent to pass the loginator off as (user agent string).
                                    Windows Firefox by default

AUTHOR
      Robert Krimen <robertkrimen@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010 by Robert Krimen.

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

