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

prove-with-prereqs-rs-only - prove + lib::prereqs::only (requires + recommends + suggests)

VERSION

This document describes version 0.002 of prove-with-prereqs-rs-only (from Perl distribution App-ProveWithPrereqsOnly), released on 2019-06-03.

SYNOPSIS

Use like you would use prove:

 % prove-with-prereqs-rs-only ...

DESCRIPTION

This is a shortcut for:

 % PERL5OPT=-Mlib::prereqs::only=RuntimeRecommends,1,TestRecommends,1,RuntimeSuggests,1,TestSuggests,1 prove ...

It runs your test suite but will only allow loading of core modules, modules under lib/, and modules specified as prereqs (runtime & test requires + recommends + suggests) in dist.ini. This is a cheap way to simulate a "vanilla" perl installation without having to prepare e.g. a new perlbrew instance.

ENVIRONMENT

DEBUG => bool

Will be passed as debug option to lib::prereqs::only.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-ProveWithPrereqsOnly.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-ProveWithPrereqsOnly.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-ProveWithPrereqsOnly

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

prove

lib::prereqs::only

Dist::Zilla

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019, 2016 by perlancar@cpan.org.

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