Help for this page
#only there for the validator below which do stuff after build. sub BUILD {} ... push @{$self->_creative_validators}, $sub; }); }
use Moo::Role; with 'Weborama::Collect::CreativesValidator'; ... my ( $self, @creatives ) = @_; ... })