Issue:
Handler.pm may exist elsewhere within one of standard module include paths. This may result in function not working due to different library search order than developer expects.
Proposed solution:
To avoid any confusion, rename Handler.pm to FaaSHandler.pm or similar.
Issue:
Handler.pmmay exist elsewhere within one of standard module include paths. This may result in function not working due to different library search order than developer expects.Proposed solution:
To avoid any confusion, rename
Handler.pmtoFaaSHandler.pmor similar.