is_deeply is ($got, $expected)
[gitmo/MooseX-AutoDoc.git] / t / 103-class.t
index 080c5bf..d3002f7 100644 (file)
@@ -24,4 +24,4 @@ my $target = {
               attributes => []
              };
 
-is_deeply($target, $spec);
+is_deeply($spec, $target);