On Mon May 30 16:27:34 2016, jkeenan wrote:
#####
versiononly (versiononly.U):
If set, this symbol indicates that only the version-specific
components of a perl installation should be installed.
This may be useful for making a test installation of a new
version without disturbing the existing installation.
Setting versiononly is equivalent to setting installperl's -v
option.
On Mon May 30 14:30:17 2016, sprout wrote:
config_args='-de -Dprefix=/usr -Doptimize=-O3 -Accflags=-
DNO_MATHOMS
-Dversiononly'
In Porting/Glossary, I find:config_args='-de -Dprefix=/usr -Doptimize=-O3 -Accflags=-
DNO_MATHOMS
-Dversiononly'
#####
versiononly (versiononly.U):
If set, this symbol indicates that only the version-specific
components of a perl installation should be installed.
This may be useful for making a test installation of a new
version without disturbing the existing installation.
Setting versiononly is equivalent to setting installperl's -v
option.
And, in installperl, I see that the '-v' option is described thus:
#####
-v Only install perl as a binary with the version number in the name.
(Override whatever config.sh says)
#####
--
James E Keenan (jkeenan@cpan.org)
---
via perlbug: queue: perl5 status: open
https://rt.perl.org/Ticket/Display.html?id=128295