=head1 INSTALLATION

These are the installation instructions for HTTP::Request::FromTemplate.

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

=over

=item latest release from CPAN

  cpan HTTP::Request::FromTemplate

or

  cpanm HTTP::Request::FromTemplate

=item directly, as the latest development files

 cpanm git://github.com/Corion/http-request-fromtemplate.git

=item 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

=back