Skip Menu |

This queue is for tickets about the Moo CPAN distribution.

Report information
The Basics
Id: 88924
Status: resolved
Priority: 0/
Queue: Moo

People
Owner: Nobody in particular
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

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



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.
The docs have been updated to reflect this behavior.
Resolved in 1.004000.