r71559 - in /branches/upstream/libwww-perl/current: Changes META.yml Makefile.PL README lib/LWP.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Mar 17 20:06:58 UTC 2011


Author: periapt-guest
Date: Thu Mar 17 20:06:30 2011
New Revision: 71559

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71559
Log:
[svn-upgrade] new version libwww-perl (6.01)

Modified:
    branches/upstream/libwww-perl/current/Changes
    branches/upstream/libwww-perl/current/META.yml
    branches/upstream/libwww-perl/current/Makefile.PL
    branches/upstream/libwww-perl/current/README
    branches/upstream/libwww-perl/current/lib/LWP.pm

Modified: branches/upstream/libwww-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/Changes?rev=71559&op=diff
==============================================================================
--- branches/upstream/libwww-perl/current/Changes (original)
+++ branches/upstream/libwww-perl/current/Changes Thu Mar 17 20:06:30 2011
@@ -1,3 +1,10 @@
+_______________________________________________________________________________
+2011-03-09  Release 6.01
+
+Add missing HTTP::Daemon dependency for the tests.
+
+
+
 _______________________________________________________________________________
 2011-03-08  Release 6.00
 

Modified: branches/upstream/libwww-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/META.yml?rev=71559&op=diff
==============================================================================
--- branches/upstream/libwww-perl/current/META.yml (original)
+++ branches/upstream/libwww-perl/current/META.yml Thu Mar 17 20:06:30 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               libwww-perl
-version:            6.00
+version:            6.01
 abstract:           The World-Wide Web library for Perl
 author:
     - Gisle Aas <gisle at activestate.com>
@@ -18,6 +18,7 @@
     HTML::Entities:       0
     HTML::HeadParser:     0
     HTTP::Cookies:        6
+    HTTP::Daemon:         6
     HTTP::Date:           6
     HTTP::Negotiate:      6
     HTTP::Request:        6

Modified: branches/upstream/libwww-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/Makefile.PL?rev=71559&op=diff
==============================================================================
--- branches/upstream/libwww-perl/current/Makefile.PL (original)
+++ branches/upstream/libwww-perl/current/Makefile.PL Thu Mar 17 20:06:30 2011
@@ -47,6 +47,7 @@
         'HTML::Entities' => 0,
         'HTML::HeadParser' => 0,
         'HTTP::Cookies' => 6,
+        'HTTP::Daemon' => 6,
         'HTTP::Date' => 6,
         'HTTP::Negotiate' => 6,
         'HTTP::Request' => 6,

Modified: branches/upstream/libwww-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/README?rev=71559&op=diff
==============================================================================
--- branches/upstream/libwww-perl/current/README (original)
+++ branches/upstream/libwww-perl/current/README Thu Mar 17 20:06:30 2011
@@ -1,5 +1,5 @@
 
-                     L I B W W W - P E R L - 5
+                     L I B W W W - P E R L - 6
                    -----------------------------
 
 

Modified: branches/upstream/libwww-perl/current/lib/LWP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP.pm?rev=71559&op=diff
==============================================================================
--- branches/upstream/libwww-perl/current/lib/LWP.pm (original)
+++ branches/upstream/libwww-perl/current/lib/LWP.pm Thu Mar 17 20:06:30 2011
@@ -1,6 +1,6 @@
 package LWP;
 
-$VERSION = "6.00";
+$VERSION = "6.01";
 sub Version { $VERSION; }
 
 require 5.008;
@@ -211,7 +211,7 @@
 
 =item is_success()
 
-The request was was successfully received, understood or accepted.
+The request was successfully received, understood or accepted.
 
 =item is_error()
 




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