1 2 3 4 5 6
--- /dev/null +++ b/relink/Makefile.PL @@ -0,0 +1,3 @@ +use ExtUtils::MakeMaker; + +WriteMakefile(NAME => "relink");