Acme-CPANModules-CLIWithUndo

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/CLIWithUndo.pm  view on Meta::CPAN

package Acme::CPANModules::CLIWithUndo;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-18'; # DATE
our $DIST = 'Acme-CPANModules-CLIWithUndo'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => 'List of CLI utilities with undo feature',
    entries => [
        {
            module => 'App::trash::u', scripts => ['trash-u'],
        },
        {
            module => 'App::perlmv::u', scripts => ['perlmv-u'],
        },
    ],
};

1;
# ABSTRACT: List of CLI utilities with undo feature

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::CLIWithUndo - List of CLI utilities with undo feature

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::CLIWithUndo (from Perl distribution Acme-CPANModules-CLIWithUndo), released on 2022-03-18.

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<App::trash::u> - Trash files, with undo/redo capability

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Script: L<trash-u>

=item * L<App::perlmv::u> - Rename files using Perl code, with undo/redo

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Script: L<perlmv-u>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n CLIWithUndo

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):

    % cpanmodules ls-entries CLIWithUndo | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=CLIWithUndo -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

or directly:

    % perl -MAcme::CPANModules::CLIWithUndo -E'say $_->{module} for @{ $Acme::CPANModules::CLIWithUndo::LIST->{entries} }' | cpanm -n

This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"



( run in 1.322 second using v1.01-cache-2.11-cpan-39bf76dae61 )