Archive-Ar-Libarchive
view release on metacpan or search on metacpan
t/extract_file.t
t/foo.ar
t/write.t
typemap
windows.yml
xs/perl_math_int64.c
xs/perl_math_int64.h
xs/perl_math_int64_types.h
xs/ppport.h
xt/author/critic.t
xt/author/eol.t
xt/author/no_tabs.t
xt/author/pod.t
xt/author/pod_coverage.t
xt/author/pod_spelling_common.t
xt/author/pod_spelling_system.t
xt/author/strict.t
xt/author/version.t
xt/release/changes.t
xt/release/fixme.t
windows.yml view on Meta::CPAN
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: Set up Perl
run: |
choco install strawberryperl
echo "C:\cx\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\strawberry\c\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\strawberry\perl\site\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\strawberry\perl\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
( run in 1.104 second using v1.01-cache-2.11-cpan-98e64b0badf )