added warn to setup. sigh. doesn't appear it's getting called, unless
Devin Austin [Sat, 4 Jul 2009 03:25:25 +0000 (03:25 +0000)]
i'm way off.

lib/Catalyst.pm

index 7a31fd3..4cacac0 100644 (file)
@@ -1122,6 +1122,7 @@ EOF
     };
 
     $class->setup_finalize;
+    warn "Setup called";
 }