r39926 - in /branches/upstream/libwww-mechanize-perl/current: Changes META.yml Makefile.PL lib/WWW/Mechanize.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Jul 15 08:45:18 UTC 2009


Author: ryan52-guest
Date: Wed Jul 15 08:45:10 2009
New Revision: 39926

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39926
Log:
[svn-upgrade] Integrating new upstream version, libwww-mechanize-perl (1.58)

Modified:
    branches/upstream/libwww-mechanize-perl/current/Changes
    branches/upstream/libwww-mechanize-perl/current/META.yml
    branches/upstream/libwww-mechanize-perl/current/Makefile.PL
    branches/upstream/libwww-mechanize-perl/current/lib/WWW/Mechanize.pm

Modified: branches/upstream/libwww-mechanize-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-mechanize-perl/current/Changes?rev=39926&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-perl/current/Changes (original)
+++ branches/upstream/libwww-mechanize-perl/current/Changes Wed Jul 15 08:45:10 2009
@@ -7,6 +7,17 @@
 
 Mech now has its own mailing list at Google Groups:
 http://groups.google.com/group/www-mechanize-users
+
+1.58        Mon Jul 13 22:32:23 CDT 2009
+========================================
+No new features.  If you have 1.56 installed OK, you do NOT need
+to install 1.58.
+
+[FIXES]
+Removed prereq of HTTP::Response::Encoding, even though it was never
+used.  Thanks for the catch, Gisle.
+
+
 
 1.56        Thu Jul  9 00:36:54 CDT 2009
 ========================================

Modified: branches/upstream/libwww-mechanize-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-mechanize-perl/current/META.yml?rev=39926&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-perl/current/META.yml (original)
+++ branches/upstream/libwww-mechanize-perl/current/META.yml Wed Jul 15 08:45:10 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               WWW-Mechanize
-version:            1.56
+version:            1.58
 abstract:           Handy web browsing in a Perl object
 author:
     - Andy Lester <andy at petdance.com>
@@ -21,7 +21,6 @@
     HTML::TokeParser:     2.28
     HTTP::Daemon:         0
     HTTP::Request:        1.3
-    HTTP::Response::Encoding:  0.05
     HTTP::Server::Simple:  0.35
     HTTP::Server::Simple::CGI:  0
     HTTP::Status:         0
@@ -44,7 +43,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.50
+generated_by:       ExtUtils::MakeMaker version 6.52
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libwww-mechanize-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-mechanize-perl/current/Makefile.PL?rev=39926&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-perl/current/Makefile.PL (original)
+++ branches/upstream/libwww-mechanize-perl/current/Makefile.PL Wed Jul 15 08:45:10 2009
@@ -15,7 +15,7 @@
     'local!'        => \$local,
     'all'           => sub { print "All tests are on by default.  This option is deprecated.\n" },
     'mech-dump!'    => sub { print "mech-dump is always installed now.  This option is deprecated.\n" },
-);
+) or exit 1;
 
 my @tests = glob File::Spec->catfile( 't', '*.t' );
 push( @tests, glob File::Spec->catfile( 't', 'local', '*.t' ) ) if $local;
@@ -39,7 +39,6 @@
         'HTML::TokeParser'          => 2.28,
         'HTTP::Daemon'              => 0,
         'HTTP::Request'             => 1.30,
-        'HTTP::Response::Encoding'  => 0.05,
         'HTTP::Server::Simple'      => 0.35,
         'HTTP::Server::Simple::CGI' => 0,
         'HTTP::Status'              => 0,

Modified: branches/upstream/libwww-mechanize-perl/current/lib/WWW/Mechanize.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-mechanize-perl/current/lib/WWW/Mechanize.pm?rev=39926&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-perl/current/lib/WWW/Mechanize.pm (original)
+++ branches/upstream/libwww-mechanize-perl/current/lib/WWW/Mechanize.pm Wed Jul 15 08:45:10 2009
@@ -6,11 +6,11 @@
 
 =head1 VERSION
 
-Version 1.56
-
-=cut
-
-our $VERSION = '1.56';
+Version 1.58
+
+=cut
+
+our $VERSION = '1.58';
 
 =head1 SYNOPSIS
 
@@ -2818,6 +2818,7 @@
 Thanks to the numerous people who have helped out on WWW::Mechanize in
 one way or another, including
 Kirrily Robert for the original C<WWW::Automate>,
+Gisle Aas,
 Jeremy Ary,
 Hilary Holz,
 Rafael Kitover,




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