[Http-webtest-commits] HTTP-WebTest/lib/Bundle/HTTP WebTest.pm,1.7,1.8
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-01-02 20:51:16
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/Bundle/HTTP In directory sc8-pr-cvs1:/tmp/cvs-serv6390/lib/Bundle/HTTP Modified Files: WebTest.pm Log Message: Cosmetic fixes Index: WebTest.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/Bundle/HTTP/WebTest.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** WebTest.pm 14 Dec 2002 16:55:16 -0000 1.7 --- WebTest.pm 2 Jan 2003 20:51:13 -0000 1.8 *************** *** 3,7 **** # $Id$ ! $VERSION = '0.03'; =head1 NAME --- 3,7 ---- # $Id$ ! $VERSION = '0.04'; =head1 NAME *************** *** 37,41 **** Time::HiRes ! Test::Builder Test::Builder::Tester - only required to run C<make test> --- 37,41 ---- Time::HiRes ! Test::More Test::Builder::Tester - only required to run C<make test> *************** *** 45,50 **** =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>. --- 45,50 ---- =head1 DESCRIPTION ! This bundle includes all modules required to use ! L<HTTP::WebTest|HTTP::WebTest> with all its standart plugins. Also it includes all modules required to run test suite for L<HTTP::WebTest|HTTP::WebTest>. |