Unusable hack

This commit is contained in:
Xavier Guimard 2015-12-30 20:36:45 +00:00
parent 4c87b96f97
commit 276514f77f

View File

@ -9,10 +9,7 @@ use constant HIGHDEBUG => 0;
has errors => (
is => 'rw',
isa => 'ArrayRef',
default => sub { return [] },
trigger => sub {
hdebug( 'errors contains', $_[0]->{errors} );
}
default => sub { return [] }
);
has warnings => (
is => 'rw',