Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/data-linkedlist
Perl implementation of the GNU Classpath LinkedList.
https://github.com/neilb/data-linkedlist
Last synced: 18 days ago
JSON representation
Perl implementation of the GNU Classpath LinkedList.
- Host: GitHub
- URL: https://github.com/neilb/data-linkedlist
- Owner: neilb
- License: other
- Created: 2013-11-03T20:47:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T20:49:02.000Z (about 11 years ago)
- Last Synced: 2024-11-06T00:45:20.897Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Data::LinkedList
===========A Perl implementation of GNU classpath LinkedList class (doubly linked list).
This module provide an object orieted interface to a doubly linked list data structure.
Installation:
perl Makefile.PL
make test install clean allPrerequisites:
Test::Simple => 0.98
Test::Exception => 0.31
Storable => 2.34
Iterator::Util => 0.02
Carp => 1.26