Navigation Menu

Skip to content

Commit

Permalink
added support links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 18, 2013
1 parent a2429ad commit 4d1f878
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 21 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

3.82 2013-01-18
- Improved documentation.
- Fixed Windows bugs in tests. (kmx, sri)

3.81 2013-01-17
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Prefork.pm
Expand Up @@ -180,7 +180,7 @@ sub _spawn {
$loop->lock(
sub {

# Blocking
# Blocking ("ualarm" can't be imported on Windows)
my $l;
if ($_[1]) {
eval {
Expand Down
24 changes: 4 additions & 20 deletions lib/Mojolicious.pm
Expand Up @@ -592,26 +592,6 @@ request, response and stash.
$app->log->debug($app->dumper({foo => 'bar'}));
=head1 SUPPORT
=head2 Web
L<http://mojolicio.us>
=head2 IRC
C<#mojo> on C<irc.perl.org>
=head2 Mailing-List
L<http://groups.google.com/group/mojolicious>
=head1 DEVELOPMENT
=head2 Repository
L<http://github.com/kraih/mojo>
=head1 BUNDLED FILES
The L<Mojolicious> distribution includes a few files with different licenses
Expand Down Expand Up @@ -913,4 +893,8 @@ Copyright (C) 2008-2013, Sebastian Riedel.
This program is free software, you can redistribute it and/or modify it under
the terms of the Artistic License version 2.0.
=head1 SEE ALSO
L<Mojolicious::Guides>, L<http://mojolicio.us>.
=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -129,4 +129,11 @@ Fun oneliners using everything above.
A lot more documentation and examples by many different authors can be found
in the L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/Contributing.pod
Expand Up @@ -185,4 +185,11 @@ You can continue with L<Mojolicious::Guides> now or take a look at the
L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>, which contains a lot
more documentation and examples by many different authors.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1178,4 +1178,11 @@ You can continue with L<Mojolicious::Guides> now or take a look at the
L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>, which contains a lot
more documentation and examples by many different authors.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -140,4 +140,11 @@ You can continue with L<Mojolicious::Guides> now or take a look at the
L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>, which contains a lot
more documentation and examples by many different authors.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -694,4 +694,11 @@ You can continue with L<Mojolicious::Guides> now or take a look at the
L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>, which contains a lot
more documentation and examples by many different authors.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -990,4 +990,11 @@ You can continue with L<Mojolicious::Guides> now or take a look at the
L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>, which contains a lot
more documentation and examples by many different authors.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -883,4 +883,11 @@ You can continue with L<Mojolicious::Guides> now or take a look at the
L<Mojolicious wiki|http://github.com/kraih/mojo/wiki>, which contains a lot
more documentation and examples by many different authors.

=head1 SUPPORT

If you have any questions the documentation might not yet answer, don't
hesitate to ask on the
L<mailing-list|http://groups.google.com/group/mojolicious> or the official IRC
channel C<#mojo> on C<irc.perl.org>.

=cut

0 comments on commit 4d1f878

Please sign in to comment.