Front page | perl.perl5.porters |
Postings from January 2004
[PATCH] myconfig.SH
From:
Daniel S. Lewart
Date:
January 26, 2004 00:34
Subject:
[PATCH] myconfig.SH
Message ID:
20040125221125.A5390@staff1.cso.uiuc.edu
Perl5 Porters,
Config::myconfig and "perl -v" use $baserev (5.0) instead of $revision (5)
for the revision value. Patched below.
Cheers,
Daniel Lewart
lewart@uiuc.edu
-------------------------------------------------------------------------------
--- myconfig.SH.orig Wed Jun 5 09:18:36 2002
+++ myconfig.SH Sun Jan 25 00:00:00 2004
@@ -27,7 +27,7 @@
# 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'
-------------------------------------------------------------------------------
-
[PATCH] myconfig.SH
by Daniel S. Lewart