#!perl

# Note: This script is a CLI for Riap function /App/ModuleVersionDiffUtils/diff_two_module_version_hash
# and generated automatically using Perinci::CmdLine::Gen version 0.498

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-05-25'; # DATE
our $DIST = 'App-ModuleVersionDiffUtils'; # DIST
our $VERSION = '0.002'; # VERSION

use 5.010001;
use strict;
use warnings;
use Log::ger;

use Perinci::CmdLine::Any;

my $cmdline = Perinci::CmdLine::Any->new(
    url => "/App/ModuleVersionDiffUtils/diff_two_module_version_hash",
    program_name => "diff-two-module-version-hash",
    log => 1,
    read_config => 0,
    read_env => 0,
);

$cmdline->run;

# ABSTRACT: diff-two-module-version-hash
# PODNAME: diff-two-module-version-hash

__END__

=pod

=encoding UTF-8

=head1 NAME

diff-two-module-version-hash - diff-two-module-version-hash

=head1 VERSION

This document describes version 0.002 of diff-two-module-version-hash (from Perl distribution App-ModuleVersionDiffUtils), released on 2021-05-25.

=head1 SYNOPSIS

Usage:

 % diff-two-module-version-hash [-I=s+] [--debug] [--include-dir-json=s]
     [--include-dir=s+] [--log-level=level] [--page-result[=program]]
     [--quiet] [--trace] [--verbose] [--view-result[=program]] <module>
     <hash_name>

Examples:

Diff %hash between two versions of Foo::Bar:

 % diff-two-module-version-hash Foo::Bar %hash

Diff $hashref between two versions of Foo::Bar:

 % diff-two-module-version-hash Foo::Bar '$hashref'

=head1 OPTIONS

C<*> marks required options.

=head2 Main options

=over

=item B<--hash-name>=I<s>*

Hash name to be found in module namespace, with sigil.

Can also be specified as the 2nd command-line argument.

=item B<--include-dir-json>=I<s>, B<-I>

See C<--include-dir>.

=item B<--include-dir>=I<s@>

Can be specified multiple times.

=item B<--module>=I<s>*

Module will be searched in the `@INC` (you can specify `-I` to add more
directories to search). There needs to be at least two locations of the module.
Otherwise, the application will croak.


Can also be specified as the 1st command-line argument.

=back

=head2 Logging options

=over

=item B<--debug>

Shortcut for --log-level=debug.

=item B<--log-level>=I<s>

Set log level.

=item B<--quiet>

Shortcut for --log-level=error.

=item B<--trace>

Shortcut for --log-level=trace.

=item B<--verbose>

Shortcut for --log-level=info.

=back

=head2 Output options

=over

=item B<--page-result>

Filter output through a pager.

=item B<--view-result>

View output using a viewer.

=back

=head2 Other options

=over

=item B<--help>, B<-h>, B<-?>

Display help message and exit.

=item B<--version>, B<-v>

Display program's version and exit.

=back

=head1 COMPLETION

This script has shell tab completion capability with support for several
shells.

=head2 bash

To activate bash completion for this script, put:

 complete -C diff-two-module-version-hash diff-two-module-version-hash

in your bash startup (e.g. F<~/.bashrc>). Your next shell session will then
recognize tab completion for the command. Or, you can also directly execute the
line above in your shell to activate immediately.

It is recommended, however, that you install modules using L<cpanm-shcompgen>
which can activate shell completion for scripts immediately.

=head2 tcsh

To activate tcsh completion for this script, put:

 complete diff-two-module-version-hash 'p/*/`diff-two-module-version-hash`/'

in your tcsh startup (e.g. F<~/.tcshrc>). Your next shell session will then
recognize tab completion for the command. Or, you can also directly execute the
line above in your shell to activate immediately.

It is also recommended to install L<shcompgen> (see above).

=head2 other shells

For fish and zsh, install L<shcompgen> as described above.

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/App-ModuleVersionDiffUtils>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-App-ModuleVersionDiffUtils>.

=head1 BUGS

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

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.

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

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

=cut
