package Algorithm::SkipList::PurePerl; use base 'Algorithm::SkipList'; our $VERSION = '1.00'; # $VERSION = eval $VERSION; 1; __END__ =head1 NAME Algorithm::SkipList::PurePerl - Pure-Perl implementation of skip lists =head1 DESCRIPTION This is an alias for L. =cut