App-ShellCompleter-emacs

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Complete::File" : "0",
            "Complete::Unix" : "0",
            "Complete::Util" : "0.52",
            "Getopt::Long::Complete" : "0.24",
            "perl" : "5.010001",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",

META.yml  view on Meta::CPAN

generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: App-ShellCompleter-emacs
requires:
  Complete::File: '0'
  Complete::Unix: '0'
  Complete::Util: '0.52'
  Getopt::Long::Complete: '0.24'
  perl: '5.010001'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=App-ShellCompleter-emacs
  homepage: https://metacpan.org/release/App-ShellCompleter-emacs
  repository: git://github.com/perlancar/perl-App-ShellCompleter-emacs.git
version: '0.04'
x_Dist_Zilla:
  perl:

Makefile.PL  view on Meta::CPAN

  "EXE_FILES" => [
    "bin/_emacs"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "App::ShellCompleter::emacs",
  "PREREQ_PM" => {
    "Complete::File" => 0,
    "Complete::Unix" => 0,
    "Complete::Util" => "0.52",
    "Getopt::Long::Complete" => "0.24",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.04",

Makefile.PL  view on Meta::CPAN

    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Complete::File" => 0,
  "Complete::Unix" => 0,
  "Complete::Util" => "0.52",
  "File::Spec" => 0,
  "Getopt::Long::Complete" => "0.24",
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Test::More" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[Prereqs]
perl=5.010001
strict=0
warnings=0
Complete::File=0
Complete::Unix=0
Complete::Util=0.52
Getopt::Long::Complete=0.24
;Log::Any::IfLOG=0



( run in 0.754 second using v1.01-cache-2.11-cpan-7add2cbd662 )