validator/misc/bundle META.yml,1.5,1.6 Makefile.PL,1.11,1.12

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

Modified Files:
	META.yml Makefile.PL 
Log Message:
Use File::Spec::Functions for somewhat more compact code.

Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- META.yml	2 Aug 2007 19:44:40 -0000	1.5
+++ META.yml	4 Jan 2009 10:41:20 -0000	1.6
@@ -10,7 +10,7 @@
     Encode:                        0
     Encode::HanExtra:              0
     Encode::JIS2K:                 0
-    File::Spec:                    0
+    File::Spec::Functions:         0
     HTML::Encoding:                0.52
     HTML::Parser:                  3.25
     HTML::Template:                2.6

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.PL	2 Aug 2007 19:42:18 -0000	1.11
+++ Makefile.PL	4 Jan 2009 10:41:21 -0000	1.12
@@ -7,20 +7,20 @@
     AUTHOR        => 'The W3C Markup Validator Team <www-validator@w3.org>',
     VERSION_FROM  => 'lib/Bundle/W3C/Validator.pm',
     PREREQ_PM     => {
-                      CGI                  => 2.81,
-                      Config::General      => 2.19,
-                      Encode               => 0,
-                      Encode::HanExtra     => 0,
-                      Encode::JIS2K        => 0,
-                      File::Spec           => 0,
-                      HTML::Encoding       => 0.52,
-                      HTML::Parser         => 3.25,
-                      HTML::Template       => 2.6,
-                      LWP::UserAgent       => 1.90,
-                      Net::IP              => 0,
-                      SGML::Parser::OpenSP => 0,
-                      URI                  => 0,
-                      XML::LibXML          => 0,
+                      CGI                   => 2.81,
+                      Config::General       => 2.19,
+                      Encode                => 0,
+                      Encode::HanExtra      => 0,
+                      Encode::JIS2K         => 0,
+                      File::Spec::Functions => 0,
+                      HTML::Encoding        => 0.52,
+                      HTML::Parser          => 3.25,
+                      HTML::Template        => 2.6,
+                      LWP::UserAgent        => 1.90,
+                      Net::IP               => 0,
+                      SGML::Parser::OpenSP  => 0,
+                      URI                   => 0,
+                      XML::LibXML           => 0,
                      },
   dist            => { TARFLAGS => '--owner=0 --group=0 -cvf' },
   clean           => { FILES => 'ChangeLog.bak' },

Received on Sunday, 4 January 2009 10:41:32 UTC