NAME
XAS::Lib::Set::Light - An extennsion to Set::Light
SYNOPSIS
use XAS::Lib::Set::Light;
my $set = XAS::Lib::Set::Light->new();
$set->insert("item');
my @items = $set->items();
DESCRIPTION
This module is an extension of Set::Light.
METHODS
items
This method returns all of the elements of the set in sorted order.
SEE ALSO
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (c) 2015 Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.