From: Aran Deltac Date: Tue, 9 May 2006 15:00:56 +0000 (+0000) Subject: Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation. X-Git-Tag: v0.07002~105 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=d1cceec44d382359f1bc59d8ec786fce84ff0136 Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation. --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 62d2304..7752224 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -706,6 +706,11 @@ is produced (as when the L method is set). If the value is of the form C<1=/path/name> then the trace output is written to the file C. +This environment variable is checked when the storage object is first +created (when you call connect on your schema). So, run-time changes +to this environment variable will not take effect unless you also +re-connect on your schema. + =head1 AUTHORS Matt S. Trout