validator/misc/bundle Makefile.PL,1.14,1.15 META.yml,1.8,1.9

Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv22761/misc/bundle

Modified Files:
	Makefile.PL META.yml 
Log Message:
Improve doctype preparse performance by aborting as soon as possible, fix required HTML::Parser version.

Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- META.yml	4 Jan 2009 16:54:19 -0000	1.8
+++ META.yml	7 Jan 2009 22:19:30 -0000	1.9
@@ -15,7 +15,7 @@
     Encode::JIS2K:                 0
     File::Spec::Functions:         0
     HTML::Encoding:                0.52
-    HTML::Parser:                  3.25
+    HTML::Parser:                  3.24
     HTML::Template:                2.6
     LWP::UserAgent:                2.032
     Net::IP:                       0

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.PL	4 Jan 2009 16:54:19 -0000	1.14
+++ Makefile.PL	7 Jan 2009 22:19:30 -0000	1.15
@@ -14,7 +14,7 @@
                       Encode::JIS2K         => 0,
                       File::Spec::Functions => 0,
                       HTML::Encoding        => 0.52,
-                      HTML::Parser          => 3.25,
+                      HTML::Parser          => 3.24,
                       HTML::Template        => 2.6,
                       LWP::UserAgent        => 2.032,
                       Net::IP               => 0,

Received on Wednesday, 7 January 2009 22:19:46 UTC