package Bundle::HTTP::WebTest; # $Id: WebTest.pm,v 1.10 2003/04/26 15:17:20 m_ilya Exp $ $VERSION = '0.05'; =head1 NAME Bundle::HTTP::WebTest - a bundle to install HTTP::WebTest =head1 SYNOPSIS perl -MCPAN -e 'install Bundle::HTTP::WebTest' =head1 CONTENTS Algorithm::Diff - only required to run C CGI::Cookie Crypt::SSLeay - SSL support HTTP::WebTest LWP MIME::Base64 Net::SMTP Text::Balanced Pod::Usage Pod::Man Time::HiRes Test::Builder::Tester - only required to run C Test::MockObject - only required to run C Test::More URI =head1 DESCRIPTION This bundle includes all modules required to use L with all its standart plugins. Also it includes all modules required to run test suite for L. =head1 COPYRIGHT Copyright (c) 2002-2003 Ilya Martynov. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L =cut 1;