The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Author::CSSON::GithubActions::Workflow::TestWithMakefile - Workflow for testing with Makefile.PL

VERSION

Version 0.0107, released 2020-12-30.

SYNOPSIS

In dist.ini:

    [Author::CSSON::GithubActions::Workflow::TestWithMakefile]
    run_before = apt-get install nano

DESCRIPTION

This is an example workflow for Dist::Zilla::Plugin::Author::CSSON::GithubActions. It is based on https://perlmaven.com/setup-github-actions.

The actual workflow is defined in share/workflow-test-with-makefile.yml.

In addition to the parameters defined in Dist::Zilla::Role::Author::CSSON::GithubActions, this workflow class adds one additional parameter: run_before. This parameter allows for the insertion of one or more steps before any Perl testing is being done.

SOURCE

https://github.com/Csson/p5-Dist-Zilla-Plugin-Author-CSSON-GithubActions

HOMEPAGE

https://metacpan.org/release/Dist-Zilla-Plugin-Author-CSSON-GithubActions

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.