From ca8556650a179e9924f333c6b8e8fcb02d84e359 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 19 Apr 2010 20:10:39 +0000 Subject: [PATCH 1/1] remove redundant warning option --- bin/find-different-access-point.pl | 2 +- bin/irspy-rewrite-records.pl | 2 +- bin/irspy-stats.pl | 2 +- bin/reindex.pl | 2 +- bin/test-net-z3950-zoom.pl | 2 +- bin/test-pod.pl | 2 +- bin/test-xml-update.pl | 2 +- bin/test-zoom.pl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/find-different-access-point.pl b/bin/find-different-access-point.pl index ab07331..bf8dafe 100755 --- a/bin/find-different-access-point.pl +++ b/bin/find-different-access-point.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # # Run like this: diff --git a/bin/irspy-rewrite-records.pl b/bin/irspy-rewrite-records.pl index bcc58e7..f994de6 100644 --- a/bin/irspy-rewrite-records.pl +++ b/bin/irspy-rewrite-records.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # perl -I ../lib irspy-rewrite-records.pl localhost:8018/IR-Explain---1 diff --git a/bin/irspy-stats.pl b/bin/irspy-stats.pl index bf84048..3bfe077 100755 --- a/bin/irspy-stats.pl +++ b/bin/irspy-stats.pl @@ -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*" diff --git a/bin/reindex.pl b/bin/reindex.pl index b180026..ab605e0 100755 --- a/bin/reindex.pl +++ b/bin/reindex.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; use warnings; diff --git a/bin/test-net-z3950-zoom.pl b/bin/test-net-z3950-zoom.pl index 50fec50..9a747d0 100644 --- a/bin/test-net-z3950-zoom.pl +++ b/bin/test-net-z3950-zoom.pl @@ -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 diff --git a/bin/test-pod.pl b/bin/test-pod.pl index f6137c4..f550028 100644 --- a/bin/test-pod.pl +++ b/bin/test-pod.pl @@ -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" diff --git a/bin/test-xml-update.pl b/bin/test-xml-update.pl index 1c593e3..f9b37fd 100755 --- a/bin/test-xml-update.pl +++ b/bin/test-xml-update.pl @@ -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" diff --git a/bin/test-zoom.pl b/bin/test-zoom.pl index 181f647..faa6b70 100644 --- a/bin/test-zoom.pl +++ b/bin/test-zoom.pl @@ -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 -- 1.7.10.4