NAME

Net::FluidDB::Value::Set - FluidDB set values

SYNOPSIS

$value = $object->value("fxn/tags");

DESCRIPTION

Net::FluidDB::Value::Set models FluidDB set values.

FluidDB has a type "set of strings" that we model as arrayref of strings. Take into account, however, that order is not relevant, because they have set semantics. In particular you may tag with a given collection and fetch the same collection later in a different order.

You will rarely need to construct one directly. Tagging objects understands the alias 'set' to allow tagging with ordinary scalars.

USAGE

Inheritance

Net::FluidDB::Value::Set is a subclass of Net::FluidDB::Value::Native.

AUTHOR

Xavier Noria (FXN), <fxn@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2010 Xavier Noria

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.