Tue Sep 24 01:40:21 2013gabor [...] szabgab.com - Ticket created
Subject:
BUILDARGS is only called when there is an attribute
Date:
Tue, 24 Sep 2013 07:40:07 +0200
To:
bug-Moo [...] rt.cpan.org
From:
Gabor Szabo <gabor [...] szabgab.com>
e.g. in this example
use 5.010;
package A;
use Moo;
#has x => (is => 'ro');
sub BUILDARGS {
say 'BUILDARGS';
return {};
}
package main;
A->new;
Moo version 1.003001
If this is intentional, probably it should be mentioned in the docs of BUILDARGS
and in the "INCOMPATIBILITIES WITH MOOSE" section as well.
Fri Dec 06 07:04:12 2013haarg [...] haarg.org - Correspondence added
The docs have been updated to reflect this behavior.
Fri Dec 06 07:04:13 2013The RT System itself - Status changed from 'new' to 'open'
Fri Dec 06 07:04:14 2013haarg [...] haarg.org - Status changed from 'open' to 'patched'
Thu Dec 26 22:05:26 2013haarg [...] haarg.org - Correspondence added
Resolved in 1.004000.
Thu Dec 26 22:05:28 2013haarg [...] haarg.org - Status changed from 'patched' to 'resolved'
Thu Dec 26 22:05:28 2013haarg [...] haarg.org - Fixed in 1.004000 added