NAME
App::INIUtils - INI utilities
VERSION
This document describes version 0.034 of App::INIUtils (from Perl distribution App-INIUtils), released on 2019-12-15.
SYNOPSIS
This distribution provides the following command-line utilities:
The main feature of these utilities is tab completion.
FUNCTIONS
sort_ini_sections
Usage:
sort_ini_sections(%args) -> any
This function is not exported.
Arguments ('*' denotes required arguments):
allow_duplicate_key => bool (default: 1)
default_section => str (default: "GLOBAL")
ini* => str
INI file.
sort_args => hash
Arguments to pass to the Sort::Sub::* routine.
sort_sub => sortsub::spec
Name of a Sort::Sub::* module (without the prefix).
Return value: (any)
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-INIUtils.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-INIUtils.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-INIUtils
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
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019, 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.