r39928 - in /trunk/libwww-mechanize-perl: Changes META.yml Makefile.PL debian/changelog lib/WWW/Mechanize.pm

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


Author: ryan52-guest
Date: Wed Jul 15 08:46:00 2009
New Revision: 39928

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39928
Log:
New upstream release

Modified:
    trunk/libwww-mechanize-perl/Changes
    trunk/libwww-mechanize-perl/META.yml
    trunk/libwww-mechanize-perl/Makefile.PL
    trunk/libwww-mechanize-perl/debian/changelog
    trunk/libwww-mechanize-perl/lib/WWW/Mechanize.pm

Modified: trunk/libwww-mechanize-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/Changes?rev=39928&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/Changes (original)
+++ trunk/libwww-mechanize-perl/Changes Wed Jul 15 08:46:00 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: trunk/libwww-mechanize-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/META.yml?rev=39928&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/META.yml (original)
+++ trunk/libwww-mechanize-perl/META.yml Wed Jul 15 08:46:00 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: trunk/libwww-mechanize-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/Makefile.PL?rev=39928&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/Makefile.PL (original)
+++ trunk/libwww-mechanize-perl/Makefile.PL Wed Jul 15 08:46:00 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: trunk/libwww-mechanize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/changelog?rev=39928&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-perl/debian/changelog Wed Jul 15 08:46:00 2009
@@ -1,3 +1,9 @@
+libwww-mechanize-perl (1.58-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 15 Jul 2009 01:45:50 -0700
+
 libwww-mechanize-perl (1.56-1) unstable; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/libwww-mechanize-perl/lib/WWW/Mechanize.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/lib/WWW/Mechanize.pm?rev=39928&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/lib/WWW/Mechanize.pm (original)
+++ trunk/libwww-mechanize-perl/lib/WWW/Mechanize.pm Wed Jul 15 08:46:00 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