X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=lib%2FWWW%2FOpenSearch%2FAgent.pm;h=00fcf0dc050abc1f3483f93bca3d7f20b3ad1adb;hp=bc5bbec26ba91acf6746d2b4827532d30475cec8;hb=70fa825da53bce7cee2d56a3a9d3cbeb2b4c7076;hpb=1fc70f0d6badbef9bb483990d761d1446d52cbb2 diff --git a/lib/WWW/OpenSearch/Agent.pm b/lib/WWW/OpenSearch/Agent.pm index bc5bbec..00fcf0d 100644 --- a/lib/WWW/OpenSearch/Agent.pm +++ b/lib/WWW/OpenSearch/Agent.pm @@ -38,7 +38,7 @@ An alias for request() =head1 COPYRIGHT AND LICENSE -Copyright 2007 by Tatsuhiko Miyagawa and Brian Cassidy +Copyright 2005-2010 by Tatsuhiko Miyagawa and Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -46,7 +46,7 @@ it under the same terms as Perl itself. =cut sub new { - my( $class, @rest ) = @_; + my ( $class, @rest ) = @_; return $class->SUPER::new( agent => join( '/', __PACKAGE__, $WWW::OpenSearch::VERSION ), @rest, @@ -57,7 +57,7 @@ sub new { sub request { my $self = shift; - my $request = shift; ; + my $request = shift; my $response = $self->SUPER::request( $request, @_ ); # allow regular HTTP::Requests to flow through