r75587 - in /branches/upstream/libtest-www-mechanize-mojo-perl/current: CHANGES META.yml lib/Test/WWW/Mechanize/Mojo.pm

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 13 09:53:43 UTC 2011


Author: fabreg-guest
Date: Mon Jun 13 09:53:36 2011
New Revision: 75587

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75587
Log:
[svn-upgrade] new version libtest-www-mechanize-mojo-perl (0.0.9)

Modified:
    branches/upstream/libtest-www-mechanize-mojo-perl/current/CHANGES
    branches/upstream/libtest-www-mechanize-mojo-perl/current/META.yml
    branches/upstream/libtest-www-mechanize-mojo-perl/current/lib/Test/WWW/Mechanize/Mojo.pm

Modified: branches/upstream/libtest-www-mechanize-mojo-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-mechanize-mojo-perl/current/CHANGES?rev=75587&op=diff
==============================================================================
--- branches/upstream/libtest-www-mechanize-mojo-perl/current/CHANGES (original)
+++ branches/upstream/libtest-www-mechanize-mojo-perl/current/CHANGES Mon Jun 13 09:53:36 2011
@@ -1,4 +1,8 @@
 Revision history for Perl module Test::WWW::Mechanize::Mojo :
+
+v0.0.9      Thu May 19 23:14:29 IDT 2011
+    - Got rid of warnings by switching from $t->client to $t->ua.
+        - Thanks to Mirko Westermeier
 
 v0.0.8      Wed Jan 26 14:56:01 IST 2011
     - Convert the mentioning of CATALYST_SERVER to MOJO_SERVER.

Modified: branches/upstream/libtest-www-mechanize-mojo-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-mechanize-mojo-perl/current/META.yml?rev=75587&op=diff
==============================================================================
--- branches/upstream/libtest-www-mechanize-mojo-perl/current/META.yml (original)
+++ branches/upstream/libtest-www-mechanize-mojo-perl/current/META.yml Mon Jun 13 09:53:36 2011
@@ -15,7 +15,7 @@
 provides:
   Test::WWW::Mechanize::Mojo:
     file: lib/Test/WWW/Mechanize/Mojo.pm
-    version: v0.0.8
+    version: v0.0.9
 requires:
   Carp: 0
   Encode: 0
@@ -33,4 +33,4 @@
   homepage: http://web-cpan.berlios.de/modules/Test-WWW-Mechanize-Mojo/
   license: http://dev.perl.org/licenses/
   repository: http://svn.berlios.de/svnroot/repos/web-cpan/Test-WWW-Mechanize-Mojo
-version: v0.0.8
+version: v0.0.9

Modified: branches/upstream/libtest-www-mechanize-mojo-perl/current/lib/Test/WWW/Mechanize/Mojo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-mechanize-mojo-perl/current/lib/Test/WWW/Mechanize/Mojo.pm?rev=75587&op=diff
==============================================================================
--- branches/upstream/libtest-www-mechanize-mojo-perl/current/lib/Test/WWW/Mechanize/Mojo.pm (original)
+++ branches/upstream/libtest-www-mechanize-mojo-perl/current/lib/Test/WWW/Mechanize/Mojo.pm Mon Jun 13 09:53:36 2011
@@ -11,7 +11,7 @@
 
 use Test::Mojo;
 
-our $VERSION = '0.0.8';
+our $VERSION = '0.0.9';
 
 our $APP_CLASS;
 my $Test = Test::Builder->new();
@@ -224,7 +224,7 @@
     my $t = $self->tester;
   
     # Client
-    my $client = $t->client;
+    my $client = $t->ua;
     $client->app($t->app);
     $client->max_redirects($t->max_redirects);
 




More information about the Pkg-perl-cvs-commits mailing list