diff options
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index d17d4c8c25..439944a959 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.1" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.9.1" /**/ /* 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.1/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.9.1/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.9.1/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. @@ -3732,7 +3732,7 @@ /* 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 + * 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. @@ -3751,7 +3751,7 @@ * 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 + * 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 @@ -3761,7 +3761,7 @@ * (presumably) be similar. * See the INSTALL file for how this works. */ -#define PERL_XS_APIVERSION "5.8.0" +#define PERL_XS_APIVERSION "5.9.1" #define PERL_PM_APIVERSION "5.005" /* HAS_CRYPT: |