Apache-ProxyStuff
view release on metacpan or search on metacpan
ProxyStuff.pm view on Meta::CPAN
package Apache::ProxyStuff;
use strict;
use vars qw(@ISA $VERSION);
use Apache::Constants qw(:common);
use Apache::Log;
use Apache::Table;
use HTML::TokeParser;
use LWP::UserAgent;
use Data::Dumper;
@ISA = qw(LWP::UserAgent);
$VERSION = '0.10';
my $UA = __PACKAGE__->new;
$UA->agent(join "/", __PACKAGE__, $VERSION);
# Override Methods
sub redirect_ok {return 0}
( run in 0.499 second using v1.01-cache-2.11-cpan-4d50c553e7e )