Business-CCProcessor

 view release on metacpan or  search on metacpan

t/MyMech.pm  view on Meta::CPAN


1;

sub new {
  my $class = shift;
  my $self = {};
  bless $self, $class;
  return $self;
}

sub update_html {
  my ($self, $html) = @_;
  $self->WWW::Mechanize::update_html( $html );
}



( run in 0.220 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )