App-np05bctl

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

dynamic_config: 0
generated_by: 'Dist::Zilla version 6.012, 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-np05bctl
requires:
  Device::Power::Synaccess::NP05B: '1.03'
  JSON: '2.00'
  Test::Differences: '0.60'
  Test::Most: '0.30'
  perl: '5.010000'
version: '1.04'
x_generated_by_perl: v5.18.1
x_serialization_backend: 'YAML::Tiny version 1.63'

Makefile.PL  view on Meta::CPAN

  "DISTNAME" => "App-np05bctl",
  "EXE_FILES" => [
    "bin/np05bctl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "App::np05bctl",
  "PREREQ_PM" => {
    "Device::Power::Synaccess::NP05B" => "1.03",
    "JSON" => "2.00",
    "Test::Differences" => "0.60",
    "Test::Most" => "0.30"
  },
  "VERSION" => "1.04",
  "test" => {
    "TESTS" => ""
  }
);


my %FallbackPrereqs = (
  "Device::Power::Synaccess::NP05B" => "1.03",
  "JSON" => "2.00",
  "Test::Differences" => "0.60",
  "Test::Most" => "0.30"
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

dist.ini  view on Meta::CPAN

author   = TTKCIAR <ttk@ciar.org>
license  = Perl_5
copyright_holder = TTKCIAR
copyright_year   = 2018

[@Basic]

[Prereqs]
perl               = 5.010000
Test::Most         = 0.30
Test::Differences  = 0.60
JSON               = 2.00
Device::Power::Synaccess::NP05B = 1.03



( run in 1.611 second using v1.01-cache-2.11-cpan-6aa56a78535 )