643e8388167bffccfed3fae893d2ad1b1bf745b1
[app-scheme79asm.git] / Makefile.PL
1 use 5.014000;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile(
5 NAME => 'App::Scheme79asm',
6 VERSION_FROM => 'lib/App/Scheme79asm.pm',
7 ABSTRACT_FROM => 'lib/App/Scheme79asm.pm',
8 MIN_PERL_VERSION => '5.14.0',
9 LICENSE => 'perl',
10 SIGN => 1,
11 PREREQ_PM => {
12 qw/Data::SExpression 0.41
13 List::MoreUtils 0.33/,
14 },
15 META_ADD => {
16 dynamic_config => 0,
17 resources => {
18 repository => 'https://git.ieval.ro/?p=app-scheme79asm.git',
19 },
20 }
21 );
This page took 0.022287 seconds and 3 git commands to generate.