diff options
author | Max Maischein <corion@corion.net> | 2021-05-22 23:32:36 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2021-05-23 01:00:19 +0200 |
commit | c0a42e20387e41e3cf254c50d27e21f1291ef970 (patch) | |
tree | fce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /Porting/config_H | |
parent | 47ee1e48dc130466ab32a88f492de8316d8368b3 (diff) | |
download | perl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz |
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of
developing 5.35, but here we are
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Porting/config_H b/Porting/config_H index d3fffae5cd..960faf5707 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -1239,8 +1239,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 "/opt/perl/lib/5.35.0/x86_64-linux" /**/ -#define ARCHLIB_EXP "/opt/perl/lib/5.35.0/x86_64-linux" /**/ +#define ARCHLIB "/opt/perl/lib/5.35.1/x86_64-linux" /**/ +#define ARCHLIB_EXP "/opt/perl/lib/5.35.1/x86_64-linux" /**/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1293,8 +1293,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 "/opt/perl/lib/5.35.0" /**/ -#define PRIVLIB_EXP "/opt/perl/lib/5.35.0" /**/ +#define PRIVLIB "/opt/perl/lib/5.35.1" /**/ +#define PRIVLIB_EXP "/opt/perl/lib/5.35.1" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1311,8 +1311,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 "/opt/perl/lib/site_perl/5.35.0/x86_64-linux" /**/ -#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.35.0/x86_64-linux" /**/ +#define SITEARCH "/opt/perl/lib/site_perl/5.35.1/x86_64-linux" /**/ +#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.35.1/x86_64-linux" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1334,8 +1334,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 "/opt/perl/lib/site_perl/5.35.0" /**/ -#define SITELIB_EXP "/opt/perl/lib/site_perl/5.35.0" /**/ +#define SITELIB "/opt/perl/lib/site_perl/5.35.1" /**/ +#define SITELIB_EXP "/opt/perl/lib/site_perl/5.35.1" /**/ #define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ /* PERL_VENDORARCH: @@ -4109,7 +4109,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/opt/perl/bin/perl5.35.0" /**/ +#define STARTPERL "#!/opt/perl/bin/perl5.35.1" /**/ /* HAS_STDIO_STREAM_ARRAY: * This symbol, if defined, tells that there is an array |