diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-18 04:03:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-18 04:03:08 +0000 |
commit | ee3551f533b296608640db86150c800bdb4e3f24 (patch) | |
tree | fe81bd01f9ee2d9526f161ca960a4e6d84023976 /Configure | |
parent | 95c948891db6a6e0097a26f58fa79715d1c61bf9 (diff) | |
download | perl-ee3551f533b296608640db86150c800bdb4e3f24.tar.gz |
avoid mentioning Perl version in Configure question
p4raw-id: //depot/perl@5796
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |