diff options
author | Eric Herman <eric@freesa.org> | 2017-06-22 17:20:08 +0200 |
---|---|---|
committer | Eric Herman <eric@freesa.org> | 2017-06-22 20:22:18 +0200 |
commit | c747eed8abba82101ca3cdd73f19f1d94aa5817e (patch) | |
tree | 3bcf3b5409528defd250f7eeebe4235336f438b0 /NetWare/config_H.wc | |
parent | 04849b3873006f61d694fc6a67052904d3e48eee (diff) | |
download | perl-c747eed8abba82101ca3cdd73f19f1d94aa5817e.tar.gz |
Bump the perl version 5.27.1 -> 5.27.2
Note that at this stage, porting tests fail:
Failed 3 tests out of 2390, 99.87% okay.
../dist/Module-CoreList/t/is_core.t
../dist/Module-CoreList/t/maintainer.t
porting/corelist.t
Diffstat (limited to 'NetWare/config_H.wc')
-rw-r--r-- | NetWare/config_H.wc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 263c1cd04e..8b95b2c6ba 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -1042,7 +1042,7 @@ * 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 "c:\\perl\\5.27.1\\lib\\NetWare-x86-multi-thread" /**/ +#define ARCHLIB "c:\\perl\\5.27.2\\lib\\NetWare-x86-multi-thread" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -1073,8 +1073,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.27.1\\bin\\NetWare-x86-multi-thread" /**/ -#define BIN_EXP "c:\\perl\\5.27.1\\bin\\NetWare-x86-multi-thread" /**/ +#define BIN "c:\\perl\\5.27.2\\bin\\NetWare-x86-multi-thread" /**/ +#define BIN_EXP "c:\\perl\\5.27.2\\bin\\NetWare-x86-multi-thread" /**/ /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, @@ -3088,7 +3088,7 @@ * 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 "c:\\perl\\site\\5.27.1\\lib\\NetWare-x86-multi-thread" /**/ +#define SITEARCH "c:\\perl\\site\\5.27.2\\lib\\NetWare-x86-multi-thread" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -3111,7 +3111,7 @@ * 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 "c:\\perl\\site\\5.27.1\\lib" /**/ +#define SITELIB "c:\\perl\\site\\5.27.2\\lib" /**/ /*#define SITELIB_EXP "" /**/ #define SITELIB_STEM "" /**/ |