Roman version 1.3 ================== Roman - Perl module for conversion between Roman and Arabic numerals. SYNOPSIS use Roman; $arabic = arabic($roman) if isroman($roman); $roman = Roman($arabic); $roman = roman($arabic); 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: perl 5.6.0 and above for numbers above 4000 COPYRIGHT AND LICENCE Copyright (c) 1995 OZAWA Sakuro. Aditional code Copyright (C) 2003 Michel Rodriguez. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.