summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-18 04:03:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-18 04:03:08 +0000
commitee3551f533b296608640db86150c800bdb4e3f24 (patch)
treefe81bd01f9ee2d9526f161ca960a4e6d84023976 /Configure
parent95c948891db6a6e0097a26f58fa79715d1c61bf9 (diff)
downloadperl-ee3551f533b296608640db86150c800bdb4e3f24.tar.gz
avoid mentioning Perl version in Configure question
p4raw-id: //depot/perl@5796
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index f1a76eb466..4d5ec16742 100755
--- a/Configure
+++ b/Configure
@@ -4915,9 +4915,9 @@ case "$usethreads$usemultiplicity" in
;;
*) $cat <<EOM
-Perl 5.006 can be compiled for binary compatibility with 5.005.
-If you decide to do so, you will be able to continue using most
-of the extensions that were compiled for Perl 5.005.
+This version of Perl can be compiled for binary compatibility with 5.005.
+If you decide to do so, you will be able to continue using most of the
+extensions that were compiled for Perl 5.005.
EOM
case "$bincompat5005$d_bincompat5005" in