Subject: | Bad comment at line 520 |
Some compilers, in particular on ancient horrible systems such as AIX
that no one should ever... ever... ever use, require that you don't use
the // style single line comment syntax.
This breaks the build on AIX, unless you've somehow gotten GCC to be the
default compiler for the system.
There's a // style comment in Mouse.c and Mouse.xs. You can find these
comments with the following command:
find . -type f | xargs grep "\/\/"
Thank you for writing this module (which I'm going to fix and use on AIX
myself). Thanks in advance for a fix for this as well.