summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2019-05-10 22:44:00 +0300
committerSawyer X <xsawyerx@cpan.org>2019-05-10 22:44:00 +0300
commitc9ea04646e91d0599f09fd69d0fca9598611739c (patch)
tree7accd62d455c5a6eea5dfda8f31f5c01ac5ef0e8 /uconfig.h
parent3ba8f9bb87ede0c8bf4354d0d001bd8a64413971 (diff)
downloadperl-c9ea04646e91d0599f09fd69d0fca9598611739c.tar.gz
Bump the perl version in various places for 5.30.0
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/uconfig.h b/uconfig.h
index b33042b25f..9341deef18 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -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.29/unknown" / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.29/unknown" / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.30/unknown" / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.30/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.29" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.29" /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.30" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.30" /**/
/* 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.29/unknown" / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.29/unknown" / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.30/unknown" / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.30/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.29" /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.29" /**/
+#define SITELIB "/usr/local/lib/perl5/5.30" /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.30" /**/
#define SITELIB_STEM "/usr/local/lib/perl5" /**/
/* PERL_VENDORARCH:
@@ -5245,5 +5245,5 @@
/* Generated from:
* 6608de918c3c876975f74b684da2536ab1ee23459783d691ae02ce2526a497a7 config_h.SH
- * d6d2fc8bf209b3d6db681ac0994a29a281afe35c3a96bb62079cb15b0605d035 uconfig.sh
+ * 2aaf18b9277e180fc5e5d60290ecb0c91fcac3531bd8825e5687a212daa586e9 uconfig.sh
* ex: set ro: */