diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-04-19 16:22:20 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-04-19 16:22:30 +0200 |
commit | 770893ce2d9d8fa92cbb07647d1aa0e8fbb27735 (patch) | |
tree | 85e3d493198c0dec5cf183088dbb5eee06850f8f /uconfig.h | |
parent | 3b48fd33c8ddc8d8c029a8b2c62f9940fd891f4b (diff) | |
download | perl-770893ce2d9d8fa92cbb07647d1aa0e8fbb27735.tar.gz |
Version debump: 5.26.0 -> 5.25.12
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1398,8 +1398,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.26/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.26/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.25/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.25/unknown" / **/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1452,8 +1452,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.26" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.26" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.25" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.25" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1470,8 +1470,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.26/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.26/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.25/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.25/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1493,8 +1493,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.26" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.26" /**/ +#define SITELIB "/usr/local/lib/perl5/5.25" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.25" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: |