#!perl

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-05-22'; # DATE
our $DIST = 'App-cpanm-task'; # DIST
our $VERSION = '0.001'; # VERSION

# NO_PERINCI_CMDLINE_SCRIPT
# FRAGMENT id=shcompgen-hint completer=1 for=cpanm-task

use 5.010001;
use strict;
use warnings;
use App::ShellCompleter::cpanm;

App::ShellCompleter::cpanm::run_completer(mod_prefix=>"Task::");

# ABSTRACT: Shell completer for cpanm-task
# PODNAME: _cpanm-task

__END__

=pod

=encoding UTF-8

=head1 NAME

_cpanm-task - Shell completer for cpanm-task

=head1 VERSION

This document describes version 0.001 of _cpanm-task (from Perl distribution App-cpanm-task), released on 2021-05-22.

=head1 HOMEPAGE

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

=head1 SOURCE

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

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://github.com/perlancar/perl-App-cpanm-task/issues>

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 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