Contains Modules to preform simple logging to file and load configuration information from a configuration file.
perl Build.PL
./Build installThe build system is using perl Module::Build. A full list of the building options are available run:
./Build helpA more complex example involving specific install directories could something like:
perl Build.PL --prefix=/usr/local
./Build installA binary Debian package can be built with:
dpkg-buildpackage -b -us -uc
When successful (make sure to have libmodule-build-perl installed) it will create a .deb and a .changes files one directory above the root of this repository, something like:
../liblinz-utils-perl_<version>_*
So then you can install it via:
dpkg -i ../liblinz-utils-perl_*.deb
This program is released under the terms of the new BSD license. See the LICENSE file for more information.
Copyright 2011 Crown copyright (c) Land Information New Zealand and the New Zealand Government.