Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 77828
Status: resolved
Priority: 0/
Queue: Moose

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

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



Subject: Weird reference to undef in error message
$ perl -MMoose -E 'package Foo; use Moose; has x => (is => "rw", writer => "set_x", required => 1); Foo->new(x => 1)->set_x' Attribute (x) is required, so cannot be set to undef at writer Foo::set_x of attribute x (defined at -e line 1) line 3. Foo::set_x('Foo=HASH(0x7fe2aabd4aa0)') called at -e line 1
Fixed in 9f46825.