[Jifty-commit] jifty branch, master, updated. jifty-1.01209-16-gc7a5f46

Jifty commits jifty-commit at lists.jifty.org
Mon Jan 24 17:51:51 EST 2011


The branch, master has been updated
       via  c7a5f46610aad122c37b05114cc2e6839adf06b2 (commit)
      from  217942230a6b7ce39a75768179eaa7144f8d448e (commit)

Summary of changes:
 lib/Jifty/Script/FastCGI.pm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit c7a5f46610aad122c37b05114cc2e6839adf06b2
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Jan 24 17:51:08 2011 -0500

    Grammar fix and strengthen the "don't use this for new deployments"

diff --git a/lib/Jifty/Script/FastCGI.pm b/lib/Jifty/Script/FastCGI.pm
index 518bc6a..a997cc2 100755
--- a/lib/Jifty/Script/FastCGI.pm
+++ b/lib/Jifty/Script/FastCGI.pm
@@ -56,10 +56,9 @@ sub options {
 
 =head1 DESCRIPTION
 
-This command is provided for compatibility.  You should probably use
-Plack's FastCGI deployment tools with the C<app.psgi> file come with
-your jifty app.
-
+This command is provided for backwards compatibility. For new deployments,
+use Plack's FastCGI deployment tools with the C<app.psgi> file that comes with
+your Jifty app.
 
 When you're ready to move up to something that can handle the increasing load your
 new world-changing application is generating, you'll need something a bit heavier-duty

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list