WWW::Search::Null::Error.3pm

Langue: en

Autres versions - même langue

Version: 2009-02-27 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

WWW::Search::Null::Error - class for testing WWW::Search clients

SYNOPSIS

   require WWW::Search;
   my $oSearch = new WWW::Search('Null::Error');
   $oSearch->native_query('Makes no difference what you search for...');
   $oSearch->retrieve_some();
   my $oResponse = $oSearch->response;
   # You get an HTTP::Response object with a code of 500
 
 

DESCRIPTION

This class is a specialization of WWW::Search that only returns an error message.

This module might be useful for testing a client program without actually being connected to any particular search engine.

AUTHOR

Martin Thurn <mthurn@cpan.org>