Acme-CPANModules-Desktop

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "List of modules related to GUI desktop environment",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'List of modules related to GUI desktop environment'
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.030.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "List of modules related to GUI desktop environment",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-CPANModules-Desktop",
  "LICENSE" => "perl",
  "NAME" => "Acme::CPANModules::Desktop",
  "PREREQ_PM" => {
    "strict" => 0
  },

README  view on Meta::CPAN

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

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

DESCRIPTION
ACME::CPANMODULES ENTRIES
    Desktop::Detect

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



( run in 0.270 second using v1.01-cache-2.11-cpan-299005ec8e3 )