Help for this page
And finally create a file Makefile.PL that looks like this: ... '; }
WriteMakefile( NAME => 'Mytest2::mylib', ); #no MY
sub MY::postamble { ' ... cd mylib && $(MAKE) $(PASSTHRU) '; }