[wellwell-devel] [wellwell] Rename lookup_hook subroutine to page_missing.

Stefan Hornburg wellwell-devel at rt.icdevgroup.org
Thu Sep 30 15:10:42 UTC 2010


commit db4bec13b055fb3253034af1efb3fb8fa35327ed
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Sep 30 17:10:02 2010 +0200

    Rename lookup_hook subroutine to page_missing.

 catalog.cfg                                |    2 +-
 code/{lookup_hook.sub => page_missing.sub} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/catalog.cfg b/catalog.cfg
index 6ee60d6..c73693f 100644
--- a/catalog.cfg
+++ b/catalog.cfg
@@ -67,7 +67,7 @@ SpecialPage missing not_found
 SpecialPage violation not_found
 SpecialPage order cart
 
-SpecialSub missing lookup_hook
+SpecialSub missing page_missing
 SpecialSub order_missing order_missing
 
 # Template settings
diff --git a/code/lookup_hook.sub b/code/page_missing.sub
similarity index 97%
rename from code/lookup_hook.sub
rename to code/page_missing.sub
index ad88197..8769aca 100644
--- a/code/lookup_hook.sub
+++ b/code/page_missing.sub
@@ -1,4 +1,4 @@
-Sub lookup_hook <<EOS
+Sub page_missing <<EOS
 sub {
 	my ($name, @plugins, $sub, $retval, $page);
 



More information about the wellwell-devel mailing list