[Http-webtest-commits] CVS: HTTP-WebTest/lib/Bundle/HTTP WebTest.pm,NONE,1.1
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-06-07 08:57:12
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/Bundle/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv21801/lib/Bundle/HTTP Added Files: WebTest.pm Log Message: Added --- NEW FILE: WebTest.pm --- package Bundle::HTTP::WebTest; # $Id: WebTest.pm,v 1.1 2002/06/07 08:57:09 m_ilya Exp $ $VERSION = '0.01'; =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<make test> CGI::Cookie File::Temp HTTP::Daemon LWP MIME::Base64 Net::SMTP Text::Balanced Pod::Usage Pod::Man Time::HiRes URI =head1 DESCRIPTION This bundle includes all modules required to run L<HTTP::WebTest|HTTP::WebTest> using all bundled plugins. Also it includes all modules required to run test suite for L<HTTP::WebTest|HTTP::WebTest>. =head1 COPYRIGHT Copyright (c) 2001,2002 Ilya Martynov. All rights reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License. =head1 SEE ALSO L<HTTP::WebTest|HTTP::WebTest> =cut 1; |