From abc1605cf1202880b5224d519e9a966e18768794 Mon Sep 17 00:00:00 2001 From: hjp Date: Wed, 3 Nov 2004 14:22:26 +0000 Subject: [PATCH] Backported to perl 5.005_03 --- tiny/crypt.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiny/crypt.pl b/tiny/crypt.pl index 05589ba..26862f9 100644 --- a/tiny/crypt.pl +++ b/tiny/crypt.pl @@ -1,5 +1,4 @@ -#!@@@perl@@@ -use warnings; +#!@@@perl@@@ -w use strict; unless (@ARGV == 2) {