The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::App::Command::workflower - install rjbs's usual GitHub Actions workflow

VERSION

version 5.025

SYNOPSIS

  dzil workflower

DESCRIPTION

This command will make sure that .github/workflows exists and contains multiperl-test.yml, and that that contains the latest version of RJBS's usual workflow for testing Dist::Zilla-built dists.

The only customization, for now, is that the list of Perl versions tested will not include anything before the minimum perl required for the dist being built.

PERL VERSION

This module is shipped with no promise about what version of perl it will require in the future. In practice, this tends to mean "you need a perl from the last three years," but you can't rely on that. If a new version of perl ship, this software may begin to require it for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.

AUTHOR

Ricardo Signes <cpan@semiotic.systems>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Ricardo Signes.

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