]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Rename .pl lib files to .pm
authoreldy <>
Sat, 18 May 2002 19:10:26 +0000 (19:10 +0000)
committereldy <>
Sat, 18 May 2002 19:10:26 +0000 (19:10 +0000)
wwwroot/cgi-bin/lib/browsers.pm [moved from wwwroot/cgi-bin/lib/browsers.pl with 99% similarity]
wwwroot/cgi-bin/lib/domains.pm [moved from wwwroot/cgi-bin/lib/domains.pl with 99% similarity]
wwwroot/cgi-bin/lib/operating_systems.pm [moved from wwwroot/cgi-bin/lib/operating_systems.pl with 99% similarity]
wwwroot/cgi-bin/lib/robots.pm [moved from wwwroot/cgi-bin/lib/robots.pl with 99% similarity]
wwwroot/cgi-bin/lib/search_engines.pm [moved from wwwroot/cgi-bin/lib/search_engines.pl with 99% similarity]

similarity index 99%
rename from wwwroot/cgi-bin/lib/browsers.pl
rename to wwwroot/cgi-bin/lib/browsers.pm
index 8c18592bf2adf56e5e444135fef359a484818b53..6e07e7dd00fa634b30333818673afaf31477490b 100644 (file)
@@ -6,6 +6,8 @@
 # $Revision$ - $Author$ - $Date$
 
 
+#package AWSUA;
+
 
 # BrowsersSearchIDOrder
 # This list is used to know in which order to search Browsers IDs (Most
similarity index 99%
rename from wwwroot/cgi-bin/lib/domains.pl
rename to wwwroot/cgi-bin/lib/domains.pm
index 9aad41e122eb4fbfa643513aac971f3cf029607b..1e02213bc19c2672f2349fb1941a59292a1608f5 100644 (file)
@@ -6,6 +6,8 @@
 # $Revision$ - $Author$ - $Date$
 
 
+#package AWSDOM;
+
 
 # DomainsHashIDLib
 # List of domain with their name ("domain id", "Domain name")
similarity index 99%
rename from wwwroot/cgi-bin/lib/operating_systems.pl
rename to wwwroot/cgi-bin/lib/operating_systems.pm
index c7b23b276e398e86c669594f4bc7139aa4718454..80ff571acda72e5a1c480a870b64d0e9372694ae 100644 (file)
@@ -6,6 +6,8 @@
 # $Revision$ - $Author$ - $Date$
 
 
+#package AWSOS;
+
 
 # OSSearchIDOrder
 # This list is used to know in which order to search Operating System IDs
similarity index 99%
rename from wwwroot/cgi-bin/lib/robots.pl
rename to wwwroot/cgi-bin/lib/robots.pm
index c0ab9fc02eb45ee71017939d98e48bb9b00db91d..34bced3f4a04d02bc27c7b7ef19cda0fccd30557 100644 (file)
@@ -6,6 +6,9 @@
 # $Revision$ - $Author$ - $Date$
 
 
+#package AWSROB;
+
+
 # Robots list was found at http://www.robotstxt.org/wc/active/all.txt
 # Other robots can be found at http://www.jafsoft.com/searchengines/webbots.html 
 # Rem: To avoid bad detection, some robots id were removed from this list:
similarity index 99%
rename from wwwroot/cgi-bin/lib/search_engines.pl
rename to wwwroot/cgi-bin/lib/search_engines.pm
index 6c704f562652dcd4ca1e173ed82937d35902b7ea..77ea8527b3226e34911dec7644c149ee509375cf 100644 (file)
@@ -7,6 +7,9 @@
 # $Revision$ - $Author$ - $Date$
 
 
+#package AWSSE;
+
+
 # SearchEnginesSearchIDOrder
 # This list is used to know in which order to search Search Engines IDs (Most
 # frequent one are first in this list to increase detect speed).