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

INSTALLATION

These are the installation instructions for $module.

The module releases are hosted on CPAN. The module can be installed:

latest release from CPAN
  cpan $module

or

  cpanm $module
directly, as the latest development files
 cpanm $repository
manually cloninig the repository:
 git clone $repository
 cd $distdir
 perl Makefile.PL
 make
 make test
 make install

INSTALL $content =~ s!\s$!\n!mg; print $fh $content; }; }