diff --git a/environments/production.yml b/environments/production.yml index 3dadb9d..67eb7a9 100644 --- a/environments/production.yml +++ b/environments/production.yml @@ -2,4 +2,5 @@ log: "warning" warnings: 0 show_errors: 0 auto_reload: 0 +cache: 1 diff --git a/views/about.tt b/views/about.tt index 0bd2a22..b5ba7f4 100644 --- a/views/about.tt +++ b/views/about.tt @@ -15,7 +15,10 @@ Dancer is free software, it is released under the same terms as Perl itself.

Contact

-You can reach Alexis by mail at sukria at sukria dot net. +Feel free to subscribe the mailing list if you want to contact users and developers of the project. +

+ +

It's also possible to use GitHub to submit a patch, see the contribute page for more details about collaborating in Dancer development. diff --git a/views/download.tt b/views/download.tt index cdf8891..405162f 100644 --- a/views/download.tt +++ b/views/download.tt @@ -3,7 +3,7 @@

Releases

-Last release is 1.150, you can +Last release is 1.160, you can also check out the CPAN page.