Subject: | Missing parens on Carp::croak calls break many tests |
In bleadperl there are many standard modules fixed in that they do not
'use Carp' but only require it on demand.
App::Info apparently relies on Carp being preloaded because it does
neiter predeclare the Carp functions nor does it use parens when calling
them.
So bleadperl does not know what this Carp::croak thing is and fails
immediately when it parses it.