Audio::MPD::Common::Item::Directory - a directory object
print $item->directory . "\n";
Audio::MPD::Common::Item::Directory is more a placeholder for a
hash ref with one pre-defined key, namely the directory name.
This module only has a new() constructor, which should only be called by
Audio::MPD::Common::Item's constructor.
The only other public method is an accessor: directory().
Jerome Quelin, <jquelin at cpan.org>
Copyright (c) 2007 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.