Subject: | t/01-basic.t hanging after test 68 on Mac Snow Leopard (64bit) |
$>prove -bvm t/01-basic.t
t/01-basic.t ..
1..80
ok 1 - use REST::Application;
ok 2 - use Tie::IxHash;
ok 3 - use UNIVERSAL;
ok 4 - use CGI;
...
ok 67 - Testing getLastMatchPattern
ok 68 - Testing getLastMatchPath
The hang seems to be happening on this line (597):
my $rest = REST::Application->new();