is_deeply is ($got, $expected)
Justin Hunter [Fri, 28 Aug 2009 19:30:35 +0000 (12:30 -0700)]
t/100-class.t
t/101-class.t
t/102-class.t
t/103-class.t
t/104-class.t
t/105-class.t
t/200-role.t
t/201-role.t
t/202-role.t

index 7c130c5..a76d14a 100644 (file)
@@ -19,4 +19,5 @@ my $target = {
                superclasses => [],
                methods => [{ name => 'bar'},{ name => 'foo'}],
               };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
index 55c3a4e..9fbbc1c 100644 (file)
@@ -23,4 +23,5 @@ my $target = {
                  name => 'attr8',
                 }]
               };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
index 0b07240..9e659ab 100644 (file)
@@ -18,4 +18,4 @@ my $target = {
                attributes => [],
               };
 
-is_deeply($target, $spec);
+is_deeply($spec, $target);
index 080c5bf..d3002f7 100644 (file)
@@ -24,4 +24,4 @@ my $target = {
               attributes => []
              };
 
-is_deeply($target, $spec);
+is_deeply($spec, $target);
index bb5a89e..eee9de7 100644 (file)
@@ -18,4 +18,4 @@ my $target = {
               attributes => [],
               };
 
-is_deeply($target, $spec);
+is_deeply($spec, $target);
index ee21f29..4c33e27 100644 (file)
@@ -18,4 +18,4 @@ my $target = {
               attributes => [],
              };
 
-is_deeply($target, $spec);
+is_deeply($spec, $target);
index cc0ca46..882a701 100644 (file)
@@ -22,4 +22,5 @@ my $target = {
                              },
                             ],
              };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
index 50a7bb7..3a2b9ff 100644 (file)
@@ -22,4 +22,5 @@ my $target = {
                              },
                             ],
              };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);
index c921d82..735ff92 100644 (file)
@@ -25,4 +25,5 @@ my $target = {
                              },
                             ],
              };
-is_deeply($target, $spec);
+
+is_deeply($spec, $target);