Changes for version 0.031 - 2026-09-19
- Fix for Windows: 0.03 did not compile there at all. A local variable in contacts_find() was named near, and <windows.h> -- which perl.h includes on Win32 -- still defines near and far as empty macros, left over from 16-bit segment addressing. The preprocessor deleted the name, the declaration became a syntax error, and gcc rejected every later use of it. The variable is renamed; nothing else about the contacts changes. Reported by a Strawberry Perl 5.42.2 smoker.
Modules
Read a molecular structure file into a hash of hashes, sequences and all, using XS for the coordinate section