http-webtest-commits Mailing List for HTTP-WebTest
Brought to you by:
m_ilya,
richardanderson
You can subscribe to this list here.
| 2002 |
Jan
(38) |
Feb
(83) |
Mar
(10) |
Apr
(28) |
May
(42) |
Jun
(61) |
Jul
(43) |
Aug
(42) |
Sep
(14) |
Oct
(27) |
Nov
(16) |
Dec
(81) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(81) |
Feb
(29) |
Mar
(32) |
Apr
(42) |
May
(3) |
Jun
|
Jul
(11) |
Aug
|
Sep
(33) |
Oct
(6) |
Nov
(4) |
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
(10) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
|
11
|
12
|
13
|
14
|
15
|
16
(3) |
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: Johannes la P. <joe...@us...> - 2003-05-16 08:11:50
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/lib/HTTP/WebTest/Plugin In directory sc8-pr-cvs1:/tmp/cvs-serv20024/lib/HTTP/WebTest/Plugin Modified Files: DateTest.pm Log Message: Updated copyright year Index: DateTest.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/lib/HTTP/WebTest/Plugin/DateTest.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DateTest.pm 16 May 2003 08:01:03 -0000 1.7 --- DateTest.pm 16 May 2003 08:11:47 -0000 1.8 *************** *** 271,275 **** =head1 COPYRIGHT ! Copyright (c) 2002 Johannes la Poutre. All rights reserved. This module is free software. It may be used, redistributed and/or --- 271,275 ---- =head1 COPYRIGHT ! Copyright (c) 2002,2003 Johannes la Poutre. All rights reserved. This module is free software. It may be used, redistributed and/or |
|
From: Johannes la P. <joe...@us...> - 2003-05-16 08:01:08
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/lib/HTTP/WebTest/Plugin In directory sc8-pr-cvs1:/tmp/cvs-serv16537/lib/HTTP/WebTest/Plugin Modified Files: DateTest.pm Log Message: Release 1.01 Index: DateTest.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/lib/HTTP/WebTest/Plugin/DateTest.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** DateTest.pm 6 Mar 2003 17:42:24 -0000 1.6 --- DateTest.pm 16 May 2003 08:01:03 -0000 1.7 *************** *** 7,11 **** use vars qw($VERSION); ! $VERSION = '1.00'; =head1 NAME --- 7,11 ---- use vars qw($VERSION); ! $VERSION = '1.01'; =head1 NAME *************** *** 15,19 **** =head1 VERSION ! Version 1.00 - $Revision$ Compatible with L<HTTP::WebTest|HTTP::WebTest> 2.x API --- 15,19 ---- =head1 VERSION ! Version 1.01 - $Revision$ Compatible with L<HTTP::WebTest|HTTP::WebTest> 2.x API |
|
From: Johannes la P. <joe...@us...> - 2003-05-16 08:01:07
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest In directory sc8-pr-cvs1:/tmp/cvs-serv16537 Modified Files: Changes README Log Message: Release 1.01 Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/Changes,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Changes 6 Mar 2003 17:42:21 -0000 1.4 --- Changes 16 May 2003 08:01:02 -0000 1.5 *************** *** 1,6 **** Revision history for Perl extension DateTest. ! 1.01 - fix for "argument isn't numeric" warning 1.00 Tue Dec 31 13:57:47 CET 2002 --- 1,8 ---- Revision history for Perl extension DateTest. ! 1.01 Thu Mar 6 17:42:24 2003 UTC - fix for "argument isn't numeric" warning + solves error if a date couldn't be parsed + - release on CPAN Fri May 16 2003 1.00 Tue Dec 31 13:57:47 CET 2002 Index: README =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 6 Mar 2003 17:42:23 -0000 1.5 --- README 16 May 2003 08:01:02 -0000 1.6 *************** *** 1,3 **** ! DateTest version 1.00 ===================== --- 1,3 ---- ! DateTest version 1.01 ===================== *************** *** 52,56 **** COPYRIGHT AND LICENCE ! Copyright (C) 2002 Johannes la Poutre <ja...@la...> This program is free software; you can redistribute it and/or --- 52,56 ---- COPYRIGHT AND LICENCE ! Copyright (C) 2002,2003 Johannes la Poutre <ja...@la...> This program is free software; you can redistribute it and/or |