Why not adopt me?
NAME
App::GreaseMonkeyProxy - Command line GreaseMonkey proxy
VERSION
This document describes App::GreaseMonkeyProxy version 0.05
SYNOPSIS
use App::GreaseMonkeyProxy;
my $app = App::GreaseMonkeyProxy->new;
$app->parse_args(@ARGV);
$app->run;
DESCRIPTION
INTERFACE
new
args
servers
Accessor for the number of servers to start. Defaults to 5.
port
Accessor for the port to listen on. Defaults to 8030.
verbose
Accessor for verbosity. Defaults to 0.
show_help
show_man
parse_args
Parse an argument array - typically @ARGV
.
$app->parse_args( @ARGV );
run
do_help
Output help page
CONFIGURATION AND ENVIRONMENT
App::GreaseMonkeyProxy requires no configuration files or environment variables.
DEPENDENCIES
HTTP::Proxy::GreaseMonkey::ScriptHome HTTP::Proxy
INCOMPATIBILITIES
None reported.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to bug-http-proxy-greasemonkey@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
Andy Armstrong <andy@hexten.net>
LICENCE AND COPYRIGHT
Copyright (c) 2007, Andy Armstrong <andy@hexten.net>
.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.