Skip Menu |

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

Report information
The Basics
Id: 53608
Status: resolved
Priority: 0/
Queue: POE-Session-AttributeBased

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

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



Subject: Perl "use 5.8.0" line causing test failures
Hello, I have been using this module for years and love it! The arrival of perl 5.10.0 seems to be causing some problems for this module. http://www.nntp.perl.org/group/perl.cpan.testers/2009/12/msg6493799.html I get a "v-string in use/require non-portable at /home/stro/perl5100/lib/site_perl/5.10.0/POE/Session/AttributeBased.pm line 2." error in that report. After talking to the helpful guys in the #toolchain@magnet irc channel, they recommended the solution to be: <@confound> use 5.008000; So, can you please patch the module in line 2 to use the "portable" method? Thanks! -- ~Apocalypse
Subject: Re: [rt.cpan.org #53608] Perl "use 5.8.0" line causing test failures
Date: Wed, 13 Jan 2010 11:31:56 -0700
To: bug-POE-Session-AttributeBased [...] rt.cpan.org
From: chris fedde <chris [...] fedde.us>
done and a new version 0.10 uploaded. On Mon, Jan 11, 2010 at 2:11 PM, Apocalypse via RT <bug-POE-Session-AttributeBased@rt.cpan.org> wrote: Show quoted text
> Mon Jan 11 16:11:16 2010: Request 53608 was acted upon. > Transaction: Ticket created by APOCAL >       Queue: POE-Session-AttributeBased >     Subject: Perl "use 5.8.0" line causing test failures >   Broken in: 0.09 >    Severity: Important >       Owner: Nobody >  Requestors: APOCAL@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=53608 > > > > Hello, > >  I have been using this module for years and love it! The arrival of > perl 5.10.0 seems to be causing some problems for this module. > > http://www.nntp.perl.org/group/perl.cpan.testers/2009/12/msg6493799.html > > I get a "v-string in use/require non-portable at > /home/stro/perl5100/lib/site_perl/5.10.0/POE/Session/AttributeBased.pm > line 2." error in that report. > > After talking to the helpful guys in the #toolchain@magnet irc channel, > they recommended the solution to be: > > <@confound> use 5.008000; > > So, can you please patch the module in line 2 to use the "portable" > method? Thanks! > > -- > ~Apocalypse >
While working on PoCo-SpreadClient I checked this module and saw this ticket - thanks for uploading 0.10 to CPAN! -- ~Apocalypse