Update sample repo perl tests to use appropriate test methods and to get rid of that eval stuff
By adding in a compilation test, any new changes to perl files can be checked to ensure they are valid perl (although they cannot be tested to ensure they make sense... engineers still have to write sane code!).
Please note that these changes only affect newly-created SDK apps.
eval
stuffBy adding in a compilation test, any new changes to perl files can be checked to ensure they are valid perl (although they cannot be tested to ensure they make sense... engineers still have to write sane code!).