Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 16b7bbd

Browse files
committed
perlcdelta: release preps for 5.27.0c
and trigger github windows nightlies again.
1 parent c3a343b commit 16b7bbd

File tree

9 files changed

+3071
-514
lines changed

9 files changed

+3071
-514
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ platform:
1010
- x86
1111
environment:
1212
matrix:
13-
#- MSVC_VERSION: 12
13+
- MSVC_VERSION: 12
1414
#- MSVC_VERSION: 10
15-
- MSVC_VERSION: 14
15+
#- MSVC_VERSION: 14
1616
clone_depth: 1
1717
branches:
1818
only:

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use vars qw[$VERSION %utilities];
66
use Module::CoreList;
77

8-
$VERSION = '5.20170428c';
8+
$VERSION = '5.20170514c';
99
$VERSION =~ s/c$//;
1010

1111
sub utilities {

0 commit comments

Comments
 (0)