1Mojolicious::Guides::FAUQs(e3r)Contributed Perl DocumentMaotjioolnicious::Guides::FAQ(3)
2
3
4
6 Mojolicious::Guides::FAQ - Frequently Asked Questions
7
9 This document contains the most frequently asked questions about
10 Mojolicious together with the right answers.
11
13 I think Mojolicious is awesome, how can i support you guys?
14 Blog and tweet about it, get other people hooked! :)
15
16 I think i have found a bug, what should i do now?
17 Prepare a test case demonstrating the bug, you are not expected to fix
18 it yourself, but you'll have to make sure the developers can replicate
19 your problem. Sending in your whole application generally does more
20 harm than good, the "t" directory of this distribution has many good
21 examples for how to do it right. Writing a test is usually the hardest
22 part of fixing a bug, so the better your test case the faster it can be
23 fixed. ;)
24
25 Now you are ready to contact the developers via GitHub
26 (http://github.com/kraih/mojo), mailing list
27 (<http://groups.google.com/group/mojolicious>) or IRC ("#mojo" on
28 "irc.perl.org").
29
30 If you decide to fix the bug yourself make sure to take a look at
31 Mojolicious::Guides::CodingGuidelines too.
32
33
34
35perl v5.12.3 2010-08-12 Mojolicious::Guides::FAQ(3)