Bug 2505: Enables warnings in member-flags.pl, member-password.pl, and member-picuplo...
authorGarry Collum <gcollum@gmail.com>
Thu, 24 Sep 2009 20:05:07 +0000 (16:05 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 29 Sep 2009 23:11:08 +0000 (19:11 -0400)
No warnings were generated in testing after warnings were enabled.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
members/member-flags.pl
members/member-password.pl
members/member-picupload.pl

index b71d704..749cecc 100755 (executable)
@@ -5,6 +5,7 @@
 # July 26, 2002 (my birthday!)
 
 use strict;
+use warnings;
 
 use CGI;
 use C4::Output;
index 696a436..17416d7 100755 (executable)
@@ -5,6 +5,8 @@
 #converted to using templates 3/16/03 by mwhansen@hmc.edu
 
 use strict;
+use warnings;
+
 use C4::Auth;
 use C4::Output;
 use C4::Context;
index c6f6afc..7e541c0 100755 (executable)
@@ -25,6 +25,8 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
+
 use C4::Auth;
 use C4::Context;
 use C4::Output;