- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 28 Feb 2010 19:23:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv13473
Modified Files:
checklink
Log Message:
Fix perltidy warnings.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.183
retrieving revision 4.184
diff -u -d -r4.183 -r4.184
--- checklink 28 Feb 2010 19:03:35 -0000 4.183
+++ checklink 28 Feb 2010 19:23:11 -0000 4.184
@@ -328,10 +328,10 @@
%Cfg = Config::General->new(%config_opts)->getall();
};
if ($@) {
- die <<".EOF.";
+ die <<"EOF";
Failed to read configuration from '$conffile':
$@
-.EOF.
+EOF
}
}
$Cfg{Markup_Validator_URI} ||=
@@ -463,11 +463,11 @@
$ua->allow_private_ips($Opts{Allow_Private_IPs});
};
if ($@) {
- die <<".EOF.";
+ die <<"EOF";
Allow_Private_IPs is false; this feature requires the Net::IP, Socket, and
Net::hostent modules:
$@
-.EOF.
+EOF
}
if ($Opts{Command_Line}) {
Received on Sunday, 28 February 2010 19:23:14 UTC