X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=c8a486476f28f44b7d8ea68bd0ad58ff7d3ad123;hb=860f85abed70a4947fb698784aa94252324d770d;hp=b02cfeb0e3122262b9b833769d33b6977819ddd1;hpb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index b02cfeb..c8a4864 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -1,9 +1,7 @@ -#!/usr/bin/perl - use strict; use warnings; -use Test::More tests => 62; +use Test::More tests => 64; use Test::Exception; use Class::MOP; @@ -37,6 +35,8 @@ use Class::MOP; has_default default is_default_a_coderef has_initializer initializer + definition_context + slots get_value set_value @@ -79,6 +79,7 @@ use Class::MOP; 'builder', 'init_arg', 'initializer', + 'definition_context', 'default', 'associated_class', 'associated_methods',