diff options
Diffstat (limited to 'gnu/usr.bin/perl/vos/config.ga.h')
-rw-r--r-- | gnu/usr.bin/perl/vos/config.ga.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/usr.bin/perl/vos/config.ga.h b/gnu/usr.bin/perl/vos/config.ga.h index aeea13051c2..7cf908e9972 100644 --- a/gnu/usr.bin/perl/vos/config.ga.h +++ b/gnu/usr.bin/perl/vos/config.ga.h @@ -7,7 +7,7 @@ * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit config.sh and rerun config_h.SH. * - * \$Id: config.ga.h,v 1.6 2004/08/09 18:10:36 millert Exp $ + * \$Id: config.ga.h,v 1.7 2005/01/15 21:30:42 millert Exp $ */ /* @@ -1387,8 +1387,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 "/system/ported/lib/perl5/5.8.5" /**/ -#define PRIVLIB_EXP "/system/ported/lib/perl5/5.8.5" /**/ +#define PRIVLIB "/system/ported/lib/perl5/5.8.6" /**/ +#define PRIVLIB_EXP "/system/ported/lib/perl5/5.8.6" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1405,8 +1405,8 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -/*#define SITEARCH "/system/ported/lib/perl5/site_perl/5.8.5/hppa1.1" /**/ -/*#define SITEARCH_EXP "/system/ported/lib/perl5/site_perl/5.8.5/hppa1.1" /**/ +/*#define SITEARCH "/system/ported/lib/perl5/site_perl/5.8.6/hppa1.1" /**/ +/*#define SITEARCH_EXP "/system/ported/lib/perl5/site_perl/5.8.6/hppa1.1" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1428,8 +1428,8 @@ * 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 "/system/ported/lib/perl5/site_perl/5.8.5" /**/ -#define SITELIB_EXP "/system/ported/lib/perl5/site_perl/5.8.5" /**/ +#define SITELIB "/system/ported/lib/perl5/site_perl/5.8.6" /**/ +#define SITELIB_EXP "/system/ported/lib/perl5/site_perl/5.8.6" /**/ #define SITELIB_STEM "/system/ported/lib/perl5/site_perl" /**/ /* PERL_VENDORARCH: @@ -3360,7 +3360,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 /system/ported/lib/perl5/site_perl/5.8.5/hppa1.1 for older + * lib/lib.pm will automatically search in /system/ported/lib/perl5/site_perl/5.8.6/hppa1.1 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. @@ -3379,7 +3379,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 /system/ported/lib/perl5/site_perl/5.8.5 for older directories across major versions + * search in /system/ported/lib/perl5/site_perl/5.8.6 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 |