diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-06-24 01:52:23 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-24 01:52:23 +0200 |
commit | d361a1e6288b3e67fba6cb9f5cdac3737a1e3795 (patch) | |
tree | 3553b9593789f48b1af0e1aae0d5d9cded13d841 /Porting/config_H | |
parent | b0394755dddec83db9b7e4083851a5b334b447fc (diff) | |
download | perl-d361a1e6288b3e67fba6cb9f5cdac3737a1e3795.tar.gz |
Bump version to 5.29.0 and regenerate everything
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 89c975e281..6b000b982a 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.28.0/x86_64-linux" /**/ -#define ARCHLIB_EXP "/opt/perl/lib/5.28.0/x86_64-linux" /**/ +#define ARCHLIB "/opt/perl/lib/5.29.0/x86_64-linux" /**/ +#define ARCHLIB_EXP "/opt/perl/lib/5.29.0/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.28.0" /**/ -#define PRIVLIB_EXP "/opt/perl/lib/5.28.0" /**/ +#define PRIVLIB "/opt/perl/lib/5.29.0" /**/ +#define PRIVLIB_EXP "/opt/perl/lib/5.29.0" /**/ /* 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.28.0/x86_64-linux" /**/ -#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.28.0/x86_64-linux" /**/ +#define SITEARCH "/opt/perl/lib/site_perl/5.29.0/x86_64-linux" /**/ +#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.29.0/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.28.0" /**/ -#define SITELIB_EXP "/opt/perl/lib/site_perl/5.28.0" /**/ +#define SITELIB "/opt/perl/lib/site_perl/5.29.0" /**/ +#define SITELIB_EXP "/opt/perl/lib/site_perl/5.29.0" /**/ #define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ /* PERL_VENDORARCH: @@ -4120,7 +4120,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/opt/perl/bin/perl5.28.0" /**/ +#define STARTPERL "#!/opt/perl/bin/perl5.29.0" /**/ /* HAS_STDIO_STREAM_ARRAY: * This symbol, if defined, tells that there is an array |