[Lunar-commits] r18631 - moonbase/trunk/perl/HTML-Parser

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


Author: stumbles
Date: 2006-02-10 04:09:30 +0000 (Fri, 10 Feb 2006)
New Revision: 18631

Modified:
   moonbase/trunk/perl/HTML-Parser/DETAILS
Log:
Events could sometimes still fire after a handler has signaled eof.
Marked_sections with text ending in square bracket parsed wrong.
Enabling empty_element_tags by default for HTML::TokeParser
was a mistake.


and others



Modified: moonbase/trunk/perl/HTML-Parser/DETAILS
===================================================================
--- moonbase/trunk/perl/HTML-Parser/DETAILS	2006-02-10 04:03:27 UTC (rev 18630)
+++ moonbase/trunk/perl/HTML-Parser/DETAILS	2006-02-10 04:09:30 UTC (rev 18631)
@@ -1,16 +1,16 @@
           MODULE=HTML-Parser
-         VERSION=3.45
+         VERSION=3.49
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.cpan.org/authors/id/GAAS/
-      SOURCE_VFY=sha1:f5b8fa1829ab279db7437a7de7fe1bf6af696dc4
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
+      SOURCE_VFY=sha1:1c9073fd8159a50b3f2f0a9fdb0f3d361cd4956e
         WEB_SITE=http://search.cpan.org/search?dist=PodParser
          ENTERED=20020727
-         UPDATED=20050108
+         UPDATED=20060209
            SHORT="HTML-Parser is a perl module for working with HTML"
 
 cat << EOF
 HTML::Entities, HTML::Filter, HTML::HeadParser, HTML::LinkExtor,
 HTML::Parser, HTML::PullParser, HTML::TokeParser
-A perl 5 module which is a toolbox for several kinds of HTML 
+A perl 5 module which is a toolbox for several kinds of HTML
 manipulations.
 EOF



More information about the Lunar-commits mailing list