This archive contains two versions of the LinkedList manager: v1 Uses a single object to iterate the list. v2 Uses separate List, Cursor, and Fragment objects. v1 runs on any perl v5.24 and later; v2 requires v5.40 or later. If you have any choice whatever use v2. The ./version directory has distributions for v5.24 and v5.40. At runtime the Makfile.PL will determine which of the releases is appropriate for the installed perl. At that point you get the older release with v1 code forever (