Привет, MoscowPM
запускаю plackup -I"../lib" app.psgi (https://github.com/mishin/Ftree-cpan/blob/master/cgi-bin/app.psgi) получаю The application raised the following error: Can't call method "set_default_picture" on an undefined value at ../lib/Ftree/FamilyTreeGraphics.pm line 72. and the StackTrace middleware couldn't catch its stack trace, possibly because your application overrides $SIG{__DIE__} by itself, preventing the middleware from working correctly. Remove the offending code or module that does it: known examples are CGI::Carp and Carp::Always. я правильно понимаю, что мне нужно закомментировать по всем модулям строки use CGI::Carp qw(fatalsToBrowser warningsToBrowser); ? -- С уважением Николай Мишин -- Moscow.pm mailing list [email protected] | http://moscow.pm.org
