We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aa312 commit f736ad7Copy full SHA for f736ad7
.appveyor.yml
@@ -6,6 +6,7 @@ matrix:
6
7
environment:
8
matrix:
9
+ - perl_type: cygwin
10
- perl_type: strawberry
11
perl_version: 5.28.0.1
12
.gitignore
@@ -13,16 +13,16 @@ _build/
13
cover_db/
14
/_eumm/
15
/UV*
16
-Win32-Daemon-*/
17
-Win32-Daemon-*.tar.gz
+Win32-*/
+Win32-*.tar.gz
18
.perl-version
19
pm_to_blib
20
*.sw*
21
*.tar.gz
22
xx*
23
*.bs
24
*.o
25
-Daemon.cpp
26
-Daemon.o
27
-Daemon.def
+Win32.c
+Win32.o
+Win32.def
28
.vscode/
0 commit comments