X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FWWW%2FOpenSearch%2FAgent.pm;h=c63093c7a0e9ef9d9513e940d9554df84ad5fa86;hb=b8f6a57db286b1584ebe6c228345f901723bba30;hp=bc5bbec26ba91acf6746d2b4827532d30475cec8;hpb=1fc70f0d6badbef9bb483990d761d1446d52cbb2;p=libwww-opensearch-perl.git diff --git a/lib/WWW/OpenSearch/Agent.pm b/lib/WWW/OpenSearch/Agent.pm index bc5bbec..c63093c 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-2013 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