Compress-Deflate7
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Insert -I. if you add *.h files later:
INC => '-I7zip/CPP', # e.g., '-I/usr/include/other'
XSOPT => '-C++',
# Un-comment this if you add C files to link with later:
OBJECT => '$(O_FILES)', # link all the C files too
LICENSE => 'lgpl',
'dist' => {
PREOP => 'chmod 600 Makefile.PL',
TARFLAGS => '--group=none --owner=bjoern -cvf',
COMPRESS => 'gzip -9',
},
XS => { 'Deflate7.xs' => 'Deflate7.c' },
C => [
],
clean => { FILES => [], },
);
if ($^O eq "MSWin32")
( run in 0.312 second using v1.01-cache-2.11-cpan-496ff517765 )