Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest
In directory sc8-pr-cvs1:/tmp/cvs-serv25712
Modified Files:
Makefile.PL README
Log Message:
Fix glitch for empty 'date' string, added test cases
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/Makefile.PL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.PL 26 Dec 2002 21:16:11 -0000 1.2
--- Makefile.PL 30 Dec 2002 17:22:19 -0000 1.3
***************
*** 12,16 ****
(
ABSTRACT_FROM => 'lib/HTTP/WebTest/Plugin/DateTest.pm',
! AUTHOR => 'Johannes la Poutre <ya...@la...>',
) : ()),
);
--- 12,16 ----
(
ABSTRACT_FROM => 'lib/HTTP/WebTest/Plugin/DateTest.pm',
! AUTHOR => 'Johannes la Poutre <ja...@la...>',
) : ()),
);
Index: README
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 26 Dec 2002 21:15:53 -0000 1.2
--- README 30 Dec 2002 17:22:19 -0000 1.3
***************
*** 1,3 ****
! DateTest version 0.9
=====================
--- 1,3 ----
! DateTest version 0.99
=====================
***************
*** 32,36 ****
This module requires these other modules and libraries:
! HTTP::WebTest (version 1.99 or newer)
DateTime (version 1.13 or newer recommended)
--- 32,36 ----
This module requires these other modules and libraries:
! HTTP::WebTest (version 2.00 or newer)
DateTime (version 1.13 or newer recommended)
***************
*** 49,53 ****
COPYRIGHT AND LICENCE
! Copyright (C) 2002 Johannes la Poutre <ya...@la...>
This program is free software; you can redistribute it and/or
--- 49,53 ----
COPYRIGHT AND LICENCE
! Copyright (C) 2002 Johannes la Poutre <ja...@la...>
This program is free software; you can redistribute it and/or
|