[Lunar-commits] r18677 - moonbase/trunk/perl/libwww-perl

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 16:32:28 UTC 2006


Author: stumbles
Date: 2006-02-10 16:32:26 +0000 (Fri, 10 Feb 2006)
New Revision: 18677

Modified:
   moonbase/trunk/perl/libwww-perl/DETAILS
Log:
The str2time function returned wrong values for
    years in the early 20th century

HTTP::Headers can now be constructed with field names that repeat.

HTML::Form: The parse method now takes hash style optional
    arguments and the old verbose behaviour is now off by default.

HTML::Form: Accept <select multiple=""> for compatibilty with
    other browsers.

HTML::Form: Sane handling of 'disabled' for ListInput.

and many more.



Modified: moonbase/trunk/perl/libwww-perl/DETAILS
===================================================================
--- moonbase/trunk/perl/libwww-perl/DETAILS	2006-02-10 16:16:19 UTC (rev 18676)
+++ moonbase/trunk/perl/libwww-perl/DETAILS	2006-02-10 16:32:26 UTC (rev 18677)
@@ -1,19 +1,19 @@
           MODULE=libwww-perl
-         VERSION=5.803
+         VERSION=5.805
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://www.cpan.org/authors/id/GAAS/
-      SOURCE_VFY=sha1:b1e811b4de2275d52da76798886801926c834725
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
+      SOURCE_VFY=sha1:346da983824b5862034a8f33de51ddb05ec0685f
         WEB_SITE=http://gisle.aas.no
          ENTERED=20020727
-         UPDATED=20050108
+         UPDATED=20060210
            SHORT="libwww-perl is a perl module for the World-Wide Web library"
 
 cat << EOF
-Bundle::LWP, File::Listing, HTML::Form, HTTP::Cookies, HTTP::Daemon, 
-HTTP::Date, HTTP::Headers, HTTP::Message, HTTP::Negotiate, 
-HTTP::Request, HTTP::Response, HTTP::Status, LWP, Net::HTTP, 
+Bundle::LWP, File::Listing, HTML::Form, HTTP::Cookies, HTTP::Daemon,
+HTTP::Date, HTTP::Headers, HTTP::Message, HTTP::Negotiate,
+HTTP::Request, HTTP::Response, HTTP::Status, LWP, Net::HTTP,
 WWW::RobotRules
 A perl 5 module which is the mother of all perl toolboxes for using the
-World-Wide Web.  The above list is not the complete list of perl 
+World-Wide Web.  The above list is not the complete list of perl
 sub-modules that are included in this perl module.
 EOF



More information about the Lunar-commits mailing list