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

release-test - test your dist against all available perl versions

SYNOPSIS

  release-test

DESCRIPTION

This is a stripped-down version of Module::Release's release tool with default options aimed at testing the current distribution against all perl versions as givern in .releaserc. It should be somewhat equivalent to:

 $ release -t -a -k -D -m -p -C

or with these options in .releaserc:

 automated_testing 1
 skip_kwalitee 1
 skip_manifest 1
 skip_prereqs 1
 skip_changes 1
 skip_dist 1
 ignore_untracked 1
 allow_glob_in_perls 1

All other options in .releaserc are allowed too.

REFERENCE

Read the documentation for release

SOURCE AVAILABILITY

This source is in GitHub as part of the Module::Release project:

        https://github.com/briandfoy/module-release

SEE ALSO

Module::Release

AUTHOR

H.Merijn Brand <hmbrand@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2023-2024, H.Merijn Brand & brian d foy. All rights reserved.

You may use this software under the same terms as Perl itself.