r8095 - in /trunk/libwww-mechanize-shell-perl: ./ debian/ inc/Test/HTTP/ lib/HTML/ lib/WWW/Mechanize/ t/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Oct 5 23:27:58 UTC 2007


Author: gregoa-guest
Date: Fri Oct  5 23:27:58 2007
New Revision: 8095

URL: http://svn.debian.org/wsvn/?sc=1&rev=8095
Log:
New upstream release.

Removed:
    trunk/libwww-mechanize-shell-perl/lib/HTML/
    trunk/libwww-mechanize-shell-perl/t/00-HTML-Display-use.t
    trunk/libwww-mechanize-shell-perl/t/01-HTML-Display-TempFile-share.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Common.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Debian.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Dump.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Galeon.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Mozilla.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-OSX-Camino.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-OSX-Safari.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-OSX.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Opera.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Phoenix.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-TempFile.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Win32-IE.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Win32-OLE.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display-Win32.t
    trunk/libwww-mechanize-shell-perl/t/embedded-HTML-Display.t
Modified:
    trunk/libwww-mechanize-shell-perl/Changes
    trunk/libwww-mechanize-shell-perl/MANIFEST
    trunk/libwww-mechanize-shell-perl/META.yml
    trunk/libwww-mechanize-shell-perl/Makefile.PL
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/inc/Test/HTTP/LocalServer.pm
    trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm
    trunk/libwww-mechanize-shell-perl/t/13-command-au.t
    trunk/libwww-mechanize-shell-perl/t/14-command-identity.t
    trunk/libwww-mechanize-shell-perl/t/16-form-fillout.t
    trunk/libwww-mechanize-shell-perl/t/18-browser-autosync.t
    trunk/libwww-mechanize-shell-perl/t/20-restart-without-script.t
    trunk/libwww-mechanize-shell-perl/t/23-check-dumpresponses.t
    trunk/libwww-mechanize-shell-perl/t/24-source-file.t
    trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t

Modified: trunk/libwww-mechanize-shell-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/Changes?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/Changes (original)
+++ trunk/libwww-mechanize-shell-perl/Changes Fri Oct  5 23:27:58 2007
@@ -9,6 +9,18 @@
   + Think how to add other (Xpath) extractions to conveniently
     display stuff via CSS selectors or XPath selectors. Steal
     from Web::Scraper.
+
+0.46 20071003
+  + Bump version because of borked CPAN upload, retrying
+  * No need to upgrade
+
+0.45 20071003
+  * No library code changes, no need to upgrade
+  - Removed HTML::Display from the distribution
+    as that now lives its own life on CPAN
+  - Fix failing tests if HTTP_PROXY was set. This fixes
+    Debian bug #444634, http://bugs.debian.org/444634
+    and CPAN RT #29455, thanks to Niko Tyni
 
 0.44 20070707
 

Modified: trunk/libwww-mechanize-shell-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/MANIFEST?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/MANIFEST (original)
+++ trunk/libwww-mechanize-shell-perl/MANIFEST Fri Oct  5 23:27:58 2007
@@ -3,28 +3,13 @@
 MANIFEST.skip
 README
 Makefile.PL
+lib/WWW/Mechanize/Shell.pm
 bin/banking.postbank.de.mech
 bin/hotmail.signup.mech
 bin/wwwshell.pl
 inc/Test/HTTP/LocalServer.pm
 inc/Test/HTTP/log-server
 inc/IO/Catch.pm
-lib/HTML/Display.pm
-lib/HTML/Display/Common.pm
-lib/HTML/Display/Debian.pm
-lib/HTML/Display/Dump.pm
-lib/HTML/Display/Galeon.pm
-lib/HTML/Display/Mozilla.pm
-lib/HTML/Display/OSX.pm
-lib/HTML/Display/OSX/Camino.pm
-lib/HTML/Display/OSX/Safari.pm
-lib/HTML/Display/Opera.pm
-lib/HTML/Display/Phoenix.pm
-lib/HTML/Display/TempFile.pm
-lib/HTML/Display/Win32.pm
-lib/HTML/Display/Win32/IE.pm
-lib/HTML/Display/Win32/OLE.pm
-lib/WWW/Mechanize/Shell.pm
 t/00-use.t
 t/00a-Term-Shell-catch-smry.t
 t/01-fallback-Win32-OLE.t
@@ -65,21 +50,4 @@
 t/99-todo.t
 t/99-unix-text.t
 t/99-manifest.t
-t/00-HTML-Display-use.t
-t/01-HTML-Display-TempFile-share.t
-t/embedded-HTML-Display-Common.t
-t/embedded-HTML-Display-Debian.t
-t/embedded-HTML-Display-Dump.t
-t/embedded-HTML-Display-Galeon.t
-t/embedded-HTML-Display-Mozilla.t
-t/embedded-HTML-Display-OSX-Camino.t
-t/embedded-HTML-Display-OSX-Safari.t
-t/embedded-HTML-Display-OSX.t
-t/embedded-HTML-Display-Opera.t
-t/embedded-HTML-Display-Phoenix.t
-t/embedded-HTML-Display-TempFile.t
-t/embedded-HTML-Display-Win32-IE.t
-t/embedded-HTML-Display-Win32-OLE.t
-t/embedded-HTML-Display-Win32.t
-t/embedded-HTML-Display.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libwww-mechanize-shell-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/META.yml?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/META.yml (original)
+++ trunk/libwww-mechanize-shell-perl/META.yml Fri Oct  5 23:27:58 2007
@@ -1,11 +1,12 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         WWW-Mechanize-Shell
-version:      0.44
+version:      0.46
 version_from: lib/WWW/Mechanize/Shell.pm
 installdirs:  site
 requires:
     Hook::LexWrap:                 0.2
+    HTML::Display:                 0
     HTML::TokeParser::Simple:      2
     LWP:                           5.69
     Term::Shell:                   0.02

Modified: trunk/libwww-mechanize-shell-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/Makefile.PL?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/Makefile.PL (original)
+++ trunk/libwww-mechanize-shell-perl/Makefile.PL Fri Oct  5 23:27:58 2007
@@ -11,6 +11,7 @@
                        'WWW::Mechanize' => 1.20,
                        'WWW::Mechanize::FormFiller' => 0.05,
                        'Hook::LexWrap' => 0.20,
+		       'HTML::Display' => 0,
                        'HTML::TokeParser::Simple' => 2.0,
                       }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Fri Oct  5 23:27:58 2007
@@ -1,3 +1,9 @@
+libwww-mechanize-shell-perl (0.46-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 06 Oct 2007 01:27:04 +0200
+
 libwww-mechanize-shell-perl (0.44-3) unstable; urgency=medium
 
   * Urgency medium because of fixing an FTBFS bug

Modified: trunk/libwww-mechanize-shell-perl/inc/Test/HTTP/LocalServer.pm
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/inc/Test/HTTP/LocalServer.pm?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/inc/Test/HTTP/LocalServer.pm (original)
+++ trunk/libwww-mechanize-shell-perl/inc/Test/HTTP/LocalServer.pm Fri Oct  5 23:27:58 2007
@@ -26,6 +26,12 @@
 
 All served HTML will have the first %s replaced by the current location.
 
+The following entries will be removed from C<%ENV>:
+
+    HTTP_PROXY
+    http_proxy
+    CGI_HTTP_PROXY
+
 =cut
 
 sub spawn {
@@ -35,6 +41,8 @@
 
   local $ENV{TEST_HTTP_VERBOSE} = 1
     if (delete $args{debug});
+
+  delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
   $self->{delete} = [];
   if (my $html = delete $args{html}) {
@@ -138,7 +146,7 @@
 
 This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
 
-Copyright (C) 2003 Max Maischein
+Copyright (C) 2003-2007 Max Maischein
 
 =head1 AUTHOR
 

Modified: trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm (original)
+++ trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm Fri Oct  5 23:27:58 2007
@@ -15,7 +15,7 @@
 use B::Deparse;
 
 use vars qw( $VERSION @EXPORT %munge_map );
-$VERSION = '0.44';
+$VERSION = '0.46';
 @EXPORT = qw( &shell );
 
 =head1 NAME
@@ -670,7 +670,7 @@
     print "$title\n";
 };
 
-=head2 headers [12345]*
+=head2 headers
 
 Prints all C<< <H1> >> through C<< <H5> >> strings found in the content,
 indented accordingly.  With an argument, prints only those

Modified: trunk/libwww-mechanize-shell-perl/t/13-command-au.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/13-command-au.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/13-command-au.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/13-command-au.t Fri Oct  5 23:27:58 2007
@@ -22,7 +22,7 @@
   if ($@);
 
 # We want to be safe from non-resolving local host names
-delete @ENV{qw(HTTP_PROXY http_proxy)};
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
 # Now start a fake webserver, fork, and connect to ourselves
 open SERVER, qq'"$^X" "$FindBin::Bin/401-server" |'

Modified: trunk/libwww-mechanize-shell-perl/t/14-command-identity.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/14-command-identity.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/14-command-identity.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/14-command-identity.t Fri Oct  5 23:27:58 2007
@@ -181,7 +181,7 @@
 use Test::HTTP::LocalServer; # from inc
 
 # We want to be safe from non-resolving local host names
-delete @ENV{qw(HTTP_PROXY http_proxy)};
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
 use vars qw( $actual_requests $dumped_requests );
 {

Modified: trunk/libwww-mechanize-shell-perl/t/16-form-fillout.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/16-form-fillout.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/16-form-fillout.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/16-form-fillout.t Fri Oct  5 23:27:58 2007
@@ -51,7 +51,7 @@
 require Test::HTTP::LocalServer; # from inc
 
 # We want to be safe from non-resolving local host names
-delete @ENV{qw(HTTP_PROXY http_proxy)};
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
 my $actual_requests;
 {

Modified: trunk/libwww-mechanize-shell-perl/t/18-browser-autosync.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/18-browser-autosync.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/18-browser-autosync.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/18-browser-autosync.t Fri Oct  5 23:27:58 2007
@@ -33,7 +33,7 @@
     if ($@);
   use lib 'inc';
   require Test::HTTP::LocalServer; # from inc
-  delete @ENV{qw(HTTP_PROXY http_proxy)};
+  delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 };
 
 my $browser_synced;

Modified: trunk/libwww-mechanize-shell-perl/t/20-restart-without-script.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/20-restart-without-script.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/20-restart-without-script.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/20-restart-without-script.t Fri Oct  5 23:27:58 2007
@@ -9,7 +9,7 @@
   use_ok("WWW::Mechanize::Shell");
 };
 
-delete @ENV{qw(HTTP_PROXY http_proxy)};
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
 my $output= `$^X -Ilib -MWWW::Mechanize::Shell -e "WWW::Mechanize::Shell->new('t',rcfile=>undef,warnings=>undef)->cmd('restart');print'OK'" 2>&1`;
 chomp $output;

Modified: trunk/libwww-mechanize-shell-perl/t/23-check-dumpresponses.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/23-check-dumpresponses.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/23-check-dumpresponses.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/23-check-dumpresponses.t Fri Oct  5 23:27:58 2007
@@ -12,7 +12,7 @@
 
 # Disable all ReadLine functionality
 $ENV{PERL_RL} = 0;
-delete @ENV{qw(HTTP_PROXY http_proxy)};
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
 use_ok('WWW::Mechanize::Shell');
 my $s = WWW::Mechanize::Shell->new( 'test', rcfile => undef, warnings => undef );

Modified: trunk/libwww-mechanize-shell-perl/t/24-source-file.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/24-source-file.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/24-source-file.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/24-source-file.t Fri Oct  5 23:27:58 2007
@@ -15,6 +15,8 @@
 delete $ENV{PAGER}
   if $ENV{PAGER};
 $ENV{PERL_HTML_DISPLAY_CLASS}="HTML::Display::Dump";
+
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 
 use_ok('WWW::Mechanize::Shell');
 my $s = WWW::Mechanize::Shell->new( 'test', rcfile => undef, warnings => undef );

Modified: trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t?rev=8095&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t (original)
+++ trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t Fri Oct  5 23:27:58 2007
@@ -12,7 +12,7 @@
 
 # Disable all ReadLine functionality
 $ENV{PERL_RL} = 0;
-delete @ENV{qw(HTTP_PROXY http_proxy)};
+delete @ENV{qw(HTTP_PROXY http_proxy CGI_HTTP_PROXY)};
 delete $ENV{PAGER}
   if $ENV{PAGER};
 $ENV{PERL_HTML_DISPLAY_CLASS}="HTML::Display::Dump";




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