Hi, I created a CPAN distribution with module-starter and I have developped a perl module creating my *.pm file in the lib/ directory and it uses a template file that is also in the lib/ directory. It works when I do the tests with "prove -l t/*.t".
The matter is when I use "./Build test", the *.pm file is copied in the blib directory and not the template file, so the test fail. So my 2 questions are : - What's the philosophical difference between the lib/ and the blib/ dir ? - Where should I put my template file in order to be sure my module will be able to always find it ? Thanks for your answer Jean-Christian HASSLER