The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# $rcs = ' $Id: News.pm,v 1.13 2009/05/02 19:27:46 Martin Exp $ ' ;

=head1 NAME

WWW::Search::News - WWW::Search backend for news searches

=head1 DESCRIPTION

This is an empty package.  It only exists so that CPAN users can say
"install WWW::Search::News" and they'll get what they expect.  Well,
actually I'm not sure what they expect, but they'll get something
reasonable.

I also use it to control the version number of the distribution.

=head1 SEE ALSO

  WWW::Search::AP
  WWW::Search::Reuters
  WWW::Search::WashPost

=head1 AUTHOR

Martin Thurn <mthurn@cpan.org>

=head1 LICENSE

Copyright (C) 1998-2009 Martin 'Kingpin' Thurn

This software is released under the same license as Perl itself.

=cut

package WWW::Search::News;

use strict;
use warnings;

use 5.005;

our
$VERSION = '1.079';

1;

__END__