X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=plan9%2Fconfig.plan9;h=ff3641bc0325ce910f59f5f50b805fbc445cc610;hb=8861ecc69a87dc6907b3e9c79689edb5df16413e;hp=d17d4c8c25f757865e1a3d8b2d1830363afebf6e;hpb=d1e22115d646ecce137e54c6ce8191dc91d252c4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/plan9/config.plan9 b/plan9/config.plan9 index d17d4c8..ff3641b 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3357,8 +3357,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "/sys/lib/perl/5.8.0" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.8.0" /**/ +#define PRIVLIB "/sys/lib/perl/5.9.3" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.9.3" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3485,9 +3485,9 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "/sys/lib/perl/5.8.0/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.8.0/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.8.0/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.9.3/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.9.3/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.9.3/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. @@ -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.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.