Acme-CPANModules-CLIWithUndo
view release on metacpan or search on metacpan
{
"abstract" : "List of CLI utilities with undo feature",
"author" : [
"perlancar <perlancar@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'List of CLI utilities with undo feature'
author:
- 'perlancar <perlancar@cpan.org>'
build_requires:
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "List of CLI utilities with undo feature",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-CPANModules-CLIWithUndo",
"LICENSE" => "perl",
"NAME" => "Acme::CPANModules::CLIWithUndo",
"PREREQ_PM" => {
"strict" => 0
},
NAME
Acme::CPANModules::CLIWithUndo - List of CLI utilities with undo feature
VERSION
This document describes version 0.002 of Acme::CPANModules::CLIWithUndo
(from Perl distribution Acme-CPANModules-CLIWithUndo), released on
2022-03-18.
ACME::CPANMODULES ENTRIES
* App::trash::u - Trash files, with undo/redo capability
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
me.
COPYRIGHT AND LICENSE
This software is copyright (c) 2022, 2019 by perlancar
<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.
BUGS
Please report any bugs or feature requests on the bugtracker website
<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CLIW
ithUndo>
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.
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
lib/Acme/CPANModules/CLIWithUndo.pm view on Meta::CPAN
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2022, 2019 by perlancar <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.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CLIWithUndo>
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.
=cut
( run in 0.260 second using v1.01-cache-2.11-cpan-4d50c553e7e )