NAME
App::PDRUtils::DistIniCmd - Common stuffs for App::PDRUtils::DistIniCmd::*
VERSION
This document describes version 0.122 of App::PDRUtils::DistIniCmd (from Perl distribution App-PDRUtils), released on 2021-05-25.
DESCRIPTION
A module under the App::PDRUtils::DistIniCmd namespace represents a command that modifies dist.ini. It is passed a parsed dist.ini in the form of Config::IOD::Document object and is expected to modify the object and return status 200 (along with the object), or return 304 if nothing is modified. Result (if there is an output) can be returned in the result metadata in func.result
key).
A DistIniCmd can easily be turned into a SingleCmd or MultiCmd.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-PDRUtils.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-PDRUtils.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-PDRUtils
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) 2021, 2019, 2018, 2017, 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.