is_deeply is ($got, $expected)
[gitmo/MooseX-AutoDoc.git] / t / 102-class.t
index 0b07240..9e659ab 100644 (file)
@@ -18,4 +18,4 @@ my $target = {
                attributes => [],
               };
 
-is_deeply($target, $spec);
+is_deeply($spec, $target);