Module::Install::Catalyst uses File::Copy::Recursive 'rcopy' to move directories into blib, and if building from an svn checkout includes .svn dirs. Then "make install" ends up installing the .svn files.
Short of building from an svn export is there a way to avoid installing these with ExtUtils::MakeMaker (and Module::Install)? I also see that when I use File::ShareDir ("install_share" in my Makefile.PL) those dirs get installed with .svn directories. I assume that's because those get copied to blib with the .svn directories, too. Is there a way in my Makefile.PL to add code to purge those from blib after the make target runs, perhaps? -- Bill Moseley mose...@hank.org