package App::cpm v1.1.1;
use v5.24;
use warnings;
use experimental qw(lexical_subs signatures);
our $TRIAL = 0;
our ($GIT_DESCRIBE, $GIT_URL);
1;
__END__
=encoding utf-8
=head1 NAME
App::cpm - a fast CPAN module installer
=head1 SYNOPSIS
> cpm install Module
=head1 DESCRIPTION
=for html
cpm is a fast CPAN module installer.
cpm prepares dependencies first and performs final installation
separately. By default, it installs the requested distributions and
their runtime dependency closure.
This makes installs more stable and more predictable, especially for
larger dependency graphs and parallel work.
For tutorial, check out L.
=head1 ARTIFACT ATTESTATIONS
GitHub Artifact Attestations are generated for release tarballs uploaded to
CPAN. If you care about provenance for the uploaded tarballs, see:
L
=head1 COPYRIGHT AND LICENSE
Copyright 2015 Shoichi Kaji Eskaji@cpan.orgE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 SEE ALSO
L
L
L
L
L
=cut