X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-introspection.t;h=fa87acf4fb012160a9d183dec6feb96e97b22959;hb=8207dfe76f6ddd0f0a074746c873ac6b05aed834;hp=6818ab0937d6ea0b24556c0b2ee544fb962c1bcd;hpb=05e2588c836ccfc7ba0cab03aee767cc4680581f;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/03-introspection.t b/t/03-introspection.t index 6818ab0..fa87acf 100644 --- a/t/03-introspection.t +++ b/t/03-introspection.t @@ -16,7 +16,17 @@ ok( HasClassAttribute->meta()->get_class_attribute('ObjectCount') ->meta()->does_role('MooseX::ClassAttribute::Role::Meta::Attribute'), 'get_class_attribute_list returns an object which does the MooseX::ClassAttribute::Role::Meta::Attribute role' ); -my @ca = qw( Delegatee LazyAttribute ManyNames Mapping ObjectCount ReadOnlyAttribute WeakAttribute Built LazyBuilt ); +my @ca = qw( Delegatee + LazyAttribute + ManyNames + Mapping + ObjectCount + ReadOnlyAttribute + WeakAttribute + Built + LazyBuilt + Triggerish + ); is_deeply( [ sort HasClassAttribute->meta()->get_class_attribute_list() ], [ sort @ca ],