Device-Chip-HTU21D

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

my $build = Module::Build->new(
   module_name => 'Device::Chip::HTU21D',
   requires => {
      'perl' => '5.026',
      'Future::AsyncAwait' => '0.47', # toplevel await
      'Object::Pad' => '0.800',

      'Data::Bitfield' => '0.02',
      'Device::Chip' => '0.03',
      'Device::Chip::Sensor' => 0,
      'Future::Mutex' => '0.47', # weaken() bugfix
   },
   test_requires => {
      'Test::Device::Chip::Adapter' => '0.09',
      'Test::ExpectAndCheck::Future' => '0.04',
      'Test2::V0' => 0,
   },
   configure_requires => {
      'Module::Build' => '0.4004', # test_requires
   },
   license => 'perl',



( run in 0.642 second using v1.01-cache-2.11-cpan-65fba6d93b7 )