Update of /cvsroot/http-webtest/HTTP-WebTest/lib/Bundle/HTTP
In directory sc8-pr-cvs1:/tmp/cvs-serv9700/lib/Bundle/HTTP
Modified Files:
WebTest.pm
Log Message:
Test::MockObject is a require module now (for make test)
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/Bundle/HTTP/WebTest.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** WebTest.pm 2 Mar 2003 11:52:10 -0000 1.9
--- WebTest.pm 26 Apr 2003 15:17:20 -0000 1.10
***************
*** 3,7 ****
# $Id$
! $VERSION = '0.04';
=head1 NAME
--- 3,7 ----
# $Id$
! $VERSION = '0.05';
=head1 NAME
***************
*** 37,43 ****
Time::HiRes
- Test::More
-
Test::Builder::Tester - only required to run C<make test>
URI
--- 37,45 ----
Time::HiRes
Test::Builder::Tester - only required to run C<make test>
+
+ Test::MockObject - only required to run C<make test>
+
+ Test::More
URI
|