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