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

NAME

Dist::Zilla::Util::MergePrereqsFromDistInis - Merge prereqs from several dzil dist.ini's

VERSION

This document describes version 0.01 of Dist::Zilla::Util::MergePrereqsFromDistInis (from Perl distribution Dist-Zilla-Util-MergePrereqsFromDistInis), released on 2015-05-15.

SYNOPSIS

 use Dist::Zilla::Util::MergePrereqsFromDistInis qw(merge_prereqs_from_dist_inis);

 my $merged_prereqs = merge_prereqs_from_dist_inis(paths => ["../Dist1/dist.ini", "../Dist2/dist.ini"]);

DESCRIPTION

This module provides merge_prereqs_from_dist_inis().

FUNCTIONS

merge_prereqs_from_dist_inis(%args) -> any

Merge prereqs from several dzil dist.ini's.

This routine tries to merge prereqs from several Dist::Zilla's dist.ini files.

An application of this routine is for Dist::Zilla::Plugin::MergeDists.

Arguments ('*' denotes required arguments):

  • paths => array[str]

    Paths to dist.ini's.

  • srcs => array[str]

    Content of dist.ini's.

Return value: (any)

SEE ALSO

Dist::Zilla

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Util-MergePrereqsFromDistInis.

SOURCE

Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Util-MergePrereqsFromDistInis.

BUGS

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

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.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 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.