| 1 Index: Authen-SASL-2.12/Makefile.PL |
1 Index: IPC-ShareLite-0.17/Makefile.PL |
| 2 --- Authen-SASL-2.12/Makefile.PL.orig 2008-09-13 00:09:14.000000000 +0200 |
2 --- IPC-ShareLite-0.17/Makefile.PL.orig 2011-06-19 23:39:44.000000000 +0200 |
| 3 +++ Authen-SASL-2.12/Makefile.PL 2008-09-13 00:09:55.000000000 +0200 |
3 +++ IPC-ShareLite-0.17/Makefile.PL 2011-06-19 23:52:49.000000000 +0200 |
| 4 @@ -33,7 +33,7 @@ features( |
4 @@ -55,11 +55,10 @@ |
| 5 ], |
|
| 6 ); |
|
| 7 |
5 |
| 8 -auto_install_now(); |
6 my @exclude = qw( Devel::CheckLib IO::CaptureOutput ); |
| 9 +#auto_install_now(); |
7 my $pad = ' ' x 4; |
| |
8 - die "Can't parse Makefile fragment" |
| |
9 - unless $lines[-2] =~ /^([^"']*(["'])).*?(\2[^"']*)$/; |
| |
10 splice @lines, -1, 0, map { "$1$_$3" } ( |
| |
11 'no_index:', "${pad}package:", map { "${pad}${pad}- $_" } @exclude |
| |
12 ); |
| 10 |
13 |
| 11 &Makefile->write; |
14 return join "\n", @lines; |
| 12 &Meta->write; |
15 } |
| |
16 + |