From: Colin Watson Date: Sat, 28 Sep 2002 11:04:56 +0000 (+0000) Subject: bin: Drop 'use diagnostics;' from all Perl scripts. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=14dc7dbba7148721b24bd2f561af3ff7cce22931;hp=ba69c14813b37c000e1d55aa3c1fbdd288e2ca19 bin: Drop 'use diagnostics;' from all Perl scripts. --- diff --git a/dctrl-mailbox b/dctrl-mailbox index c5c65d7..851ea0a 100755 --- a/dctrl-mailbox +++ b/dctrl-mailbox @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -use diagnostics; use strict; use Date::Format; diff --git a/expandvars b/expandvars index a7ea667..68f56c8 100755 --- a/expandvars +++ b/expandvars @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -use diagnostics; use strict; use Getopt::Long; diff --git a/get-corr b/get-corr index a1edfda..03f5f31 100755 --- a/get-corr +++ b/get-corr @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -use diagnostics; use strict; use Mail::Util qw(read_mbox); diff --git a/mailsort b/mailsort index e13bc17..cca0d64 100755 --- a/mailsort +++ b/mailsort @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -use diagnostics; use strict; use Date::Parse; diff --git a/taskbot b/taskbot index c17621f..5e4007c 100755 --- a/taskbot +++ b/taskbot @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -use diagnostics; use strict; use Net::IRC; diff --git a/verify-status b/verify-status index e3faa0c..117386b 100755 --- a/verify-status +++ b/verify-status @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -use diagnostics; use strict; my $verbose = 0;