Skip to content

Add `no_defaults_for' attribute to fix subcache get/set infinite recursion #8

Add `no_defaults_for' attribute to fix subcache get/set infinite recursion

Add `no_defaults_for' attribute to fix subcache get/set infinite recursion #8

Workflow file for this run

name: windows
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Perl
run: |
choco install strawberryperl
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
- name: perl -V
run: perl -V
- name: Install Dependencies
run: |
cpanm --notest --skip-satisfied Dist::Zilla Moose::Autobox
dzil authordeps --missing | cpanm --notest --skip-satisfied
dzil listdeps --missing | cpanm --notest --skip-satisfied
- name: Run Tests
run: dzil smoke --release