File: 99-debug-fix.patch

package info (click to toggle)
poppass-cgi 3-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • ctags: 30
  • sloc: perl: 732; makefile: 39
file content (15 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: martin f. krafft <madduck@debian.org>
Subject: Correct debugging function call

diff -urNad trunk~/poppass trunk/poppass
--- trunk~/poppass	2000-01-19 18:58:45.000000000 +0100
+++ trunk/poppass	2006-07-12 01:07:09.194638141 +0200
@@ -54,7 +54,7 @@
                  -author=>$AUTHOR,
                  -base=>'true',
                  -meta=>{'copyright'=>$COPYRIGHT});
-print CGI::dump() if $DEBUG;
+print CGI::Dump() if $DEBUG;
 if(!param()) {
   showform();
 } else {