remove redundant warning option
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Apr 2010 20:10:39 +0000 (20:10 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Apr 2010 20:10:39 +0000 (20:10 +0000)
bin/find-different-access-point.pl
bin/irspy-rewrite-records.pl
bin/irspy-stats.pl
bin/reindex.pl
bin/test-net-z3950-zoom.pl
bin/test-pod.pl
bin/test-xml-update.pl
bin/test-zoom.pl

index ab07331..bf8dafe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 #
 # Run like this:
index bcc58e7..f994de6 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 # perl -I ../lib irspy-rewrite-records.pl localhost:8018/IR-Explain---1
 
index bf84048..3bfe077 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 #
 #      perl -I ../lib irspy-stats.pl localhost:8018/IR-Explain---1 "net.host=*indexdata*"
index b180026..ab605e0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 use warnings;
index 50fec50..9a747d0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 #
 # Run the same way as "test-pod.pl".  This is supposed to be an
 # exactly equivalent program but written using the Net::Z3950::ZOOM
index f6137c4..f550028 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 #
 # Run like this:
 #      YAZ_LOG=pod perl -I ../lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc"
index 1c593e3..f9b37fd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 #
 # Run like this:
 #      perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database"
index 181f647..faa6b70 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 #
 # Run the same way as "test-pod.pl".  This is supposed to be an
 # exactly equivalent program but written using the ZOOM-Perl