in reply to Re^5: "possible typo" warnings in modules
in thread "possible typo" warnings in modules

I think you're confusing things: warnings are never fatal, since they don't necessarily indicate a "programming error". Warnings are just hints to the programmer. A syntax error isn't a warning, it's a fatal error.

  • Comment on Re^6: "possible typo" warnings in modules