diff options
author | Daniel S. Lewart <lewart@uiuc.edu> | 2004-01-25 16:11:25 -0600 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-01-26 23:53:06 +0000 |
commit | 31e7d91aa2c497c1f2b20d19e3949c2f2538e617 (patch) | |
tree | 7bb23b89ae6e11631a1beb74ab6a4f95ee225ad4 /myconfig.SH | |
parent | a29b0897238efb7eef5cce5831c7e0bfa191ef04 (diff) | |
download | perl-31e7d91aa2c497c1f2b20d19e3949c2f2538e617.tar.gz |
myconfig.SH
From: "Daniel S. Lewart" <lewart@uiuc.edu>
Message-Id: <20040125221125.A5390@staff1.cso.uiuc.edu>
make perl -V show the major release as 5 rather than 5.0
p4raw-id: //depot/perl@22227
Diffstat (limited to 'myconfig.SH')
-rw-r--r-- | myconfig.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myconfig.SH b/myconfig.SH index 0fc6c5e1e7..91f693b047 100644 --- a/myconfig.SH +++ b/myconfig.SH @@ -27,7 +27,7 @@ $startsh # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm. cat <<'!NO!SUBS!' -Summary of my $package (revision $baserev $version_patchlevel_string) configuration: +Summary of my $package (revision $revision $version_patchlevel_string) configuration: Platform: osname=$osname, osvers=$osvers, archname=$archname uname='$myuname' |