Why not adopt me?
NAME
HTTP::Proxy::GreaseMonkey::Script - A GreaseMonkey script.
VERSION
This document describes HTTP::Proxy::GreaseMonkey::Script version 0.03
SYNOPSIS
use HTTP::Proxy::GreaseMonkey::Script;
DESCRIPTION
Represents a single GreaseMonkey user script.
INTERFACE
new
match_uri
script
The Javascript source of this script.
file
The filename of this script.
stat
Get the cached stat
array for this script.
name
The descriptive name of this script
namespace
The namespace of this script.
description
The description of this script.
CONFIGURATION AND ENVIRONMENT
HTTP::Proxy::GreaseMonkey::Script requires no configuration files or environment variables.
DEPENDENCIES
None.
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.