On Tue, Mar 23, 2004 at 08:11:00AM -0000, Rafael Garcia-Suarez wrote: > > [untested] > Put those files under inc/, eg/ or t/ (depending on what it is exactly) > and include in a top-level META.yml file: (which should be autogerated > by recent makemakers) > > private: > directory: > - inc > - eg > - t
Assuming this works: Since the file is auto-generated, how do you make the change persistent? It seems something would need to be added to Makefile.PL or Build.PL. Mark