From df6ff9a2b3b96c9badade7e082dba6f3080eab0f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 16 Jul 2002 02:48:57 +0000 Subject: no "use warnings"; anymore so it runs with older perls --- Echolot/Pinger/CPunk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Echolot/Pinger/CPunk.pm') diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm index 90b8b8a..598e13e 100644 --- a/Echolot/Pinger/CPunk.pm +++ b/Echolot/Pinger/CPunk.pm @@ -1,7 +1,7 @@ package Echolot::Pinger::CPunk; # (c) 2002 Peter Palfrader -# $Id: CPunk.pm,v 1.4 2002/07/02 18:03:55 weasel Exp $ +# $Id: CPunk.pm,v 1.5 2002/07/16 02:48:57 weasel Exp $ # =pod @@ -17,7 +17,6 @@ This package provides functions for sending cypherpunk (type I) pings. =cut use strict; -use warnings; use Carp qw{cluck}; use English; use GnuPG::Interface; -- cgit v1.2.3