X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FTroubleshooting.pod;h=f5e06b8aad7019921a486d9a5a36ebbf629ce33c;hb=59d017a017e04267fddc5c90ac474032614cf5dd;hp=f76934ec2c2f72b28861c58d9ae07bc9494db55d;hpb=fb13a49f17a0e0a49638080a4bd826fb3702aebe;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Troubleshooting.pod b/lib/DBIx/Class/Manual/Troubleshooting.pod index f76934e..f5e06b8 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:- @@ -122,7 +122,7 @@ Linux system (as well as their derivative distributions such as Centos, White Box and Scientific Linux). Distributions affected include Fedora 5 through to Fedora 8 and RHEL5 -upto and including RHEL5 Update 2. Fedora 9 (which uses perl 5.10) has +up to and including RHEL5 Update 2. Fedora 9 (which uses perl 5.10) has never been affected - this is purely a perl 5.8.8 issue. As of September 2008 the following packages are known to be fixed and so @@ -158,5 +158,13 @@ can grow very large. The solution is to use the smallest practical value for LongReadLen. -=cut +=head1 FURTHER QUESTIONS? +Check the list of L. + +=head1 COPYRIGHT AND LICENSE + +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L.