[Jifty-commit] r5931 - in Test-WWW-Declare: lib/Test/WWW lib/Test/WWW/Declare

Jifty commits jifty-commit at lists.jifty.org
Sun Oct 12 18:42:32 EDT 2008


Author: sartak
Date: Sun Oct 12 18:42:31 2008
New Revision: 5931

Modified:
   Test-WWW-Declare/   (props changed)
   Test-WWW-Declare/Changes
   Test-WWW-Declare/lib/Test/WWW/Declare.pm
   Test-WWW-Declare/lib/Test/WWW/Declare/Tester.pm

Log:
 r73759 at onn:  sartak | 2008-10-12 18:41:44 -0400
 Bump to 0.02, update Changes


Modified: Test-WWW-Declare/Changes
==============================================================================
--- Test-WWW-Declare/Changes	(original)
+++ Test-WWW-Declare/Changes	Sun Oct 12 18:42:31 2008
@@ -1,6 +1,9 @@
-0.01     Fri Nov  2 14:34:26 2007
-         Version bump
+0.02    Sun Oct 12 18:41:15 2008
+        Depend on new HTTP::Server::Simple to avoid race conditions in tests
 
-0.01_01  Wed Sep 26 16:15:16 2007
-         Initial release to CPAN
+0.01    Fri Nov  2 14:34:26 2007
+        Version bump
+
+0.01_01 Wed Sep 26 16:15:16 2007
+        Initial release to CPAN
 

Modified: Test-WWW-Declare/lib/Test/WWW/Declare.pm
==============================================================================
--- Test-WWW-Declare/lib/Test/WWW/Declare.pm	(original)
+++ Test-WWW-Declare/lib/Test/WWW/Declare.pm	Sun Oct 12 18:42:31 2008
@@ -5,7 +5,7 @@
 use Test::WWW::Mechanize;
 use Test::Builder;
 
-our $VERSION  = '0.01';
+our $VERSION  = '0.02';
 
 our @EXPORT = qw(flow run get session check mech match follow_link content
                  should shouldnt click href button fill form SKIP _twd_dummy
@@ -36,10 +36,6 @@
 
 Test::WWW::Declare - declarative testing for your web app
 
-=head1 VERSION
-
-0.01
-
 =head1 SYNOPSIS
 
     use Test::WWW::Declare tests => 3;

Modified: Test-WWW-Declare/lib/Test/WWW/Declare/Tester.pm
==============================================================================
--- Test-WWW-Declare/lib/Test/WWW/Declare/Tester.pm	(original)
+++ Test-WWW-Declare/lib/Test/WWW/Declare/Tester.pm	Sun Oct 12 18:42:31 2008
@@ -95,7 +95,7 @@
 use Test::WWW::Declare;
 use base 'Test::More';
 
-our $VERSION = '0.01_01';
+our $VERSION = '0.02';
 our @EXPORT = qw($PORT $SERVER $PID);
 
 our $PORT = 12321;


More information about the Jifty-commit mailing list