is_deeply is ($got, $expected)
[gitmo/MooseX-AutoDoc.git] / t / 202-role.t
index c921d82..735ff92 100644 (file)
@@ -25,4 +25,5 @@ my $target = {
                              },
                             ],
              };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);