Showing 1 changed files with 2 additions and 1 deletions
+2 -1
lib/DBIx/Custom.pm
... ...
@@ -1328,7 +1328,8 @@ sub _push_join {
1328 1328
               = {position => $i, parent => $table1, join => $join_clause};
1329 1329
         }
1330 1330
         else {
1331
-            croak qq{join "$join_clause" must be two table name } . _subname
1331
+            croak qq{join clause must have two table name after "on" keyword. } .
1332
+                  qq{"$join_clause" is passed }  . _subname
1332 1333
         }
1333 1334
     }
1334 1335