1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# $File: //member/autrijus/Locale-Hebrew/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 11166 $ $DateTime: 2004/09/17 21:16:27 $
This is the README file for Locale::Hebrew, a module implementing
bidirectional Hebrew support for Perl.
* Installation
Locale::Hebrew uses the standard perl module install process:
cpansign -v # see SIGNATURE for details
perl Makefile.PL
make
make test
make install
* Copyright
Copyright 2001, 2002 by Ariel Brosh.
Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.
All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>.
# Local variables:
# c-indentation-style: bsd
# c-basic-offset: 4
# indent-tabs-mode: nil
# End:
# vim: expandtab shiftwidth=4:
|