Subject: | Moo::Object::new ignores BUILDARGS |
The Moo version dies...
package Goose;
use Moose;
sub BUILDARGS { +{} }
Goose->new("bar");
package Goo;
use Moo;
sub BUILDARGS { +{} }
Goo->new("bar");
This queue is for tickets about the Moo CPAN distribution.
The Basics
People
|
Bug Information
|