X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FDebug.pm;h=2cbb35049eb9e547f6fc99d827b523758d4bc99d;hb=a85bd68b8e33cbf4a7cd46fa90e2fdbfc909a846;hp=357764af119e9cca462f199b82753770d98050ff;hpb=2626edb41efcedb5ecacbb5b91017e6241fa7211;p=koha.git diff --git a/C4/Debug.pm b/C4/Debug.pm index 357764af11..2cbb35049e 100644 --- a/C4/Debug.pm +++ b/C4/Debug.pm @@ -13,9 +13,9 @@ package C4::Debug; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; @@ -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