On Thu, Apr 2, 2009 at 1:41 PM, David E. Wheeler <[email protected]> wrote: > So for a while, I've been using > > create_makefile_pl => 'passthrough', > > In most of my modules. I get the impression that this is no longer > recommended, however. So what is?
I use 'traditional' for anything that doesn't have dynamic requirements (e.g. custom code in Build.PL). In those cases, I leave out a Makefile.PL entirely. -- David
