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

You install this, as you would install any perl module
library, by running these commands:

   perl Build.PL
   ./Build installdeps
   ./Build
   ./Build test
   ./Build install