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

NAME

eris::role::dictionary - Interface for implementing a dictionary object

VERSION

version 0.005

INTERFACE

lookup()

Takes a field name, returns undef for not found or a HashRef with the following keys:

    {
        field => 'field_name',
        description => 'This is what this field means to users',
    }

fields()

Returns the list of all fields in the dictionary.

SEE ALSO

eris::dictionary, eris::role::plugin, eris::dictionary::cee, eris::dictionary::eris, eris::dictionary::syslog

AUTHOR

Brad Lhotsky <brad@divisionbyzero.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Brad Lhotsky.

This is free software, licensed under:

  The (three-clause) BSD License