| Age | Commit message (Collapse) | Author |
|
|
|
remove get_member(), get_active() and get_recipient()
define get_next_key() and get_next_value() and clarify thier definitions.
|
|
|
|
find() returns "key value" by default and "key" if requested.
add want option e.g. find(key, { want => $what } ).
|
|
|
|
|
|
XXX For example, md_XXX() should be implemented at
XXX IO::Adapter::SQL::toymodel.pm
|
|
o fix typo: s/regexp/replace/
o fix case insensitive search when $show_all is on
o call md_find (md == map dependent, function) if defined
|
|
not exists.
|
|
check $@ before call configure()
add more debug codes
|
|
my $addrs = $obj->find( $user , { all => 1 });
FML::Credential is modified to get all addresses which match /^$user/
once and search it within them.
1. get all entries match /^$user/ from $map.
2. try each address in the result matches $address to check.
3. is_same_address() conceals matching algorithm details.
|
|
internal name change: _schema -> _driver
|
|
|
|
|
|
|