summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-04-20 22:57:08 +0200
committerSawyer X <xsawyerx@cpan.org>2018-04-20 23:09:53 +0200
commit999f678663d12737388c2458d58b37af627911d0 (patch)
tree4c1112b1cc8610be3fb4f1d93696314b6becb0f7 /uconfig.h
parente4c43fa15fb1181519a806b3a9d3ed29026712d2 (diff)
downloadperl-999f678663d12737388c2458d58b37af627911d0.tar.gz
Fix Module::CoreList versions
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 1f93917a78..f5d669d5ae 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1235,8 +1235,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.27/unknown" / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.27/unknown" / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.28/unknown" / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.28/unknown" / **/
/* BIN:
* This symbol holds the path of the bin directory where the package will
@@ -1289,8 +1289,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.27" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.27" /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.28" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.28" /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.
@@ -1307,8 +1307,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.27/unknown" / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.27/unknown" / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.28/unknown" / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.28/unknown" / **/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -1330,8 +1330,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.27" /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.27" /**/
+#define SITELIB "/usr/local/lib/perl5/5.28" /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.28" /**/
#define SITELIB_STEM "/usr/local/lib/perl5" /**/
/* PERL_VENDORARCH: