mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +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
|
pm_to_blib
|
||||||
unpack.o
|
unpack.o
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
ppport.h
|
||||||
|
@ -6,22 +6,17 @@ perl_version '5.008005';
|
|||||||
license 'perl';
|
license 'perl';
|
||||||
can_cc or die "This module requires a C compiler";
|
can_cc or die "This module requires a C compiler";
|
||||||
|
|
||||||
makemaker_args(
|
tests 't/*.t';
|
||||||
OBJECT => '$(O_FILES)',
|
author_tests('xt');
|
||||||
LIBS => [''],
|
use_ppport 3.19;
|
||||||
clean => {
|
|
||||||
FILES => q{
|
clean_files qw{
|
||||||
*.stackdump
|
*.stackdump
|
||||||
*.gcov *.gcda *.gcno
|
*.gcov *.gcda *.gcno
|
||||||
*.out
|
*.out
|
||||||
nytprof
|
nytprof
|
||||||
cover_db
|
cover_db
|
||||||
},
|
};
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
tests 't/*.t';
|
|
||||||
author_tests('xt');
|
|
||||||
|
|
||||||
if ($ENV{DEBUG}) {
|
if ($ENV{DEBUG}) {
|
||||||
cc_append_to_ccflags '-g';
|
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