Hello, I keep getting reports like this one: http://www.cpantesters.org/cpan/report/8824a82a-45ea-11e0-afb0-adca6bb533f3:
Cannot find 't/app.psgi': No such file or directory at t/main.t line 9. Lines 8 and 9 of t/main.t are: my $psgi_file = File::Spec->catfile( 't', 'app.psgi' ); my $app = do $psgi_file || die $! ? "Cannot find '$psgi_file': $!" : "Cannot compile '$psgi_file': $@"; The 't/app.psgi' file is in the distribution: http://cpansearch.perl.org/src/ZBY/Plack-Middleware-Auth-Form-0.006/t/app.psgi It is not a big deal - I can put app.psgi inside the test file. But a separate file is also a good example and I think there should be some official way to do that. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/