perl-Convert-Number-Roman

Convert Between Western and Roman Numeral Systems

Implementation of the Roman numeral conversion algorithm proposed for the CSS3-List module specification. Use to convert between Western and Roman numeral systems under Unicode. * See: <a href="http://www.w3.org/TR/css3-lists/">http://www.w3.org/TR/css3-lists/</a> Roman numerals have both uppercase and lowercase styles. The default style used is the uppercase. The default style can be set at instantiation time as per: my $n = new Convert::Number::Roman( "lower" ); or my $n = new Convert::Number::Roman( 4294967296, "lower" ); The default style may also be set during conversion as per: $n->convert( "lower" ); or $n->convert( 4294967296, "lower" ); The 'style' method is also available to set or query the default style: my $style = $n->style; # query style $n->style( "upper" ); # reset style

There is no official package available for openSUSE Leap 15.5

Distributions

openSUSE Tumbleweed

openSUSE Leap 15.5

openSUSE Leap 15.4