The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Lingua/Zompist/Kebreni version 0.90
===================================

This module is for inflecting Kebreni verbs. Kebreni is a language
spoken on the fictional world of Almea, which was created by Mark
Rosenfelder. It's got a rather "interesting" verbal morphology.

On a whim, and partly to check the verbs on this website, I wrote
this module. Perhaps it will be useful to other conlangers as well,
specifically those interested in the languages of Almea.

Kebreni is documented at http://www.zompist.com/kebreni.htm .

Lingua::Zompist::Kebreni is an object-oriented module; to use it,
create a Lingua::Zompist::Kebreni object and then call methods such
as ->benefactive or ->polite on it to inflect the verb.

I think this version is getting pretty close to finished. I haven't made
any changes to the code in quite a while. If you find any bugs, please
report them to me.

Note that the licence changed between version 0.41 (same licence as
Perl) and 0.90 (BSD-style licence). I believe that the current licence
gives you at least as many rights as the old licence; however, if for
some particular reason you prefer the Perl licence, please fetch version
0.41 or earlier.

Comments, feedback, and flames to pne@cpan.org.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Test::More, version 0.19 or above

COPYRIGHT AND LICENCE

Copyright (C) 2001, 2002 by Philip Newton.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  * Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.