Bug 2505 - Add commented use warnings where missing in the catalogue/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:39:44 +0000 (15:39 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:25:13 +0000 (20:25 +1200)
catalogue/ISBDdetail.pl
catalogue/MARCdetail.pl
catalogue/cardview.pl
catalogue/detailprint.pl
catalogue/export.pl
catalogue/issuehistory.pl
catalogue/moredetail.pl
catalogue/search.pl
catalogue/showmarc.pl
catalogue/suggest.pl

index 0b6419d..40a434d 100755 (executable)
@@ -35,6 +35,7 @@ This script needs a biblionumber as parameter
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use C4::Auth;
 use C4::Context;
index a7a81b8..6547567 100755 (executable)
@@ -44,6 +44,7 @@ the items attached to the biblio
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use C4::Auth;
 use C4::Context;
index a88d296..f93323f 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use CGI;
 use XML::LibXSLT;
index a69b046..41d346f 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 CGI;
index 0093ce0..f6f02d7 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use HTML::Template::Pro;
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use C4::Record;
 use C4::Auth;
index 8790bb5..a6f12c3 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use CGI;
 use C4::Auth;
index 66873d8..d790c41 100755 (executable)
@@ -19,6 +19,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Koha;
 use CGI;
 use C4::Biblio;
index c20cf3c..ba0d044 100755 (executable)
@@ -132,6 +132,7 @@ Not yet completed...
 =cut
 
 use strict;            # always use
+#use warnings; FIXME - Bug 2505
 
 ## STEP 1. Load things that are used in both search page and
 # results page and decide which template to load, operations 
index 2a9eb92..8627641 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 qw(:standard);
index a5154bb..c348c76 100755 (executable)
@@ -19,6 +19,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use CGI;
 use C4::Auth;