From: nperez Date: Mon, 11 May 2009 22:19:06 +0000 (-0500) Subject: oops. Updated the writer to the accessor to be private with an underscore and forgot... X-Git-Tag: 0.84~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df3ea00c784bc30084085501e9d1c818521fea3f;p=gitmo%2FClass-MOP.git oops. Updated the writer to the accessor to be private with an underscore and forgot to update the test --- diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 447803c..34b09cc 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -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