From d2b51fc49420f6e7b26fb3cdf9c25690ec6fc8a8 Mon Sep 17 00:00:00 2001 From: Matthew Horsfall Date: Fri, 11 Sep 2015 10:12:10 -0400 Subject: [PATCH] Use DBIC_TRACE=1 instead of DBI_TRACE='1|SQL'. DBI_TRACE='1' is very verbose and probably less useful in the quickstart example. --- lib/DBIx/Class/Manual/QuickStart.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/Manual/QuickStart.pod b/lib/DBIx/Class/Manual/QuickStart.pod index 0c31ac089..9cce4194f 100644 --- a/lib/DBIx/Class/Manual/QuickStart.pod +++ b/lib/DBIx/Class/Manual/QuickStart.pod @@ -102,7 +102,7 @@ See the chapter L below to find out where the non-obvious source name strings such as C and accessors such as C and C come from. -Set the environment variable C to see the generated queries. +Set the environment variable C to see the generated queries. =head3 Retrieving data