summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-03-20 22:51:40 +0100
committerSawyer X <xsawyerx@cpan.org>2017-03-20 22:51:40 +0100
commit54a814f4855172034d2894fae446af0ba1a25082 (patch)
tree8ca8fce03b228af083bb8f8ab24b0d6b8a794dc7 /uconfig.h
parentd5c7a4fc18f36e8d932049702ef25626b2533916 (diff)
downloadperl-54a814f4855172034d2894fae446af0ba1a25082.tar.gz
Version bump: 5.25.11 -> 5.26.0
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/uconfig.h b/uconfig.h
index 562c6366fd..bcc071ec36 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -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.25/unknown" / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.25/unknown" / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.26/unknown" / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.26/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.25" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.25" /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.26" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.26" /**/
/* 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.25/unknown" / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.25/unknown" / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.26/unknown" / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.26/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.25" /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.25" /**/
+#define SITELIB "/usr/local/lib/perl5/5.26" /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.26" /**/
#define SITELIB_STEM "/usr/local/lib/perl5" /**/
/* PERL_VENDORARCH: