update method/attribute parsing
[gitmo/MooseX-AutoDoc.git] / t / 101-class.t
index 55c3a4e..9fbbc1c 100644 (file)
@@ -23,4 +23,5 @@ my $target = {
                  name => 'attr8',
                 }]
               };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);