Skip Menu |

This queue is for tickets about the Scrappy CPAN distribution.

Report information
The Basics
Id: 97951
Status: new
Priority: 0/
Queue: Scrappy

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

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



Subject: Scrappy::Plugin dies trying to hash the list of plugins (01_load_scrappy.t test fails)
The actual error is: Can't use an undefined value as an ARRAY reference at lib/Scrappy/Plugin.pm line 21. at the line: my @plugins = @{ shift->plugins }; It's easy to fix it, just add lazy => 1 to the plugins attribute. I'm not sure the reason why it fails/didn't fail before, maybe some change in Moose behaviour? Perl Version: 5.18.2 Moose Version: 2.1209