X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F53lean_startup.t;h=7e81af25cd9c9bdd415e95ad8a042a845bac5d65;hp=072eac3ddc0f878469b62dbf48448d7a9000e9ef;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36 diff --git a/t/53lean_startup.t b/t/53lean_startup.t index 072eac3..7e81af2 100644 --- a/t/53lean_startup.t +++ b/t/53lean_startup.t @@ -91,7 +91,7 @@ BEGIN { ) { fail ("Unexpected require of '$req' by $caller[0] ($caller[1] line $caller[2])"); - if ($ENV{TEST_VERBOSE}) { + if ($ENV{TEST_VERBOSE}) { my ($i, @stack) = 1; while (my @f = caller($i++) ) { push @stack, \@f;