diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-13 20:24:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-13 20:24:02 +0000 |
commit | 7861a52f9836a4a40849b7dd9d825f27e09dd7c0 (patch) | |
tree | 5c3b1d4abb6dae777ec06e81c4394787e97dc008 /announce-gen | |
parent | 93758bb4d98f35cceed12b62a41fd5df4515a231 (diff) | |
download | coreutils-7861a52f9836a4a40849b7dd9d825f27e09dd7c0.tar.xz |
remove Ascend::Init
Diffstat (limited to 'announce-gen')
-rwxr-xr-x | announce-gen | 3 |
1 files changed, 1 insertions, 2 deletions
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 |