# Copyright (c) 2008 by Ricardo SIGNES. All rights reserved. # Licensed under terms of Perl itself (the "License"). # You may not use this file except in compliance with the License. # A copy of the License was distributed with this file or you may obtain a # copy of the License from http://dev.perl.org/licenses/ INSTALLATION This distribution may be installed via one of the following methods: 1. If Build.PL exists and Module::Build is installed: perl Build.PL perl Build perl Build test perl Build install 2. If Makefile.PL exists: perl Makefile.PL make make test make install If you are on a Windows machine you should use 'nmake' or 'dmake' rather than 'make'.