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

# install via cpanminus
cpanm Text::Ligature

# install via CPAN shell
cpan Text::Ligature

# install via ActivePerl
ppm install Text::Ligature

# install manually
perl Build.PL
./Build
./Build test
./Build install