Db-Documentum
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# slows things down a little bit, but drastically decreases the size of the
# Documentum.so library. Uncomment the LIBS expression below and comment out
# the one above if you want to use the shared libraries.
# 'LIBS' => ["-L$DM_LIB -lC -ldmcl40 -lc"],
'DEFINE' => '-DSQLNETV2 -DSYSV -D$OS -DOS_UNIX',
'INC' => "$DM_INCLUDE $CPP_INCS",
'CCFLAGS' => $CCFLAGS,
# This makes 'make ppd' happy
($] ge '5.005')
? (
'AUTHOR' => 'M. Scott Roth (scott@dm-book.com)',
'ABSTRACT_FROM' => 'Documentum.pm',
)
: (),
# This is just here to make 'make dist' easier to run.
'dist' => { COMPRESS=>"gzip -9f", SUFFIX=>"gz" }
);
( run in 2.017 seconds using v1.01-cache-2.11-cpan-a49fcb8fa48 )