]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/url_rewrite/LFS/url_lfs_rewrite.pl.in
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / url_rewrite / LFS / url_lfs_rewrite.pl.in
index a2b7e73520281feafac7997c561cb1978cea91ea..e377a6f324a87701c5751128f1b764a79cb374ac 100755 (executable)
@@ -1,5 +1,9 @@
 #!@PERL@
 
+use strict;
+use Getopt::Long;
+use Pod::Usage;
+
 =pod
 
 =head1 NAME
@@ -23,7 +27,7 @@ This program uses Squid concurrency support.
 
 =item B<--debug>
 
-Display debug output.
+Write debug info to stderr.
 
 =item B<--local-dir>
 
@@ -33,13 +37,13 @@ Directory path under which the scripts searches for files.
 
 Scheme to use for the redirected URL.
 
-Default: http
+ Default: http
 
 =item B<--to-host>
 
 Domain name to use for the redirected URL.
 
-Default: localhost
+ Default: localhost
 
 =item B<--to-path>
 
@@ -47,7 +51,7 @@ URL path to add as prefix for the redirected URL path.
 
 If set it must end with a '/'.
 
-Default: use the original URL path.
+ Default: use the original URL path.
 
 =back
 
@@ -90,7 +94,7 @@ First Version: 26. May 1997
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -117,9 +121,6 @@ The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
 
 =cut
 
-use strict;
-use Getopt::Long;
-use Pod::Usage;
 use File::Basename;
 use URI::URL;