NAME
Lingua::IT::Ita2heb::Role::Constants::Hebrew - a role for the Hebrew constants we are using.
DESCRIPTION
A role for the Hebrew constants we are using.
VERSION
Version 0.01
SYNOPSIS
package MyClass;
use Moose;
with ('Lingua::IT::Ita2heb::Role::Constants:Hebrew');
no Moose;
package main;
my $obj = MyClass->new();
METHODS
$self->heb($spec)
Returns $spec translated into Hebrew letters. One can separate Hebrew letters using commas (,
).
$self->list_heb(@specs)
Returns a list of @specs converted to Hebrew using heb (see above).
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Lingua::IT::Ita2heb::Role::Constants
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2011 Amir E. Aharoni.
This program is free software; you can redistribute it and modify it under the terms of either:
the GNU General Public License version 3 as published by the Free Software Foundation.
or the Artistic License version 2.0.
See http://dev.perl.org/licenses/ for more information.
AUTHOR
Amir E. Aharoni, <amir.aharoni at mail.huji.ac.il>
and Shlomi Fish ( http://www.shlomifish.org/ ).