Subject: | Non ANSI-C comments in Mouse.xs line 520 |
C++ style comments such as
// THis comment
Break in old crappy compilers such as the default one on AIX. Why the
hell am I using AIX? Well... you've got me there...
If you replace the c++ style comment in Mouse.xs with a c style
/* This style */
comment Mouse will be installable on AIX.
Thank you for both the awesome module, and for implementing this fix.