App-ClipboardUtils

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "CLI utilities related to clipboard",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-ClipboardUtils",
  "EXE_FILES" => [
    "script/add-clipboard-content",
    "script/ca",
    "script/cg",
    "script/clear-clipboard-content",
    "script/clear-clipboard-history",
    "script/clipadd",
    "script/clipget",
    "script/cliptee",
    "script/ct",
    "script/detect-clipboard-manager",
    "script/get-clipboard-content",
    "script/get-clipboard-history-item",
    "script/list-clipboard-history",
    "script/tee-clipboard-content"
  ],
  "LICENSE" => "perl",
  "NAME" => "App::ClipboardUtils",
  "PREREQ_PM" => {
    "Clipboard::Any" => "0.012",
    "Clone::PP" => 0,
    "Data::Sah::Compiler::perl::TH::any" => "0.914",
    "Data::Sah::Compiler::perl::TH::bool" => "0.914",
    "Data::Sah::Compiler::perl::TH::int" => "0.914",
    "Data::Sah::Compiler::perl::TH::re" => "0.914",
    "Data::Sah::Compiler::perl::TH::str" => "0.914",
    "Data::Sah::Filter::perl::Str::maybe_convert_to_re" => 0,
    "IPC::System::Options" => "0.339",
    "Log::ger" => "0.038",
    "Perinci::CmdLine::Any" => "0.154",
    "Perinci::CmdLine::Lite" => "1.924",
    "Sah::Schema::str_or_re" => 0,
    "Sah::Schema::true" => 0,
    "Text::Fragment" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.014",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Clipboard::Any" => "0.012",
  "Clone::PP" => 0,
  "Data::Sah::Compiler::perl::TH::any" => "0.914",
  "Data::Sah::Compiler::perl::TH::bool" => "0.914",
  "Data::Sah::Compiler::perl::TH::int" => "0.914",
  "Data::Sah::Compiler::perl::TH::re" => "0.914",
  "Data::Sah::Compiler::perl::TH::str" => "0.914",
  "Data::Sah::Filter::perl::Str::maybe_convert_to_re" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "IPC::System::Options" => "0.339",
  "Log::ger" => "0.038",
  "Perinci::CmdLine::Any" => "0.154",
  "Perinci::CmdLine::Lite" => "1.924",
  "Sah::Schema::str_or_re" => 0,
  "Sah::Schema::true" => 0,
  "Test::More" => 0,
  "Text::Fragment" => 0,
  "strict" => 0,
  "warnings" => 0
);




( run in 0.562 second using v1.01-cache-2.11-cpan-2398b32b56e )