From aec5cbea36fa510d5ffe0716fc50a9e4eed98d74 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 22 Oct 2003 17:58:28 +0000 Subject: [PATCH] Fixed interpretation of 'fixhtml.pl' by mod_perl. --- project/fixhtml/ListItem.pm | 2 +- project/fixhtml/{fixhtml.pl => fixhtml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename project/fixhtml/{fixhtml.pl => fixhtml} (100%) diff --git a/project/fixhtml/ListItem.pm b/project/fixhtml/ListItem.pm index 669e8f9..dde81f4 100755 --- a/project/fixhtml/ListItem.pm +++ b/project/fixhtml/ListItem.pm @@ -33,7 +33,7 @@ our @ListItem=( "platform"=>"unixuser", "trivia"=>1, "priority"=>20, - "download"=>"fixhtml.pl", + "download"=>"fixhtml", "summary"=>"Convert HTML files URLs to relative", "license"=>"PD", "maintenance"=>"obsolete-".a_href('http://wget.sunsite.dk/','Wget')." option --convert-links does the same.", diff --git a/project/fixhtml/fixhtml.pl b/project/fixhtml/fixhtml similarity index 100% rename from project/fixhtml/fixhtml.pl rename to project/fixhtml/fixhtml -- 1.8.3.1