DOKK / manpages / debian 10 / libwww-search-perl / WWW::Search::Null::Error.3pm.en
WWW::Search::Null::Error(3pm) User Contributed Perl Documentation WWW::Search::Null::Error(3pm)

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

  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

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.

Martin 'Kingpin' Thurn, "mthurn at cpan.org", <http://tinyurl.com/nn67z>.

2018-11-25 perl v5.28.0