diff options
author | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:27:28 -0700 |
---|---|---|
committer | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:46:13 -0700 |
commit | 1967e4078fc58b815297507a9bd9fc1f9bb34f9e (patch) | |
tree | 07ceb9f49a8197e9b39d507e8c21a7de9d4fb5fa /NetWare/Makefile | |
parent | a8ba758dd5059433a645c02519c488320cd39cff (diff) | |
download | perl-1967e4078fc58b815297507a9bd9fc1f9bb34f9e.tar.gz |
Bump perl version to 5.27.5, including Module::CoreList bits
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 75331c51db..29e6f0a9ec 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -86,7 +86,7 @@ NLM_VERSION = 3,20,0 # Here comes the CW tools - TO BE FILLED TO BUILD WITH CW - -MODULE_DESC = "Perl 5.27.4 for NetWare" +MODULE_DESC = "Perl 5.27.5 for NetWare" CCTYPE = CodeWarrior C_COMPILER = mwccnlm -c CPP_COMPILER = mwccnlm @@ -462,7 +462,7 @@ INST_NW_TOP2 = $(INST_NW_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER = \5.27.4 +INST_VER = \5.27.5 # # Comment this out if you DON'T want your perl installation to have |