X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FTroubleshooting.pod;fp=lib%2FDBIx%2FClass%2FManual%2FTroubleshooting.pod;h=b28a960b7fbe830e3b918a29b41689112c00de5d;hb=56b1de0caac34b5acf217fa0f01b2a5eda194077;hp=f76934ec2c2f72b28861c58d9ae07bc9494db55d;hpb=3506ed68587d1bc759d40e42ac75cfe39a08f476;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Troubleshooting.pod b/lib/DBIx/Class/Manual/Troubleshooting.pod index f76934e..b28a960 100644 --- a/lib/DBIx/Class/Manual/Troubleshooting.pod +++ b/lib/DBIx/Class/Manual/Troubleshooting.pod @@ -21,7 +21,7 @@ Alternatively use the C<< storage->debug >> class method:- To send the output somewhere else set debugfh:- - $schema->storage->debugfh(IO::File->new('/tmp/trace.out', 'w'); + $schema->storage->debugfh(IO::File->new('/tmp/trace.out', 'w')); Alternatively you can do this with the environment variable, too:-