diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-05-29 14:52:52 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-05-29 14:52:52 +0300 |
commit | 17ebac509bebae13c439eee099b1c2f6dd21d705 (patch) | |
tree | 64e96541eb9442a6d75304fa1f0d2b54d9a8e2e2 /uconfig.h | |
parent | 975363793fa0bd4d9ce6722102e009c479ecf506 (diff) | |
download | perl-17ebac509bebae13c439eee099b1c2f6dd21d705.tar.gz |
Bump perl version in various places for 5.32.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.31/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.31/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.32/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.32/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.31" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.31" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.32" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.32" /**/ /* 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.31/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.31/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.32/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.32/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.31" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.31" /**/ +#define SITELIB "/usr/local/lib/perl5/5.32" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.32" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: @@ -5261,5 +5261,5 @@ /* Generated from: * 14796a77fb4ae3335f5e589a98445bc6e838b688194f6f112537495f0814f5d5 config_h.SH - * e598046e9da73796e21226371ce26e8f2144852e0f5da7f00e52e1dbe1eaeaa6 uconfig.sh + * 6e8898de349ca5bd5102aa12be91e6884110157cb9267e661f6fc797bbd54649 uconfig.sh * ex: set ro: */ |