perl-sys/perl-sys.patch

Sat, 18 Apr 2009 14:16:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:14 +0200
changeset 164
3a96478f1303
child 372
442a711da911
permissions
-rw-r--r--

Correct and improve patch logic of optional plugin list.
Move core plugins to static config.php file, remove ldifimport which
conflicts with change_ldappass and otherwise appears broken, reorder
remaining plugins, and specify default theme (the one called 'Default'.)

     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;

mercurial