r71561 - in /trunk/libwww-perl: Changes META.yml Makefile.PL README debian/changelog lib/LWP.pm

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


Author: periapt-guest
Date: Thu Mar 17 20:11:47 2011
New Revision: 71561

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

Modified:
    trunk/libwww-perl/Changes
    trunk/libwww-perl/META.yml
    trunk/libwww-perl/Makefile.PL
    trunk/libwww-perl/README
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/lib/LWP.pm

Modified: trunk/libwww-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/Changes?rev=71561&op=diff
==============================================================================
--- trunk/libwww-perl/Changes (original)
+++ trunk/libwww-perl/Changes Thu Mar 17 20:11:47 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: trunk/libwww-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/META.yml?rev=71561&op=diff
==============================================================================
--- trunk/libwww-perl/META.yml (original)
+++ trunk/libwww-perl/META.yml Thu Mar 17 20:11:47 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: trunk/libwww-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/Makefile.PL?rev=71561&op=diff
==============================================================================
--- trunk/libwww-perl/Makefile.PL (original)
+++ trunk/libwww-perl/Makefile.PL Thu Mar 17 20:11:47 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: trunk/libwww-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/README?rev=71561&op=diff
==============================================================================
--- trunk/libwww-perl/README (original)
+++ trunk/libwww-perl/README Thu Mar 17 20:11:47 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: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=71561&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Thu Mar 17 20:11:47 2011
@@ -1,4 +1,4 @@
-libwww-perl (6.00-1) UNRELEASED; urgency=low
+libwww-perl (6.01-1) UNRELEASED; urgency=low
 
   WAITS-FOR: libfile-listing-perl,
             libhttp-cookies-perl,
@@ -12,8 +12,9 @@
   * New upstream release
     - Modules not LWP namespace have been made into separate modules
   * Updated dependencies
-
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 08 Mar 2011 23:06:25 +0000
+  * New upstream release
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 17 Mar 2011 20:10:46 +0000
 
 libwww-perl (5.837-1) unstable; urgency=low
 

Modified: trunk/libwww-perl/lib/LWP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/lib/LWP.pm?rev=71561&op=diff
==============================================================================
--- trunk/libwww-perl/lib/LWP.pm (original)
+++ trunk/libwww-perl/lib/LWP.pm Thu Mar 17 20:11:47 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