Re: [Module::Build] Ready for 0.22?
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2004-01-15 01:58:08
|
On Tuesday, January 13, 2004, at 07:15 PM, Tony Bowden wrote: >> Any outstanding issues before I release 0.22 to CPAN? If there's >> still a >> significant CVS lag, here's the list of changes since the last beta: > > I'm coming in late, so apologies if this has already changed, but > AFAICS > the current release doesn't document being able to specify a listref > of test_files in your Build.PL. It mentions this as a command line arg, > but I had to guess that you could also do it in Build.PL. I always hate > relying on undocumented features so if this is a real one it would be > nice if that was documented up with pm_files, pod_files, etc. > > As I'm using Test::Class, and my test are all in > lib/My/Project/Test/*.pm, > the normal t/*.t approach doesn't really work for me... Ah - I guess the only reason this isn't documented is that it never occurred to me to use 'test_files' the way you're using it. I always use it as just a way to pick a certain t/*.t file for spot testing. But I can see how it's useful the way you're using it too. I'll add it to the docs for the next release, you can consider it stable. -Ken |