Skip to content

Commit

Permalink
removed obsolete FAQ answers
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 29, 2011
1 parent 66442bf commit 2e9c5e2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -100,33 +100,6 @@ You can change the passphrase with the C<secret> attribute of L<Mojolicious>.

app->secret('My very secret passphrase.');

=head2 Does L<Mojolicious> run on Windows systems?

Sure it does!
Right now there are two different ways of running Perl on the Windows
platform.
One is C<Strawberry Perl> and the other is C<ActiveState Perl>.
Both are capable Perl distributions which are stable, mature and ready for
production.
But C<Strawberry Perl> is quite a bit better at dealing with the L<CPAN> and
especially XS based modules due to its remarkable toolchain.
With it you can even install modules straight from the source as you would do
on a Unix based machine.

=head2 Is it possible to run the built-in webserver on Windows?

It is!
The built-in webserver is great way to run your L<Mojolicious> web
application on any platform.
See L<Mojolicious::Guides::Cookbook> for more information about running and
deploying L<Mojolicious> applications.

=head2 Whats the easiest way to install L<Mojolicious> on UNIX?

Quite possibly this oneliner.

$ sudo sh -c "curl -L cpanmin.us | perl - Mojolicious"

=head2 I think i have found a bug, what should i do now?

First make sure you are using the latest version of L<Mojolicious>, it is
Expand Down

0 comments on commit 2e9c5e2

Please sign in to comment.