Two files that should probably be deleted.
authoratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 15:57:21 +0000 (15:57 +0000)
committeratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 15:57:21 +0000 (15:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17573 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/Method.pm
Open-ILS/src/perlmods/OpenILS/WWW/Web.pm

index 530eff7..9543fbf 100644 (file)
@@ -155,5 +155,7 @@ sub perform_method {
        return 1;
 }
 
+# This module appears unfinshed and/or obsolete with many unconditional warns/dumps.
+# File is not referenced elsewhere in the codebase.  Candidate for deletion.
 
 1;
index 9215064..77a2822 100644 (file)
@@ -95,4 +95,8 @@ sub _process_template {
 
 }
 
+# This module appears obsolete (probably superceded by EGWeb.pm
+# The template files it references do not exist in the codebase.
+# File is not referenced elsewhere in the codebase.  Candidate for deletion.
+
 1;