NAME

String::Fraction - convert fractions into unicode chars

SYNOPSIS

use String::Fraction;
print String::Fraction->tweak( <<ENDOFTEXT );
  When this is run through tweak things like 1/4 and 0.25 and 6.33
  will be converted to unicode chars that represent the fractional parts
ENDOFTEXT

DESCRIPTION

This module functions identically to its superclass HTML::Fraction, but rather than converting fractions into HTML entities they are replaced by the unicode characters for those fractions.

AUTHOR

Copyright Mark Fowler <mark@twoshortplanks.com> and Fotango 2005.

Copyright Mark Fowler <mark@twoshortplanks.com> 2012.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS

None Known

SEE ALSO

HTML::Fraction