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 HTTP::Request::FromTemplate.

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

latest release from CPAN
  cpan HTTP::Request::FromTemplate

or

  cpanm HTTP::Request::FromTemplate
directly, as the latest development files
 cpanm git://github.com/Corion/http-request-fromtemplate.git
manually cloninig the repository:
 git clone git://github.com/Corion/http-request-fromtemplate.git
 cd HTTP_Request_FromTemplate
 perl Makefile.PL
 make
 make test
 make install