Add troubleshooting docs.
rafl [Mon, 18 Aug 2008 13:21:40 +0000 (13:21 +0000)]
lib/Reaction/Manual/Troubleshooting.pm [new file with mode: 0644]

diff --git a/lib/Reaction/Manual/Troubleshooting.pm b/lib/Reaction/Manual/Troubleshooting.pm
new file mode 100644 (file)
index 0000000..af39e8b
--- /dev/null
@@ -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