<<

NAME

rewrite-test-config.PL - helper for the Koha packager and installer

SYNOPSIS

        perl rewrite-test-config.PL configurationfile

DESCRIPTION

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.

KEYWORDS

The following configuration keywords are available:

EXAMPLES

read_config_file

  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.

add_underscores

replace_test_params

SEE ALSO

Makefile.PL, ExtUtils::MakeMaker(3)

ACKNOWLEDGEMENTS

based on rewrite-config.PL by MJ Ray.

AUTHOR

Andrew Moore <andrew.moore@liblime.com>

<<