Acme-CPANModules-Clipboard

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "List of modules that interact with clipboard",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.028, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.json  view on Meta::CPAN

            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0"
         }
      },
      "x_lists" : {
         "x_lists" : {
            "App::ClipboardUtils" : "0",
            "Clipboard" : "0",
            "Clipboard::Any" : "0",
            "LWP::Protocol::clipboard" : "0",
            "Win32::Clipboard" : "0"
         }
      },
      "x_mentions" : {
         "x_mentions" : {
            "App::ClipboardUtils" : "0",
            "Clipboard" : "0",
            "Clipboard::Any" : "0",
            "LWP::Protocol::clipboard" : "0",
            "Win32::Clipboard" : "0"
         }
      }
   },
   "provides" : {
      "Acme::CPANModules::Clipboard" : {
         "file" : "lib/Acme/CPANModules/Clipboard.pm",
         "version" : "0.001"
      }
   },

META.yml  view on Meta::CPAN

---
abstract: 'List of modules that interact with clipboard'
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.028.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "List of modules that interact with clipboard",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-CPANModules-Clipboard",
  "LICENSE" => "perl",
  "NAME" => "Acme::CPANModules::Clipboard",
  "PREREQ_PM" => {
    "strict" => 0
  },

README  view on Meta::CPAN

NAME
    Acme::CPANModules::Clipboard - List of modules that interact with
    clipboard

VERSION
    This document describes version 0.001 of Acme::CPANModules::Clipboard
    (from Perl distribution Acme-CPANModules-Clipboard), released on
    2023-02-08.

ACME::CPANMODULES ENTRIES
    Clipboard::Any
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    LWP::Protocol::clipboard
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    App::ClipboardUtils
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    Clipboard
        Author: SHLOMIF <https://metacpan.org/author/SHLOMIF>

    Win32::Clipboard
        Author: JDB <https://metacpan.org/author/JDB>

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

package Acme::CPANModules::Clipboard;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-02-08'; # DATE
our $DIST = 'Acme-CPANModules-Clipboard'; # DIST
our $VERSION = '0.001'; # VERSION

our $LIST = {
    summary => 'List of modules that interact with clipboard',
    entries => [
        {module => 'Clipboard::Any'},
        {module => 'LWP::Protocol::clipboard'},
        {module => 'App::ClipboardUtils'},
        {module => 'Clipboard'},
        {module => 'Win32::Clipboard'},
    ],
};

1;
# ABSTRACT: List of modules that interact with clipboard

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Clipboard - List of modules that interact with clipboard

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::Clipboard (from Perl distribution Acme-CPANModules-Clipboard), released on 2023-02-08.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Clipboard::Any>

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

=item L<LWP::Protocol::clipboard>

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

=item L<App::ClipboardUtils>

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

=item L<Clipboard>

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



( run in 0.594 second using v1.01-cache-2.11-cpan-df04353d9ac )