comment out structured subtype definition pending a real solution for this in Moose...
John Napiorkowski [Tue, 7 Oct 2008 22:33:42 +0000 (22:33 +0000)]
t/05-advanced.t

index b05fb82..be161e2 100644 (file)
@@ -41,7 +41,8 @@ BEGIN {
     
     ## Dict key overloading
     subtype MorePersonalInfo,
-     as PersonalInfo[name=>MinFiveChars];
+    # as PersonalInfo[name=>MinFiveChars];
+     as PersonalInfo;
     
     has 'EqualLengthAttr' => (is=>'rw', isa=>EqualLength);
     has 'MoreLengthPleaseAttr' => (is=>'rw', isa=>MoreLengthPlease);