Skip Menu |

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

Report information
The Basics
Id: 40056
Status: resolved
Worked: 20 min
Priority: 0/
Queue: CGI-Session

People
Owner: MARKSTOS [...] cpan.org
Requestors: rch [...] liblime.com
Cc:
AdminCc:

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



Subject: cpan modlist points to CGI::Session as providing Serialize::yaml despite new module
attempts to install CGI::Session::Serialize::yaml result in installation of CGI::Session 4.20 since the CPAN module list hasn't been updated with the change separating CGI::Session::Serialize::yaml into a separately maintained module
Subject: Re: [rt.cpan.org #40056] cpan modlist points to CGI::Session as providing Serialize::yaml despite new module
Date: Wed, 15 Oct 2008 09:29:42 -0400
To: bug-CGI-Session [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> attempts to install CGI::Session::Serialize::yaml > result in installation of CGI::Session 4.20 since > the CPAN module list hasn't been updated with the > change separating CGI::Session::Serialize::yaml > into a separately maintained module
Thanks for the report, Ryan. Could you look into the recommended way to resolve this? Mark
Subject: Re: [rt.cpan.org #40056] cpan modlist points to CGI::Session as providing Serialize::yaml despite new module
Date: Tue, 28 Oct 2008 20:23:52 -0400
To: bug-CGI-Session [...] rt.cpan.org
From: "Ryan Higgins" <ryan.higgins [...] liblime.com>
Looks like it might just be an update to Makefile.PL PREREQ_PM => { 'CGI::Session' => '4.20', 'File::Spec' => undef, 'Test::More' => undef, }, to require a version of CGI::Session after Serialize::yaml was removed . Then it'll all happen automatically ? Thanks for addressing it. On Wed, Oct 15, 2008 at 9:31 AM, mark@summersault.com via RT < bug-CGI-Session@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=40056 > >
> > attempts to install CGI::Session::Serialize::yaml > > result in installation of CGI::Session 4.20 since > > the CPAN module list hasn't been updated with the > > change separating CGI::Session::Serialize::yaml > > into a separately maintained module
> > Thanks for the report, Ryan. > > Could you look into the recommended way to resolve this? > > Mark > >
-- Ryan Higgins LibLime * Open-Source Solutions for Libraries Featuring KohaZOOM ILS 888-564-2457 x704
Hi Ryan I've uploaded CGI::Session::Serialize::yaml V 4.22 to CPAN. $many x $thanx for the patch. I'll leave this ticket open for the moment, though.
Subject: Re: [rt.cpan.org #40056] cpan modlist points to CGI::Session as providing Serialize::yaml despite new module
Date: Wed, 29 Oct 2008 09:33:03 -0400
To: bug-CGI-Session [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> I've uploaded CGI::Session::Serialize::yaml V 4.22 to CPAN. > > $many x $thanx for the patch. > > I'll leave this ticket open for the moment, though.
Thanks, Ron. I saw that new upload today. I noticed that CPAN didn't pick up that your "Changes.txt" was supposed to the same as "Changes", so it didn't get linked from the main interface. This is totally unrelated, I'm working on getting the last "UNAUTHORIZED" name space from being indexed, allowing my CGI::Session uploads to be completely official. Mark
Subject: Re: [rt.cpan.org #40056] cpan modlist points to CGI::Session as providing Serialize::yaml despite new module
Date: Wed, 29 Oct 2008 17:29:51 -0400
To: bug-CGI-Session [...] rt.cpan.org
From: "Ryan Higgins" <ryan.higgins [...] liblime.com>
I get errors compiling the new version. Perl 5.8.8's '=>' operator isn't quoting the module names in PREREQ_PM . thanks, Ryan On Wed, Oct 29, 2008 at 9:34 AM, mark@summersault.com via RT < bug-CGI-Session@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=40056 > >
> > I've uploaded CGI::Session::Serialize::yaml V 4.22 to CPAN. > > > > $many x $thanx for the patch. > > > > I'll leave this ticket open for the moment, though.
> > Thanks, Ron. > > I saw that new upload today. I noticed that CPAN didn't pick > up that your "Changes.txt" was supposed to the same > as "Changes", so it didn't get linked from the main interface. > > This is totally unrelated, I'm working on getting the last > "UNAUTHORIZED" name space from being indexed, allowing > my CGI::Session uploads to be completely official. > > Mark > >
-- Ryan Higgins LibLime * Open-Source Solutions for Libraries Featuring KohaZOOM ILS 888-564-2457 x704
Subject: Re: [rt.cpan.org #40056] cpan modlist points to CGI::Session as providing Serialize::yaml despite new module
Date: Thu, 30 Oct 2008 09:57:30 +1100
To: bug-CGI-Session [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Ryan On Wed, 2008-10-29 at 17:30 -0400, Ryan Higgins via RT wrote: Show quoted text
> Queue: CGI-Session > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40056 > > > I get errors compiling the new version. > Perl 5.8.8's '=>' operator isn't quoting the module names in > PREREQ_PM .
Oh dear. I'm using 5.10. I did have a moment's doubt as I did that edit, but I confess I did not test anything on an earlier Perl. I've uploaded a new version to CPAN. You can get it more quickly from my web site: http://savage.net.au/Perl-modules.html $many x $thanx x $again; -- Ron Savage ron@savage.net.au http://savage.net.au/index.html
I just tried this and the new split-out distribution was picked up: cpan -i CGI::Session::Serialize::yaml Resolving. Mark