diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
commit | f69f4f3b692191ce147efb8938365cd41642adcd (patch) | |
tree | 99a796f4b445be7cef884b484328fbf9ba0e1771 /uconfig.h | |
parent | 21d681b3bd67e6ee92be19e85cac9ba9e8c8a979 (diff) | |
download | perl-f69f4f3b692191ce147efb8938365cd41642adcd.tar.gz |
Bump to 5.33.0
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.32/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.32/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.33/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.33/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.32" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.32" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.33" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.33" /**/ /* 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.32/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.32/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.33/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.33/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.32" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.32" /**/ +#define SITELIB "/usr/local/lib/perl5/5.33" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.33" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: @@ -5261,5 +5261,5 @@ /* Generated from: * 14796a77fb4ae3335f5e589a98445bc6e838b688194f6f112537495f0814f5d5 config_h.SH - * 6e8898de349ca5bd5102aa12be91e6884110157cb9267e661f6fc797bbd54649 uconfig.sh + * 36943454dd4cff2f1fd6a87074c461192a18b540d34c4d348707cc8cf7b8fcfc uconfig.sh * ex: set ro: */ |