Update of /cvsroot/http-webtest/HTTP-WebTest
In directory sc8-pr-cvs1:/tmp/cvs-serv10051
Modified Files:
Makefile.PL INSTALL Changes
Log Message:
Port self-test suite from Test to Test::More
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Makefile.PL,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile.PL 14 Dec 2002 16:56:31 -0000 1.14
--- Makefile.PL 22 Dec 2002 21:25:50 -0000 1.15
***************
*** 23,27 ****
'Pod::Man' => 1.14,
'Time::HiRes' => 0,
! 'Test::Builder' => 0,
'Test::Builder::Tester' => 0,
'URI' => 0 },
--- 23,27 ----
'Pod::Man' => 1.14,
'Time::HiRes' => 0,
! 'Test::More' => 0,
'Test::Builder::Tester' => 0,
'URI' => 0 },
Index: INSTALL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/INSTALL,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** INSTALL 14 Dec 2002 16:57:08 -0000 1.10
--- INSTALL 22 Dec 2002 21:25:50 -0000 1.11
***************
*** 6,10 ****
* libwww 5.60 or later
* libnet (is included in Perl 5.8.0 and later)
! * Test::Builder (is included in Perl 5.8.0 and later)
* Text::Balanced (is included in Perl 5.8.0 and later)
* Pod::Usage (is included in Perl 5.6.1 and later)
--- 6,10 ----
* libwww 5.60 or later
* libnet (is included in Perl 5.8.0 and later)
! * Test::More (is included in Perl 5.8.0 and later)
* Text::Balanced (is included in Perl 5.8.0 and later)
* Pod::Usage (is included in Perl 5.6.1 and later)
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** Changes 22 Dec 2002 20:35:39 -0000 1.65
--- Changes 22 Dec 2002 21:25:50 -0000 1.66
***************
*** 5,11 ****
CURRENT VERSION
DEPRECATIONS:
! Subroutines 'start_webserver' and 'stop_webserver' was moved from
HTTP::WebTest::SelfTest to HTTP::WebTest::Utils. They still can be
exported from HTTP::WebTest::SelfTest but their usage from this module
--- 5,15 ----
CURRENT VERSION
+ ENHANCEMENTS:
+
+ * Port self test suite from Test to Test::More.
+
DEPRECATIONS:
! * Subroutines 'start_webserver' and 'stop_webserver' was moved from
HTTP::WebTest::SelfTest to HTTP::WebTest::Utils. They still can be
exported from HTTP::WebTest::SelfTest but their usage from this module
|