Skip Menu |

This queue is for tickets about the CGI-Application CPAN distribution.

Report information
The Basics
Id: 69655
Status: open
Priority: 0/
Queue: CGI-Application

People
Owner: MARKSTOS [...] cpan.org
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Spelling fix
Date: Thu, 21 Jul 2011 14:55:33 +0200
To: bug-cgi-application [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to CGI-Application. We thought you might be interested in it, too. Author: Nicholas Bamber <nicholas@periapt.co.uk> Subject: Spelling Last-Update: 2011-06-17 Thanks in advance, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

here's an updated version of the patch
Subject: spelling.patch
Author: Nicholas Bamber <nicholas@periapt.co.uk> Subject: Spelling Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69655 Last-Update: 2011-06-17 --- a/lib/CGI/Application.pm +++ b/lib/CGI/Application.pm @@ -2057,7 +2057,7 @@ that contain JavaScript. Direct testing is also easy. CGI::Application will normally print the output of it's -run modes directly to STDOUT. This can be suppressed with an enviroment variable, +run modes directly to STDOUT. This can be suppressed with an environment variable, CGI_APP_RETURN_ONLY. For example: $ENV{CGI_APP_RETURN_ONLY} = 1; --- a/r/lib/CGI/Application/Plugin/Redirect.pm +++ b/r/lib/CGI/Application/Plugin/Redirect.pm @@ -85,7 +85,7 @@ will not execute. As soon as all prerun method have finished, the redirect will happen without the runmode being executed. -The $status paramater is optional as the CGI module will default to something +The $status parameter is optional as the CGI module will default to something suitable. return $self->redirect('http://www.example.com/');
Subject: Re: [rt.cpan.org #69655] [PATCH] Spelling fix
Date: Tue, 03 Jul 2012 09:48:00 -0400
To: bug-cgi-application [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
On Mon 02 Jul 2012 10:35:03 PM EDT, gregor herrmann via RT wrote: Show quoted text
> Queue: CGI-Application > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=69655 > > > here's an updated version of the patch
Great. Thank you. Mark