Subject: | Bareword "FROM_CHILD" not allowed while "strict subs" in use |
Catalyst is failing to start, due to the following error message:
Bareword "FROM_CHILD" not allowed while "strict subs" in use at site_perl/5.24.0/Expect.pm line 136.
Bareword "FROM_PARENT" not allowed while "strict subs" in use at site_perl/5.24.0/Expect.pm line 159.
BEGIN not safe after errors--compilation aborted at site_perl/5.24.0/Expect.pm line 272.
Issue resolved by adding the following after the use strict -
no strict 'subs';