superclasses => [],
methods => [{ name => 'bar'},{ name => 'foo'}],
};
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
name => 'attr8',
}]
};
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
attributes => [],
};
-is_deeply($target, $spec);
+is_deeply($spec, $target);
attributes => []
};
-is_deeply($target, $spec);
+is_deeply($spec, $target);
attributes => [],
};
-is_deeply($target, $spec);
+is_deeply($spec, $target);
attributes => [],
};
-is_deeply($target, $spec);
+is_deeply($spec, $target);
},
],
};
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
},
],
};
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
},
],
};
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);