Skip Menu |

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

Report information
The Basics
Id: 85913
Status: resolved
Priority: 0/
Queue: CGI-PSGI

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

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



Subject: Name "CGI::PSGI::OUT" used only once
Hi Name "CGI::PSGI::OUT" used only once: possible typo at /home/ron/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CGI/PSGI.pm line 131 Cheers Ron
Subject: Re: [rt.cpan.org #85913] Name "CGI::PSGI::OUT" used only once
Date: Thu, 6 Jun 2013 16:07:22 +0900
To: bug-CGI-PSGI [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
CGI/PSGI.pm doesn't have any valuable called OUT. the line 131 has ` push(@header,"Set-Cookie", $cs) if $cs ne '';` and i'm sure it won't trigger warnings like that. You're probably using outdated module or some weird version. On Thu, Jun 6, 2013 at 2:32 PM, RSAVAGE via RT <bug-CGI-PSGI@rt.cpan.org> wrote: Show quoted text
> Thu Jun 06 01:32:43 2013: Request 85913 was acted upon. > Transaction: Ticket created by RSAVAGE > Queue: CGI-PSGI > Subject: Name "CGI::PSGI::OUT" used only once > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: RSAVAGE@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85913 > > > > Hi > > Name "CGI::PSGI::OUT" used only once: possible typo at /home/ron/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CGI/PSGI.pm line 131 > > Cheers > Ron > >
-- Tatsuhiko Miyagawa
Subject: Re: [rt.cpan.org #85913] Name "CGI::PSGI::OUT" used only once
Date: Thu, 6 Jun 2013 16:09:04 +0900
To: bug-CGI-PSGI [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
https://metacpan.org/source/MIYAGAWA/CGI-PSGI-0.15/lib/CGI/PSGI.pm#L131 On Thu, Jun 6, 2013 at 2:32 PM, RSAVAGE via RT <bug-CGI-PSGI@rt.cpan.org> wrote: Show quoted text
> Thu Jun 06 01:32:43 2013: Request 85913 was acted upon. > Transaction: Ticket created by RSAVAGE > Queue: CGI-PSGI > Subject: Name "CGI::PSGI::OUT" used only once > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: RSAVAGE@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85913 > > > > Hi > > Name "CGI::PSGI::OUT" used only once: possible typo at /home/ron/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CGI/PSGI.pm line 131 > > Cheers > Ron > >
-- Tatsuhiko Miyagawa
Subject: Re: [rt.cpan.org #85913] Name "CGI::PSGI::OUT" used only once
Date: Fri, 07 Jun 2013 09:13:45 +1000
To: bug-CGI-PSGI [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
On 06/06/13 17:08, miyagawa@gmail.com via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=85913> > > CGI/PSGI.pm doesn't have any valuable called OUT. the line 131 has ` > push(@header,"Set-Cookie", $cs) if $cs ne '';` and i'm sure it won't > trigger warnings like that. > > You're probably using outdated module or some weird version.
ron@zigzag:~/perl.modules/Local-Config$ mversion CGI::PSGI 0.15 Show quoted text
> On Thu, Jun 6, 2013 at 2:32 PM, RSAVAGE via RT<bug-CGI-PSGI@rt.cpan.org> wrote:
>> Thu Jun 06 01:32:43 2013: Request 85913 was acted upon. >> Transaction: Ticket created by RSAVAGE >> Queue: CGI-PSGI >> Subject: Name "CGI::PSGI::OUT" used only once >> Broken in: (no value) >> Severity: (no value) >> Owner: Nobody >> Requestors: RSAVAGE@cpan.org >> Status: new >> Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=85913> >> >> >> Hi >> >> Name "CGI::PSGI::OUT" used only once: possible typo at /home/ron/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CGI/PSGI.pm line 131 >> >> Cheers >> Ron >> >>
> > >
-- Ron Savage http://savage.net.au/ Ph: 0421 920 622
Subject: Re: [rt.cpan.org #85913] Name "CGI::PSGI::OUT" used only once
Date: Fri, 07 Jun 2013 09:16:37 +1000
To: bug-CGI-PSGI [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi On 06/06/13 17:08, miyagawa@gmail.com via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=85913> > > CGI/PSGI.pm doesn't have any valuable called OUT. the line 131 has ` > push(@header,"Set-Cookie", $cs) if $cs ne '';` and i'm sure it won't > trigger warnings like that. > > You're probably using outdated module or some weird version.
My fault. It must have been a debugging line I added some time. Show quoted text
> On Thu, Jun 6, 2013 at 2:32 PM, RSAVAGE via RT<bug-CGI-PSGI@rt.cpan.org> wrote:
>> Thu Jun 06 01:32:43 2013: Request 85913 was acted upon. >> Transaction: Ticket created by RSAVAGE >> Queue: CGI-PSGI >> Subject: Name "CGI::PSGI::OUT" used only once >> Broken in: (no value) >> Severity: (no value) >> Owner: Nobody >> Requestors: RSAVAGE@cpan.org >> Status: new >> Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=85913> >> >> >> Hi >> >> Name "CGI::PSGI::OUT" used only once: possible typo at /home/ron/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CGI/PSGI.pm line 131 >> >> Cheers >> Ron >> >>
> > >
-- Ron Savage http://savage.net.au/ Ph: 0421 920 622