Bug 2505 - Add commented use warnings where missing in the tools/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:54:32 +0000 (15:54 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:26:38 +0000 (20:26 +1200)
12 files changed:
tools/background-job-progress.pl
tools/batchMod.pl
tools/cleanborrowers.pl
tools/csv-profiles.pl
tools/koha-news.pl
tools/pdfViewer.pl
tools/picture-upload.pl
tools/scheduler.pl
tools/stage-marc-import.pl
tools/upload-file-progress.pl
tools/upload-file.pl
tools/viewlog.pl

index cd8a065..db4d890 100755 (executable)
@@ -18,6 +18,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 # standard or CPAN modules used
 use IO::File;
index 2d284d6..6c3caf8 100755 (executable)
@@ -20,6 +20,7 @@
 
 use CGI;
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use C4::Output;
 use C4::Biblio;
index 1a6c9bc..4fde0f2 100755 (executable)
@@ -33,6 +33,7 @@ This script allows to do 2 things.
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index 7aafc92..6f467ee 100755 (executable)
@@ -35,6 +35,7 @@ This script allow the user to define a new profile for CSV export
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use Data::Dumper;
 use Encode;
 
index cc70172..ff4a32f 100755 (executable)
@@ -22,6 +22,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Koha;
index 3ca61a8..6a3549a 100755 (executable)
@@ -23,6 +23,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use CGI;
 
index c3f7b00..d21b6b0 100755 (executable)
@@ -19,6 +19,9 @@
 #
 #
 
+#use strict;
+#use warnings; FIXME - Bug 2505
+
 use File::Temp;
 use File::Copy;
 use CGI;
index 9490301..4d732db 100755 (executable)
@@ -18,6 +18,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use C4::Scheduler;
 use C4::Reports::Guided;
index 2cd77c5..cc15f47 100755 (executable)
@@ -25,6 +25,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 # standard or CPAN modules used
 use CGI;
index 5e61d0e..e3a643b 100755 (executable)
@@ -18,6 +18,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 # standard or CPAN modules used
 use IO::File;
index 6b1fabb..1f38d07 100755 (executable)
@@ -18,6 +18,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 # standard or CPAN modules used
 use IO::File;
index d2e0b37..4880451 100755 (executable)
@@ -19,6 +19,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI;
 use C4::Context;