Alien-Electron

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
 
use lib q(.);
 
my $build = ElectronModuleBuild->new(
  module_name => 'Alien::Electron',
  dist_abstract => 'Download and install the electron GUI framework',
  dist_author => 'Doug Hoyte <doug@hcsw.org>',
  license => 'perl',
  configure_requires => {
    'Module::Build' => 0,
  },



( run in 0.315 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )