perl/modules/W3C/LinkChecker Makefile.PL,1.28,1.29

Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv14435

Modified Files:
	Makefile.PL 
Log Message:
Look for an index file if passed a dir, prefer it if found over dir contents.


Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.PL	4 Feb 2010 19:15:47 -0000	1.28
+++ Makefile.PL	21 Feb 2010 16:57:43 -0000	1.29
@@ -28,6 +28,7 @@
                      Socket           => 0,
 
                      # Optional, but required in command line mode:
+                     File::Spec       => 0,
                      Getopt::Long     => 2.17,
                      Text::Wrap       => 0,
                      URI::file        => 0,

Received on Sunday, 21 February 2010 16:57:47 UTC