#!/usr/bin/perl

use strict;
use warnings;
use App::GreaseMonkeyProxy;

my $app = App::GreaseMonkeyProxy->new;
$app->parse_args(@ARGV);
$app->run;

=head1 NAME

gmproxy - GreaseMonkey proxy

=head1 SYNOPSIS

 gmproxy [options] scriptdir ...

=head1 OPTIONS

Boolean options:

 -h,  --help        Display this help
 -?,                Display this help
 -H,  --man         Longer manpage for prove
 -v,  --verbose     Display URIs of pages being proxied

Options that take arguments:

      --servers N   Number of servers to start
      --port N      Listen on port N (default 8030)

=head1 AUTHOR

Copyright (c) 2007, Andy Armstrong C<< <andy@hexten.net> >>.

=head1 LICENCE AND COPYRIGHT

This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
