Acme-CPANModules-PERLANCAR-Unused

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PERLANCAR/Unused.pm  view on Meta::CPAN

package Acme::CPANModules::PERLANCAR::Unused;

use strict;
use warnings;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-07-06'; # DATE
our $DIST = 'Acme-CPANModules-PERLANCAR-Unused'; # DIST
our $VERSION = '0.003'; # VERSION

my $unused_dists = <<'_';
Acme-PERLANCAR-Dummy
Acme-PERLANCAR-Dummy-POD
Acme-PERLANCAR-DumpImportArgs
Acme-PERLANCAR-Prime
Acme-PERLANCAR-Test-Dependency-One
Acme-PERLANCAR-Test-Dependency-Three
Acme-PERLANCAR-Test-Dependency-Two
Acme-PERLANCAR-Test-Images
Acme-PERLANCAR-Test-MetaCPAN-HTML
Acme-PERLANCAR-Test-Misc
Acme-PERLANCAR-Test-SameRelease
Acme-PERLANCAR-Test-Versioning
Acme-Test-LocaleTextDomain
Acme-Test-LocaleTextDomainIfEnv
Acme-Test-LocaleTextDomainUTF8IfEnv
Acme-Test-crypt

Gepok
_

chomp(my @unused_modules = grep /\S/, split /^/m, $unused_dists);
s/-/::/g for @unused_modules;

our $LIST = {
    entries => [
        map { +{module=>$_} } @unused_modules,
    ],
    summary => "List of my modules which are (currently not used by me, currently not installable) ",
};


1;
# ABSTRACT: List of my modules which are (currently not used by me, currently not installable) 

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PERLANCAR::Unused - List of my modules which are (currently not used by me, currently not installable) 

=head1 VERSION

This document describes version 0.003 of Acme::CPANModules::PERLANCAR::Unused (from Perl distribution Acme-CPANModules-PERLANCAR-Unused), released on 2023-07-06.

=head1 DESCRIPTION

I use this to generate L<Task::BeLike::PERLANCAR::Used>, which in turn I use to
install all my perl modules on a new perl installation. What I usually do after
installing a perl with L<perlbrew>:

 % cpanm -n App::cpanm::perlancar
 % cpanm-perlancar -n Task::BeLike::PERLANCAR::Used

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Acme::PERLANCAR::Dummy>

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

=item L<Acme::PERLANCAR::Dummy::POD>

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

=item L<Acme::PERLANCAR::DumpImportArgs>

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

=item L<Acme::PERLANCAR::Prime>

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

=item L<Acme::PERLANCAR::Test::Dependency::One>

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

=item L<Acme::PERLANCAR::Test::Dependency::Three>

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

=item L<Acme::PERLANCAR::Test::Dependency::Two>

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

=item L<Acme::PERLANCAR::Test::Images>

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

=item L<Acme::PERLANCAR::Test::MetaCPAN::HTML>

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

=item L<Acme::PERLANCAR::Test::Misc>



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