NAME

App::TwitShell - Container for TwitShell objects's functions.

VERSION

Version 4.08

SYNOPSIS

App::TwitShell contains some common functions used with the TwitShell client object.

METHODS

new()

Create an instance of the Twitter client and assign some default values.

parse_config()

Parse the .twitshellrc file.

parse_arguments()

Parse the command-line arguments.

run()

Execute the action contant in 'action'.

verify_credentials()

Verify the user's credentials via the web APIs, using 'username' and 'password'.

get_pwd()

Request user's password.

error( $msg )

Print formatted errors and die

get_data()

Return content of a TwitShell object

AUTHOR

Alessandro Ghedini, <alexbio at cpan.org>

BUGS

Please report any bugs or feature requests to bug-twitshell at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TwitShell. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc App::TwitShell

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2010 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.