Troubleshooting code example.
rafl [Mon, 18 Aug 2008 14:30:39 +0000 (14:30 +0000)]
lib/Reaction/Manual/Troubleshooting.pm

index af39e8b..db850bf 100644 (file)
@@ -9,7 +9,12 @@ attributes to be available.
 
 =head3 But I did inherit from Reaction::UI::Controller using Moose
 
-You have to run the extends at compile time for perl attributes to work.
+You have to run the extends at compile time for perl attributes to work:
+
+    BEGIN {
+        extends 'Reaction::UI::Controller';
+    }
+
 Welcome to hating attributes.
 
 =cut