Init
This commit is contained in:
commit
9c80f2465a
7 changed files with 53 additions and 0 deletions
11
Makefile.PL
Normal file
11
Makefile.PL
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile(
|
||||
NAME => 'FU',
|
||||
VERSION_FROM => 'FU.pm',
|
||||
LICENSE => 'mit',
|
||||
NO_MYMETA => 1,
|
||||
MIN_PERL_VERSION => 'v5.36',
|
||||
META_MERGE => {
|
||||
dynamic_config => 0,
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue