or download this
## this nonsense breaks dmake dependencycheck or some such, so forget
+it, LIBS are LIBS not OBJECTs
## unshift @linkable, '$(BASEEXT)$(OBJ_EXT)' if @linkable;
## $WriteMakefileArgs{OBJECT} = join(' ', @linkable) if @linkable;
if( @linkable ){ push @{$WriteMakefileArgs{LIBS}} , join ' ', map { qq
+{"$_"} } @linkable ; }