Acme-CPANModules-Desktop

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::Desktop;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-Desktop'; # DIST
our $VERSION = '0.003'; # VERSION

our $LIST = {
    summary => "List of modules related to GUI desktop environment",
    entries => [
        {module=>'Desktop::Detect'},
        {module=>'Screensaver::Any'},
        {module=>'App::ScreensaverUtils'},
    ],
};

1;
# ABSTRACT: List of modules related to GUI desktop environment

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Desktop - List of modules related to GUI desktop environment

=head1 VERSION

This document describes version 0.003 of Acme::CPANModules::Desktop (from Perl distribution Acme-CPANModules-Desktop), released on 2023-10-29.

=head1 DESCRIPTION

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Desktop::Detect>

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

=item L<Screensaver::Any>

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

=item L<App::ScreensaverUtils>

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

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

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

    % cpanmodules ls-entries Desktop | cpanm -n

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

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

or directly:

    % perl -MAcme::CPANModules::Desktop -E'say $_->{module} for @{ $Acme::CPANModules::Desktop::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"
are found.



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