mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
Perl: use M::I::XSUtil
This commit is contained in:
parent
4db90d23ac
commit
d3906bd1ab
1
perl/.gitignore
vendored
1
perl/.gitignore
vendored
@ -10,3 +10,4 @@ pack.o
|
||||
pm_to_blib
|
||||
unpack.o
|
||||
MANIFEST
|
||||
ppport.h
|
||||
|
@ -6,22 +6,17 @@ perl_version '5.008005';
|
||||
license 'perl';
|
||||
can_cc or die "This module requires a C compiler";
|
||||
|
||||
makemaker_args(
|
||||
OBJECT => '$(O_FILES)',
|
||||
LIBS => [''],
|
||||
clean => {
|
||||
FILES => q{
|
||||
tests 't/*.t';
|
||||
author_tests('xt');
|
||||
use_ppport 3.19;
|
||||
|
||||
clean_files qw{
|
||||
*.stackdump
|
||||
*.gcov *.gcda *.gcno
|
||||
*.out
|
||||
nytprof
|
||||
cover_db
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
tests 't/*.t';
|
||||
author_tests('xt');
|
||||
};
|
||||
|
||||
if ($ENV{DEBUG}) {
|
||||
cc_append_to_ccflags '-g';
|
||||
|
7063
perl/ppport.h
7063
perl/ppport.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user