The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Hyphenate - Perl extension for blah blah blah

SYNOPSIS

  use Text::Hyphenate qw(hyphenate);

  $hyphenated = hyphenate($width, $text);

  # OR:

  $hyphenater = Text::Hyphenate->new($width);
  $hyphenated = $hyphenater->hyphenate($text);
  

DESCRIPTION

Stub documentation for Text::Hyphenate was created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.

Blah blah blah.

AUTHOR

A. U. Thor, a.u.thor@a.galaxy.far.far.away

SEE ALSO

perl(1).