Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 all

Prerequisites:

Test::Simple => 0.98
Test::Exception => 0.31
Storable => 2.34
Iterator::Util => 0.02
Carp => 1.26