NAME

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

VERSION

Version 4.06

SYNOPSIS

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

METHODS

CLASS -> new()

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

CLASS -> parse_config()

Parse the .twitshellrc file.

CLASS -> parse_arguments()

Parse the command-line arguments.

CLASS -> run()

Execute the action contant in CLASS -> {'action'}.

CLASS -> verify_credentials()

Verify the user's credentials via the web APIs, using CLASS -> {'username'} and CLASS -> {'password'}.

CLASS -> get_pwd()

Request user's password.

CLASS -> error()

Print formatted errors and die().