diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-18 12:18:52 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-18 12:18:52 +0000 |
commit | e67cea9b6f4e5e16535851ce33a456c282242f0d (patch) | |
tree | 52b4792abde6abf48dda03061c981d2e640d2f77 /plan9 | |
parent | edd7382e985077dac6582d6406b3a16fa5fff0e9 (diff) | |
download | perl-e67cea9b6f4e5e16535851ce33a456c282242f0d.tar.gz |
Removed pm_apiversion and xs_apiversion as requested by
the pumpkin. Chainsaw was still in perfect working order.
p4raw-id: //depot/perl@22334
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 35 | ||||
-rw-r--r-- | plan9/config_h.sample | 35 | ||||
-rw-r--r-- | plan9/config_sh.sample | 2 |
3 files changed, 0 insertions, 72 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 439944a959..c0afafd38c 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3729,41 +3729,6 @@ #define M_VOID /* Xenix strikes again */ #endif -/* PERL_XS_APIVERSION: - * This variable contains the version of the oldest perl binary - * compatible with the present perl. perl.c:incpush() and - * lib/lib.pm will automatically search in /sys/lib/perl/5.9.1/site_perl/386 for older - * directories across major versions back to xs_apiversion. - * This is only useful if you have a perl library directory tree - * structured like the default one. - * See INSTALL for how this works. - * The versioned site_perl directory was introduced in 5.005, - * so that is the lowest possible value. - * Since this can depend on compile time options - * it is set by Configure. Other non-default sources - * of potential incompatibility, such as multiplicity, threads, - * debugging, 64bits, sfio, etc., are not checked for currently, - * though in principle we could go snooping around in old - * Config.pm files. - */ -/* PERL_PM_APIVERSION: - * This variable contains the version of the oldest perl - * compatible with the present perl. (That is, pure perl modules - * written for pm_apiversion will still work for the current - * version). perl.c:incpush() and lib/lib.pm will automatically - * search in /sys/lib/perl/5.9.1/site_perl for older directories across major versions - * back to pm_apiversion. This is only useful if you have a perl - * library directory tree structured like the default one. The - * versioned site_perl library was introduced in 5.005, so that's - * the default setting for this variable. It's hard to imagine - * it changing before Perl6. It is included here for symmetry - * with xs_apiveprsion -- the searching algorithms will - * (presumably) be similar. - * See the INSTALL file for how this works. - */ -#define PERL_XS_APIVERSION "5.9.1" -#define PERL_PM_APIVERSION "5.005" - /* HAS_CRYPT: * This symbol, if defined, indicates that the crypt routine is available * to encrypt passwords and the like. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 0c5d7b87c7..754be61e1d 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -3674,41 +3674,6 @@ #define M_VOID /* Xenix strikes again */ #endif -/* PERL_XS_APIVERSION: - * This variable contains the version of the oldest perl binary - * compatible with the present perl. perl.c:incpush() and - * lib/lib.pm will automatically search in /sys/lib/perl/5.8.0/site_perl/386 for older - * directories across major versions back to xs_apiversion. - * This is only useful if you have a perl library directory tree - * structured like the default one. - * See INSTALL for how this works. - * The versioned site_perl directory was introduced in 5.005, - * so that is the lowest possible value. - * Since this can depend on compile time options - * it is set by Configure. Other non-default sources - * of potential incompatibility, such as multiplicity, threads, - * debugging, 64bits, sfio, etc., are not checked for currently, - * though in principle we could go snooping around in old - * Config.pm files. - */ -/* PERL_PM_APIVERSION: - * This variable contains the version of the oldest perl - * compatible with the present perl. (That is, pure perl modules - * written for pm_apiversion will still work for the current - * version). perl.c:incpush() and lib/lib.pm will automatically - * search in /sys/lib/perl/5.8.0/site_perl for older directories across major versions - * back to pm_apiversion. This is only useful if you have a perl - * library directory tree structured like the default one. The - * versioned site_perl library was introduced in 5.005, so that's - * the default setting for this variable. It's hard to imagine - * it changing before Perl6. It is included here for symmetry - * with xs_apiveprsion -- the searching algorithms will - * (presumably) be similar. - * See the INSTALL file for how this works. - */ -#define PERL_XS_APIVERSION "5.8.0" -#define PERL_PM_APIVERSION "5.005" - /* HAS_CRYPT: * This symbol, if defined, indicates that the crypt routine is available * to encrypt passwords and the like. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index f0bc351bf8..bf78b38bf3 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -784,7 +784,6 @@ pg='pg' phostname='uname -n' pidtype='pid_t' plibpth='' -pm_apiversion='5.005' pmake='' pr='' prefix='/usr' @@ -966,7 +965,6 @@ versiononly='undef' vi='' voidflags='15' xlibpth='' -xs_apiversion='5.8.0' yacc='yacc' yaccflags='' zcat='' |