-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.PL
More file actions
25 lines (22 loc) · 903 Bytes
/
Makefile.PL
File metadata and controls
25 lines (22 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
use ExtUtils::MakeMaker 7.78;
use ExtUtils::MakeMaker::CPANfile;
WriteMakefile(
ABSTRACT => '',
AUTHOR => 'Erik Huelsmann <ehuels@gmail.com>',
LICENSE => 'perl_5',
META_MERGE => {
"meta-spec" => { version => 2 },
resources => {
bugtracker => {
web => 'https://github.com/ehuelsmann/perl-sys-async-virt/issues',
},
repository => {
type => 'git',
url => 'git://github.com/ehuelsmann/perl-sys-async-virt.git',
web => 'https://github.com/ehuelsmann/perl-sys-async-virt',
},
},
},
NAME => 'Sys::Async::Virt',
VERSION_FROM => 'lib/Sys/Async/Virt.pm', # EU::MM support 'class' statements with version numbers as of 7.78
);