This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more changes for new-style version numbers (versions numbers on
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 9 Jan 2000 22:27:19 +0000 (22:27 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 9 Jan 2000 22:27:19 +0000 (22:27 +0000)
commit273cf8d1f309172b4416e78e4a8e80c12d941254
tree641986755e0e9fcd423ac9000b67cb3688ec8cec
parent97404f98a6349e3129d8b12b25786316a12e66dc
more changes for new-style version numbers (versions numbers on
the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
split $Config{apiversion} into three, @Config{apirevision,apiversion,
apisubversion} for CPP friendliness; $Config{sitelib} now defaults
to .../site_perl/$version, just like $Config{privlib}, making sitelib
completely independent across versions and substantially eliminating
chances of breaking older installations by overwriting newly built
extensions; all this means compatibility inclusions for @INC will need
to take into account older sitelib versions (this still TODO)

windows, vms, dos tweaks for the above

p4raw-id: //depot/perl@4773
25 files changed:
Changes
Configure
INSTALL
Porting/config.sh
Porting/config_H
config_h.SH
configure.com
dosish.h
installman
installperl
patchlevel.h
perl.c
perl.h
vms/vmsish.h
win32/Makefile
win32/config.bc
win32/config.gc
win32/config.vc
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_h.PL
win32/config_sh.PL
win32/makefile.mk
win32/win32.c