From: Nick Ing-Simmons Date: Mon, 4 Mar 2002 17:29:54 +0000 (+0000) Subject: Avoid $Id$ cleverness and just have a $VERSION. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a7a2f6ef0e8d0b5ea8d9679493cc39200f48ff6;p=p5sagit%2Fp5-mst-13.2.git Avoid $Id$ cleverness and just have a $VERSION. p4raw-id: //depot/perlio@15011 --- diff --git a/ext/Encode/compile b/ext/Encode/compile index 5aeebd2..a76676b 100755 --- a/ext/Encode/compile +++ b/ext/Encode/compile @@ -6,7 +6,7 @@ BEGIN { use strict; use Getopt::Std; my @orig_ARGV = @ARGV; -my $perforce = '$Id$'; +our $VERSION = '0.30'; # These may get re-ordered. # RAW is a do_now as inserted by &enter