File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,25 +29,10 @@ jobs:
2929 perl-version : " 5.40"
3030
3131 - name : Install Perl dependencies for Windows build
32- run : |
33- cpanm --notest PAR::Packer
34- cpanm --notest Compress::Zlib
35- cpanm --notest Encode
36- cpanm --notest File::Basename
37- cpanm --notest File::Copy
38- cpanm --notest Getopt::Std
39- cpanm --notest HTTP::Cookies
40- cpanm --notest URI
41- cpanm --notest URI::Escape
42- cpanm --notest LWP::UserAgent
43- cpanm --notest LWP::ConnCache
44- cpanm --notest POSIX
45- cpanm --notest Time::Local
46- cpanm --notest Time::Piece
47- cpanm --notest JSON
32+ run : cpan -i PAR PAR::Dist PAR::Packer
4833
4934 - name : Build Windows executable
50- run : pp -o zap2xml.exe zap2xml.pl
35+ run : pp -M sub::Util - o zap2xml.exe zap2xml.pl
5136
5237 - name : Cache once for testing
5338 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments