rewrite-test-config.PL - helper for the Koha packager and installer
perl rewrite-test-config.PL configurationfile
This helper script replaces keywords in the configuration file with value either supplied through the environment
I intend to make this part of hte normal make process eventually.
The following configuration keywords are available:
takes the filename pointing to the configuration file that the top-level Makefile wrote returns a hashref that contains the configuration determined by that file.
Makefile.PL, ExtUtils::MakeMaker(3)
based on rewrite-config.PL by MJ Ray.
Andrew Moore <andrew.moore@liblime.com>