projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
253b435
)
Avoid $Id$ cleverness and just have a $VERSION.
Nick Ing-Simmons [Mon, 4 Mar 2002 17:29:54 +0000 (17:29 +0000)]
p4raw-id: //depot/perlio@15011
ext/Encode/compile
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/compile
b/ext/Encode/compile
index
5aeebd2
..
a76676b
100755
(executable)
--- 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