The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

File::DataClass::List - List response class

Synopsis

   use File::DataClass::List;

   $list_object = $self->list_class->new;

Description

List object returned by "list" in File::DataClass::ResultSet

Configuration and Environment

Defines these attributes

found

True if the requested element was found

labels

A hash ref keyed by element attribute name, where the values are the descriptive labels for each attribute

list

An array ref of element names

result

Maybe an Result if the requested element was found

Subroutines/Methods

None

Diagnostics

None

Dependencies

File::DataClass::Types

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2017 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE