Re: [Module-build-general] [PATCH] always copy files to dist dir
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-08-18 16:18:41
|
On Wednesday, August 13, 2003, at 10:52 AM, Dave Rolsky wrote: > I proposed this earlier and got no response so here's a patch to > implement > this. I think doing this just makes more sense, since otherwise we > can't > manipular files in the dist dir without affecting the base dir files, > since the dist dir could just be symlinks. This patch seems to have broken M::B's 'disttest' action, because we don't have permission to write META.yml files. I'm about to do a new beta release of 0.19_05, so I'll roll back this change for it - if you can figure out how to make it work properly again, I'll re-patch. I agree that it's weird to make links, especially since links aren't really a cross-platform concept. -Ken |