Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-File CPAN distribution.

Report information
The Basics
Id: 45601
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-File

People
Owner: Nobody in particular
Requestors: kmx [...] volny.cz
Cc:
AdminCc:

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



Subject: Test 04basic.t fails after upgrading Catalyst to 5.8
Date: Thu, 30 Apr 2009 17:35:55 +0200
To: bug-Catalyst-Plugin-Session-Store-File [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Hi, after upgrading Catalyst::Runtime to latest version (currently 5.80003) I was not able to install Catalyst::Plugin::Session::Store::File (0.16) because test t/04basic.t fails - see the end of this message. Tested on Linux + perl 5.8.8. -- kmx t/04basic..........ok 3/19Not inlining 'new' for SessionStoreTest since it is not inheriting the default Moose::Object::new If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to SessionStoreTest->meta->make_immutable [error] Caught exception in engine "Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/site_perl/5.8.8/Catalyst.pm line 1491." [error] Caught exception in engine "Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/site_perl/5.8.8/Catalyst.pm line 1491." Not inlining 'new' for SessionStoreTest2 since it is not inheriting the default Moose::Object::new If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to SessionStoreTest2->meta->make_immutable [error] Caught exception in engine "Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/site_perl/5.8.8/Catalyst.pm line 1491." # Looks like you planned 19 tests but ran 9. t/04basic..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 10-19 Failed 10/19 tests, 47.37% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/04basic.t 255 65280 19 20 105.26% 10-19
Catalyst::Plugin::Session 0.21 should solve this.