r67124 - in /trunk/libwww-mechanize-shell-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright lib/WWW/Mechanize/Shell.pm t/25-save-file-nolink.t

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Fri Jan 7 09:24:57 UTC 2011


Author: angelabad-guest
Date: Fri Jan  7 09:24:49 2011
New Revision: 67124

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67124
Log:
* New upstream release
* debian/copyright: Update license stanzas
* debian/control: Add perl (>= 5.10.1) | libparent-perl to 
  {Build-}Depends

Modified:
    trunk/libwww-mechanize-shell-perl/Changes
    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/debian/control
    trunk/libwww-mechanize-shell-perl/debian/copyright
    trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm
    trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t

Modified: trunk/libwww-mechanize-shell-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/Changes?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/Changes (original)
+++ trunk/libwww-mechanize-shell-perl/Changes Fri Jan  7 09:24:49 2011
@@ -10,6 +10,17 @@
     from Web::Scraper.
   + There is a memory leak between ::FormFiller and ::Shell
   + Ditch Hook::LexWrap now that LWP::UserAgent has progress callbacks
+  + Add set-cookie and delete-cookie commands
+  + Add (optional) HTTP::Cookies::Find support
+
+0.52 20110106
+  . Fix stupid thinko in test (only affects tests on 5.13+)
+
+0.51 20110105
+  . Make a test more robust against 5.14
+  . Streamlined Exporter.pm usage
+  . Rely on parent.pm instead of base.pm
+  . No need to upgrade
 
 0.50 20100821
   . Remove test file that was just testing LWP functionality and that

Modified: trunk/libwww-mechanize-shell-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/META.yml?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/META.yml (original)
+++ trunk/libwww-mechanize-shell-perl/META.yml Fri Jan  7 09:24:49 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               WWW-Mechanize-Shell
-version:            0.50
+version:            0.52
 abstract:           An interactive shell for WWW::Mechanize
 author:
     - Max Maischein <corion at cpan.org>
@@ -15,6 +15,7 @@
     HTML::Display:        0
     HTML::TokeParser::Simple:  2
     LWP:                  5.69
+    parent:               0
     Term::Shell:          0.02
     Test::Harness:        2.3
     URI::URL:             0

Modified: trunk/libwww-mechanize-shell-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/Makefile.PL?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/Makefile.PL (original)
+++ trunk/libwww-mechanize-shell-perl/Makefile.PL Fri Jan  7 09:24:49 2011
@@ -5,6 +5,7 @@
     'NAME'    => 'WWW::Mechanize::Shell',
     'VERSION_FROM'  => 'lib/WWW/Mechanize/Shell.pm', # finds $VERSION
     'PREREQ_PM'    => {'Term::Shell' => 0.02,
+                       'parent' => 0,
 		       'URI::URL' => 0.00,
 		       'Test::Harness' => 2.30,
                        'LWP' => 5.69,

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Fri Jan  7 09:24:49 2011
@@ -1,3 +1,12 @@
+libwww-mechanize-shell-perl (0.52-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: Update license stanzas
+  * debian/control: Add perl (>= 5.10.1) | libparent-perl to 
+    {Build-}Depends
+
+ -- Angel Abad <angelabad at gmail.com>  Fri, 07 Jan 2011 10:24:25 +0100
+
 libwww-mechanize-shell-perl (0.50-2) UNRELEASED; urgency=low
 
   * Update my email address.

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/control?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Fri Jan  7 09:24:49 2011
@@ -2,16 +2,29 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: libhook-lexwrap-perl, libhtml-display-perl,
- libhtml-parser-perl, libhtml-tableextract-perl,
- libhtml-tokeparser-simple-perl, libpod-constants-perl,
- libterm-shell-perl, libtest-inline-perl, libtest-mockobject-perl,
- libtest-pod-perl, libtest-without-module-perl, liburi-perl,
- libwww-mechanize-formfiller-perl, libwww-mechanize-perl,
- libwww-perl, netbase, perl
+Build-Depends-Indep: libhook-lexwrap-perl,
+ libhtml-display-perl,
+ libhtml-parser-perl,
+ libhtml-tableextract-perl,
+ libhtml-tokeparser-simple-perl,
+ libpod-constants-perl,
+ libterm-shell-perl,
+ libtest-inline-perl,
+ libtest-mockobject-perl,
+ libtest-pod-perl,
+ libtest-without-module-perl,
+ liburi-perl,
+ libwww-mechanize-formfiller-perl,
+ libwww-mechanize-perl,
+ libwww-perl,
+ netbase,
+ perl,
+ perl (>= 5.10.1) | libparent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Angel Abad <angelabad at gmail.com>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Angel Abad <angelabad at gmail.com>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/WWW-Mechanize-Shell/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-shell-perl/
@@ -19,12 +32,19 @@
 
 Package: libwww-mechanize-shell-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-modified-perl,
- libhook-lexwrap-perl, libhtml-display-perl, libhtml-parser-perl,
- libhtml-tableextract-perl, libhtml-tokeparser-simple-perl,
- libterm-shell-perl, liburi-perl,
- libwww-mechanize-formfiller-perl, libwww-mechanize-perl,
- libwww-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libfile-modified-perl,
+ libhook-lexwrap-perl,
+ libhtml-display-perl,
+ libhtml-parser-perl,
+ libhtml-tableextract-perl,
+ libhtml-tokeparser-simple-perl,
+ libterm-shell-perl,
+ liburi-perl,
+ libwww-mechanize-formfiller-perl,
+ libwww-mechanize-perl,
+ libwww-perl,
+ perl (>= 5.10.1) | libparent-perl
 Description: interactive shell for WWW::Mechanize
  WWW::Mechanize::Shell implements a www-like shell above WWW::Mechanize and
  also has the capability to output crude Perl code that recreates the recorded

Modified: trunk/libwww-mechanize-shell-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/copyright?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/copyright (original)
+++ trunk/libwww-mechanize-shell-perl/debian/copyright Fri Jan  7 09:24:49 2011
@@ -7,10 +7,10 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2007, 2008, Michael Mende <debian at menole.net>
+Copyright: 2007-2008, Michael Mende <debian at menole.net>
  2007, Damyan Ivanov <dmn at debian.org>
- 2009, 2010, gregor herrmann <gregoa at debian.org>
- 2010, Angel Abad <angelabad at gmail.com>
+ 2009-2010, gregor herrmann <gregoa at debian.org>
+ 2010-2011, Angel Abad <angelabad at gmail.com>
  2010, Ansgar Burchardt <ansgar at debian.org>
 License: Artistic or GPL-1+
 
@@ -18,8 +18,8 @@
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -27,5 +27,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the GNU
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm?rev=67124&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm (original)
+++ trunk/libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm Fri Jan  7 09:24:49 2011
@@ -5,7 +5,8 @@
 use WWW::Mechanize;
 use WWW::Mechanize::FormFiller;
 use HTTP::Cookies;
-use base qw( Term::Shell Exporter );
+use parent qw( Term::Shell );
+use Exporter 'import';
 use FindBin;
 use File::Temp qw(tempfile);
 use URI::URL;
@@ -15,7 +16,7 @@
 use B::Deparse;
 
 use vars qw( $VERSION @EXPORT %munge_map );
-$VERSION = '0.50';
+$VERSION = '0.52';
 @EXPORT = qw( &shell );
 
 =head1 NAME

Modified: trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/t/25-save-file-nolink.t?rev=67124&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 Jan  7 09:24:49 2011
@@ -36,7 +36,7 @@
   $_STDERR_ = undef;
   
   $s->cmd("save /does-not-exist/");
-  is($_STDOUT_,"No match for /(?-xism:does-not-exist)/.\n","save RE error message");
+  like($_STDOUT_,'/No match for \/\(\?(-xism|\^):does-not-exist\)\/.\n/',"save RE error message");
   is($_STDERR_,undef,"No warnings");
 };
 




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