Skip Menu |

This queue is for tickets about the Titanium CPAN distribution.

Report information
The Basics
Id: 71688
Status: open
Priority: 0/
Queue: Titanium

People
Owner: Nobody in particular
Requestors: SILASMONK [...] cpan.org
Cc:
AdminCc:

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



Subject: spelling
patch attached
Subject: a.txt
Author: Nicholas Bamber <nicholas@periapt.co.uk> Subject: Spelling Forwarded: no Last-Update: 2011-10-15 --- a/lib/Titanium.pm +++ b/lib/Titanium.pm @@ -964,7 +964,7 @@ allowing testing of websites that contain JavaScript. Direct testing is also easy. Titanium will normally print the output of it's -run modes directly to STDOUT. This can be surprised with an enviroment variable, +run modes directly to STDOUT. This can be surprised with an environment variable, CGI_APP_RETURN_ONLY. For example: $ENV{CGI_APP_RETURN_ONLY} = 1;
CC: undisclosed-recipients:;, Nicholas Bamber via RT <bug-titanium [...] rt.cpan.org>
Subject: Re: [rt.cpan.org #71688] spelling
Date: Mon, 17 Oct 2011 08:50:00 -0400
To: bug-Titanium [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Thanks!
Attached is a new version of the patch with more spelling fixes.
Subject: 0001-Spelling.patch
From 0f58542d665ec331908a0512b4aa01a5b33770ea Mon Sep 17 00:00:00 2001 From: Nicholas Bamber <nicholas@periapt.co.uk> Date: Sat, 15 Oct 2011 00:57:52 +0100 Subject: [PATCH] Spelling Bug: https://rt.cpan.org/Ticket/Display.html?id=71688 Gbp-Pq: Name spelling.patch --- README | 2 +- lib/Titanium.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 093c77e..67e2a32 100644 --- a/README +++ b/README @@ -832,7 +832,7 @@ DESCRIPTION stream_file() $c->stream_file($file); - If your run mode is outputing an image or a spreadsheet instead of an + If your run mode is outputting an image or a spreadsheet instead of an HTML page, you may want to stream the output. This method takes care of the boring details of buffering, headers and MIME types. See CGI::Application::Plugin::Stream for details. diff --git a/lib/Titanium.pm b/lib/Titanium.pm index 3fab0c7..9932b01 100644 --- a/lib/Titanium.pm +++ b/lib/Titanium.pm @@ -883,7 +883,7 @@ L<CGI::Application::Plugin::ErrorPage|CGI::Application::Plugin::ErrorPage>. $c->stream_file($file); -If your run mode is outputing an image or a spreadsheet instead of an HTML +If your run mode is outputting an image or a spreadsheet instead of an HTML page, you may want to stream the output. This method takes care of the boring details of buffering, headers and MIME types. See L<CGI::Application::Plugin::Stream|CGI::Application::Plugin::Stream> for @@ -963,8 +963,8 @@ L<Test::WWW::Selenium|Test::WWW::Selenium::CGIApp> is similar, but uses Selenium for the testing, meaning that a local web-browser would be used, allowing testing of websites that contain JavaScript. -Direct testing is also easy. Titanium will normally print the output of it's -run modes directly to STDOUT. This can be surprised with an enviroment variable, +Direct testing is also easy. Titanium will normally print the output of its +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; -- 2.28.0