---
 opac/opac-export.pl     |    1 +
 opac/opac-sendbasket.pl |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opac/opac-export.pl b/opac/opac-export.pl
index 0093ce0..469ec85 100755
--- a/opac/opac-export.pl
+++ b/opac/opac-export.pl
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use HTML::Template::Pro;
 use strict;
+use warnings;
 
 use C4::Record;
 use C4::Auth;
diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl
index f06230c..9efa237 100755
--- a/opac/opac-sendbasket.pl
+++ b/opac/opac-sendbasket.pl
@@ -16,6 +16,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
 
 use CGI;
 use Encode qw(encode);
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to