From: Ricardo SIGNES Date: Mon, 4 Feb 2008 03:18:27 +0000 (+0000) Subject: fix testspectations X-Git-Tag: 0_53~8^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f775ccd2d160ba320f50b8d71258fd65dea1444;p=gitmo%2FClass-MOP.git fix testspectations --- diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 322f606..afb9c20 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 58; +use Test::More tests => 59; use Test::Exception; BEGIN { @@ -73,6 +73,7 @@ BEGIN { '$!clearer', '$!builder', '$!init_arg', + '$!initializer', '$!default', '$!associated_class', '@!associated_methods',