From 7861a52f9836a4a40849b7dd9d825f27e09dd7c0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Dec 2002 20:24:02 +0000 Subject: remove Ascend::Init --- announce-gen | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'announce-gen') diff --git a/announce-gen b/announce-gen index 8bb28ed24..c06269900 100755 --- a/announce-gen +++ b/announce-gen @@ -3,11 +3,10 @@ use strict; use Getopt::Long; -use Ascend::Init; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.1 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.2 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; END -- cgit v1.2.3-54-g00ecf