diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2017-08-21 17:10:10 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2017-08-21 17:20:11 -0400 |
commit | 9f9332db9d7efbba5be5556810f700da32ad6dee (patch) | |
tree | f6ca1ad3dc2dde87309716a6bb15195f82fb2e28 /win32/GNUmakefile | |
parent | c83a3d01fce273f514a32a1962452dc783eacbec (diff) | |
download | perl-9f9332db9d7efbba5be5556810f700da32ad6dee.tar.gz |
Bump perl version to 5.27.4, including Module::CoreList bits
Diffstat (limited to 'win32/GNUmakefile')
-rw-r--r-- | win32/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 2dedbd8069..16961e73d1 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -63,7 +63,7 @@ INST_TOP := $(INST_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.3 +#INST_VER := \5.27.4 # # Comment this out if you DON'T want your perl installation to have |