aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Manual
diff options
context:
space:
mode:
authorrafl <rafl@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-18 13:21:40 +0000
committerrafl <rafl@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-18 13:21:40 +0000
commit8bb1255dd06cee46e01d9cd733aff1ec10ca205c (patch)
tree295144633a73ebba3a69ea54fa9667f185950115 /lib/Reaction/Manual
parent41e3dd8cae2b88656791c1fc3eb5dd3ba968dc89 (diff)
downloadreaction-8bb1255dd06cee46e01d9cd733aff1ec10ca205c.tar.gz
reaction-8bb1255dd06cee46e01d9cd733aff1ec10ca205c.zip
Add troubleshooting docs.
Diffstat (limited to 'lib/Reaction/Manual')
-rw-r--r--lib/Reaction/Manual/Troubleshooting.pm15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Reaction/Manual/Troubleshooting.pm b/lib/Reaction/Manual/Troubleshooting.pm
new file mode 100644
index 0000000..af39e8b
--- /dev/null
+++ b/lib/Reaction/Manual/Troubleshooting.pm
@@ -0,0 +1,15 @@
+=head1 NAME
+
+Reaction::Manual::Troubleshooting - Got a Reaction problem? Shoot it.
+
+=head2 Invalid CODE attributes: ...
+
+You need to inherit from L<Reaction::UI::Controller> for the Catalyst action
+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.
+Welcome to hating attributes.
+
+=cut