diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-17 20:06:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-17 20:06:04 +0000 |
commit | 60a7d337106d6b8eb6218c9b48ce994cf4a53683 (patch) | |
tree | f1cc8961580c883674cb96b597f07a124ea75886 /plan9 | |
parent | f39684dfccffa379f779d9b47d9ac013430ef359 (diff) | |
download | perl-60a7d337106d6b8eb6218c9b48ce994cf4a53683.tar.gz |
Bump up perl's version number to 5.9.1.
Add perl591delta in perl.pod.
Update the sample config files in Porting/.
p4raw-id: //depot/perl@22318
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: |