diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-05-31 03:15:07 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-05-31 03:15:07 +0200 |
commit | 6612e40e10b3b87f34a7dcfa76ec8f231f3266ce (patch) | |
tree | 23169f8fe227d293b005749efcba6f13cb80b793 /uconfig.h | |
parent | c35a148e6f46fa140ca88eebb5aac32b24eebf75 (diff) | |
download | perl-6612e40e10b3b87f34a7dcfa76ec8f231f3266ce.tar.gz |
Bump version: 5.26.0 -> 5.27.0, including fixes
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.27/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.27/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.27" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.27" /**/ /* 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.27/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.27/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.27" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.27" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: |