Subject: | Modules loaded by Catalyst are failing with 'Bareword "xxx" not allowed while "strict subs" in use |
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.
Compilation failed in require at site_perl/5.24.0/Catalyst/Utils.pm line 309.
Expect has no problems if loaded on it's own, but when incorporated into a Catalyst application, it needs to have 'no strict "subs";' is added to it.