The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Lingua::TypoGenerator version 0.01
==================================

This module has a single exportable function, C<typos>, which, given a string,
returns a list of "plausible typos". It works by deleting characters,
duplicating characters, transposing adjacent characters, and replacing 
characters by adjacent keys in the QWERTY keyboard. It can also optionally
add, remove or change the type of accent in a character.

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   (only used for testing; core module since perl 5.7.3)

COPYRIGHT AND LICENSE

Copyright (C) 2004 Ivan Tubert-Brohman <itub@cpan.org>

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