use ExtUtils::MakeMaker;

my @dirs =
  (
   'Simplex',
#   'Golden'    # what is this?
  );

WriteMakefile(
	'NAME' => 'PDL::Opt',
	VERSION_FROM => '../../Basic/Core/Version.pm',
	DIR => [ @dirs ],
);



syntax highlighted by Code2HTML, v. 0.9.1