oops. Updated the writer to the accessor to be private with an underscore and forgot...
nperez [Mon, 11 May 2009 22:19:06 +0000 (17:19 -0500)]
t/014_attribute_introspection.t

index 447803c..34b09cc 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 65;
+use Test::More tests => 69;
 use Test::Exception;
 
 use Class::MOP;
@@ -34,7 +34,7 @@ use Class::MOP;
         has_init_arg      init_arg
         has_default       default           is_default_a_coderef
         has_initializer   initializer
-        has_insertion_order insertion_order set_insertion_order
+        has_insertion_order insertion_order _set_insertion_order
 
         definition_context