mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Perl: use M::I::XSUtil
This commit is contained in:
parent
4db90d23ac
commit
d3906bd1ab
3 changed files with 10 additions and 7077 deletions
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{
|
||||
*.stackdump
|
||||
*.gcov *.gcda *.gcno
|
||||
*.out
|
||||
nytprof
|
||||
cover_db
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
tests 't/*.t';
|
||||
author_tests('xt');
|
||||
use_ppport 3.19;
|
||||
|
||||
clean_files qw{
|
||||
*.stackdump
|
||||
*.gcov *.gcda *.gcno
|
||||
*.out
|
||||
nytprof
|
||||
cover_db
|
||||
};
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue