On Fri, Mar 4, 2011 at 3:16 PM, Shawn H Corey <shawnhco...@gmail.com> wrote:
> On 11-03-04 01:54 AM, Zbigniew Lukasiak wrote: > >> my $psgi_file = File::Spec->catfile( 't', 'app.psgi' ); >> > > I thought the tests were done in the t directory. If so, then the file its > looking for would be: t/t/app.psgi > Yeah - just as Johan wrote - it can be run from either the distro directory or from 't'. I'll try the trick with changing the working directory to 't' if it is a directory and hope that there is no other option. Cheers, Zbigniew