Sat, 18 Apr 2009 14:16:26 +0200
Correct substitutions and missing constructs throughout packaging.
Correct shtool(1) substitutions throughout, mostly embedded single
quotes and matching commas or semicolons. Install config files of
the form <plugin-name>_config.php for all unhandled plugins. Correct
superflous empty line in RPM files processing. Include squirrel_logger
config.php in config file attribute list. Remove unconfigurable captcha
backends from config file attribute list.
1 Index: Authen-SASL-2.12/Makefile.PL
2 --- Authen-SASL-2.12/Makefile.PL.orig 2008-09-13 00:09:14.000000000 +0200
3 +++ Authen-SASL-2.12/Makefile.PL 2008-09-13 00:09:55.000000000 +0200
4 @@ -33,7 +33,7 @@ features(
5 ],
6 );
8 -auto_install_now();
9 +#auto_install_now();
11 &Makefile->write;
12 &Meta->write;