The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
The Regexp::Ethiopic package provides POSIX style character class
support for Ethiopic script and the languages that use it.  The
RE symbology of the package is experimental and may change later.
The character classes themselves are stable.

Only Amharic RE support is provided until the package stabilizes
a bit.  In essence, what the package does is overload Perl's RE
mechanism to filter the convenient POSIX style classes and
convert them into big ungainly expressions that you would never
care to type.

See the files in doc/ and examples/ to get the gist of it.

The package is only known to work with Perl 5.8.0, it won't win
any points for efficiency, does not do error checking, etc, it
should be considered experimental at this time but does work
under normal conditions (ie you're not trying to break it).

Released today in case I'm hit by a bus tomorrow...