X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FDebug.pm;h=2cbb35049eb9e547f6fc99d827b523758d4bc99d;hb=36d8e5df96d17df3d19a4693fff2ba52504fae51;hp=dad88734b1a8d72f7c92cc315ee13787408ad90d;hpb=7279f55b60e02780df6b65c4c92ade9f413d5c01;p=koha_gimpoz diff --git a/C4/Debug.pm b/C4/Debug.pm index dad88734b1..2cbb35049e 100644 --- a/C4/Debug.pm +++ b/C4/Debug.pm @@ -74,8 +74,8 @@ BEGIN { __END__ =head1 NAME - - C4::Debug - Standardized, centralized, exported debug switches. + +C4::Debug - Standardized, centralized, exported debug switches. =head1 SYNOPSIS @@ -116,7 +116,7 @@ The general purpose debug switch. =over =item environmental variable DEBUG or KOHA_DEBUG. In bash, you might do: - + export KOHA_DEBUG=1; perl t/Auth.t; @@ -159,6 +159,8 @@ emailing yourself a test message would all be bad actions to tie to $cgi_debug. =head2 System Preferences +=cut + =head2 Database Debug Debugging at the database level might be useful. Koha does not currently integrate any such