in reply to Pod::Usage
my $REVISION = '$Id: pod-usage,v 1.79 2006/01/07 23:23:12 steve E +xp $'; $VERSION = join (' ', (split (' ', $REVISION))[2]); $VERSION =~ s/,v\b//; $VERSION =~ s/(\S+)$/$1/;
Ouch.
You might want to review this list of CVS Keywords, I think you'll find $Revision$ handy
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Pod::Usage
by skx (Parson) on Jan 09, 2006 at 15:05 UTC |