diff options
author | Sawyer X <xsawyerx@cpan.org> | 2021-05-21 00:02:36 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2021-05-21 00:02:36 +0200 |
commit | 56b7904b6a7a2c4c1c5839679c40659ebb302412 (patch) | |
tree | 29a78fff459cba434457f635f99300141e5fe38c /uconfig.h | |
parent | fce6e6db7a69e1142b35f20693b81f655c409e88 (diff) | |
download | perl-56b7904b6a7a2c4c1c5839679c40659ebb302412.tar.gz |
Bump to 5.35.0:
* Apparently, first you bump, then you update perldelta.
* 5.35.0 *might* be released tomorrow (likely) but not certainly.
* I've set it to tomorrow so Module::CoreList won't be upset.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1229,8 +1229,8 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -/*#define ARCHLIB "/usr/local/lib/perl5/5.34/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.34/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.35/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.35/unknown" / **/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1283,8 +1283,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 "/usr/local/lib/perl5/5.34" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.34" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.35" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.35" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1301,8 +1301,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 "/usr/local/lib/perl5/5.34/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.34/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.35/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.35/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1324,8 +1324,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 "/usr/local/lib/perl5/5.34" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.34" /**/ +#define SITELIB "/usr/local/lib/perl5/5.35" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.35" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: @@ -5283,5 +5283,5 @@ /* Generated from: * 6edd641b187b02d0daa8cb53f5d22f2dcca115a0d3e744f51b0292d2db484ca5 config_h.SH - * a9ec40c778a205e0256475b5ef025389f7ea06d75d09ac92414f6b99839577e8 uconfig.sh + * a0fa823df68d3b6a854579e3727e8d354614ad995d17f68b691399261825c2d3 uconfig.sh * ex: set ro: */ |