From 13af89b3f1d6752a4b00e9ac2e1a5a75d3609201 Mon Sep 17 00:00:00 2001 From: Tommy Butler Date: Wed, 10 Sep 2014 03:51:27 -0500 Subject: [PATCH] fixed syntax error on line 245 fixed syntax error on line 245 (missing closing curly bracket) --- lib/DBIx/Class/Manual/Joining.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/Manual/Joining.pod b/lib/DBIx/Class/Manual/Joining.pod index 625a4d90e..ff02475b9 100644 --- a/lib/DBIx/Class/Manual/Joining.pod +++ b/lib/DBIx/Class/Manual/Joining.pod @@ -242,7 +242,7 @@ To join two relations at the same level, use an arrayref instead: Or combine the two: - join => { room => [ 'chair', { table => 'leg' } ] + join => { room => [ 'chair', { table => 'leg' } ] } =head2 Table aliases