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

NAME

Dist::Zilla::Plugin::Bencher::Scenario - Plugin to use when building Bencher::Scenario::* distribution

VERSION

This document describes version 0.171 of Dist::Zilla::Plugin::Bencher::Scenario (from Perl distribution Dist-Zilla-Plugin-Bencher-Scenario), released on 2019-09-02.

SYNOPSIS

In dist.ini:

 [Bencher::Scenario]

DESCRIPTION

This plugin is to be used when building Bencher::Scenario::* distribution. It can also be used for Acme::CPANModules::* distribution that contains benchmarking information. It currently dos the following:

  • Add the benchmarked + helper modules as phase=x_benchmarks rel=requires prereqs (as well as phase=runtime rel=requires for installation convenience)

  • Add the benchmarked modules as phase=x_benchmarks rel=x_benchmarks prereqs

  • Add Bencher::Backend (the currently installed version during building) to TestRequires prereq and add test files t/bench.t-*

  • Fill-in ABSTRACT from scenario's summary

  • Add chart images generated by Pod::Weaver::Plugin::Bencher::Scenario into the build

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-Bencher-Scenario.

SOURCE

Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-Bencher-Scenario.

BUGS

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

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

Bencher

Pod::Weaver::Plugin::Bencher::Scenario

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019, 2017, 2016, 2015 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.