NAME
SYNOPSIS
DESCRIPTION
AUTHOR
REVISION
NAME
ExtUtils::Mksymlists - write linker options files for dynamic extension
SYNOPSIS
use ExtUtils::Mksymlists;
Mksymlists( NAME => $name ,
DL_VARS => [ $var1, $var2, $var3 ],
DL_FUNCS => { $pkg1 => [ $func1, $func2 ],
$pkg2 => [ $func3 ] );
DESCRIPTION
ExtUtils::Mksymlists produces files used by the linker under some OSs during the creation of shared libraries for dynamic exte