Skip to content

Add test for fix_namespace #92

Add test for fix_namespace

Add test for fix_namespace #92

Workflow file for this run

name: Perl Matrix Testing
on:
- push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'windows-latest']
perl: [ '5.32', '5.30', '5.28' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
distribution: strawberry
- run: perl -V
- run: cpanm --installdeps .
- run: prove -lv t