Imager
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
"enable=s" => \@enable,
"disable=s" => \@disable,
"incpath=s", \@incpaths,
"libpath=s" => \@libpaths,
"verbose|v" => \$VERBOSE,
"nolog" => \$NOLOG,
'coverage' => \$coverage,
"assert|a" => \$assert,
"tracecontext" => \$trace_context);
setenv();
if ($ENV{AUTOMATED_TESTING}) {
$assert = 1;
}
if ($VERBOSE) {
print "Verbose mode\n";
require Data::Dumper;
import Data::Dumper qw(Dumper);
}
Makefile.PL view on Meta::CPAN
IM_LIBPATH
IM_NOLOG
IM_DEBUG_MALLOC
IM_MANUAL
IM_CFLAGS
IM_LFLAGS
IM_DFLAGS);
}
# populate the environment so that sub-modules get the same info
sub setenv {
$ENV{IM_VERBOSE} = 1 if $VERBOSE;
$ENV{IM_INCPATH} = join $Config{path_sep}, @incpaths if @incpaths;
$ENV{IM_LIBPATH} = join $Config{path_sep}, @libpaths if @libpaths;
}
sub make_imconfig {
my ($defines) = @_;
open my $config, "> imconfig.h"
or die "Cannot create imconfig.h: $!\n";
magic_regdatum_get|5.006000||Viu
magic_regdatum_set|5.006001||Viu
magic_scalarpack|5.009001||Viu
magic_set|5.003007||Viu
magic_set_all_env|5.004004||Viu
magic_setarylen|5.003007||Viu
magic_setcollxfrm|5.004000||Viu
magic_setdbline|5.003007||Viu
magic_setdebugvar|5.021005||Viu
magic_setdefelem|5.004000||Viu
magic_setenv|5.003007||Viu
magic_sethint|5.009004||Vi
magic_sethint_feature|5.031007||Viu
magic_setisa|5.003007||Viu
magic_setlvref|5.021005||Viu
magic_setmglob|5.003007||Viu
magic_setnkeys|5.003007||Viu
magic_setnonelem|5.027009||Viu
magic_setpack|5.003007||Viu
magic_setpos|5.003007||Viu
magic_setregexp|5.008001||Viu
my_lstat_flags|5.013003||cViu
my_memrchr|5.027006||Vniu
my_mkostemp_cloexec|||niu
my_mkostemp|||niu
my_mkstemp_cloexec|||niu
my_mkstemp|||niu
my_nl_langinfo|5.027006||Vniu
my_pclose|5.003007|5.003007|u
my_popen|5.003007|5.003007|u
my_popen_list|5.007001|5.007001|u
my_setenv|5.003007|5.003007|
my_snprintf|5.009004||pvVn
my_socketpair|5.007003|5.007003|nu
my_sprintf|5.009003|5.003007|pdn
my_stat|5.013003||Viu
my_stat_flags|5.013003||cViu
my_strerror|5.021001||Viu
my_strftime|5.007002||V
my_strlcat|5.009004|5.003007|pn
my_strlcpy|5.009004|5.003007|pn
my_strnlen|5.027006|5.003007|pn
( run in 1.263 second using v1.01-cache-2.11-cpan-140bd7fdf52 )