On Nov 11, 2007, at 11:07, Eric Wilhelm wrote:
I would like to have a shorter Build.PL for cases where a distributioncontains no modules. That is, it consists of just qw(Build.PL bin/ foo)(and maybe 't/basic.t'.)
Dude. Don't you put all of your code in modules and make bin/foo a thin wrapper around those modules? ;-)
Best, David