diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-03-21 22:04:26 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-04-09 17:28:15 +0300 |
commit | e11072e08116ca37e77aba06b913ef2594dab365 (patch) | |
tree | a1a2dc4de01a7b169a46d5e4537d1cc18c115e68 /uconfig.h | |
parent | ca852dbb2ad4ea6c84d51ea70cc0ccff3794be3c (diff) | |
download | perl-e11072e08116ca37e77aba06b913ef2594dab365.tar.gz |
Bump back to 5.31.11, if we need to release it
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.31/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.31/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.31" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.31" /**/ /* 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.31/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.31/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.31" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.31" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: @@ -5252,5 +5252,5 @@ /* Generated from: * 8762a3dfdfab48d1fe29cf7b27dfa150e1eec38b0d1f0f441d7cd9f5abef7dc8 config_h.SH - * b670e913e6b370b8d4d90fcd8a22d307db351699bb065fffef93b5f8418db06c uconfig.sh + * 31c25f95118efbf99e358f81091058e6723b4cccb8474dfbc6d06c2b7d46ff17 uconfig.sh * ex: set ro: */ |