NAME
    WordList::Mod - Modified wordlist

VERSION
    This document describes version 0.001 of WordList::Mod (from Perl
    distribution WordList-Mod), released on 2018-04-02.

SYNOPSIS
     use WordList::Mod qw(get_mod_wordlist);

     my $wl = get_mod_wordlist('EN::Foo', 'Bloom');
     $wl->word_exists("foo");

DESCRIPTION
    EXPERIMENTAL.

    This module instantiates a wordlist class ("WordList::*") then applies
    per-object patches from one or more mod's ("WordList::Mod::*" modules).

FUNCTIONS
    None of the functions are exported by default, but they are exportable.

  get_mod_wordlist
    Usage:

     get_mod_wordlist($wl_mod, @mod_mods) => obj

    Instantiate a wordlist class ("WordList::<$wl_mod>") then apply the
    patches from zero or more "mod" modules (modules in "WordList::Mod::*"
    namespace). The patches are per-object.

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/WordList-Mod>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-WordList-Mod>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=WordList-Mod>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

SEE ALSO
    WordList

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2018 by perlancar@cpan.org.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

