|
Lines 1-6
Link Here
|
| 1 |
--- Makefile.PL.orig Mon Oct 25 02:33:47 2004 |
1 |
--- Makefile.PL.orig Mon Jan 30 14:53:32 2006 |
| 2 |
+++ Makefile.PL Fri Nov 26 15:29:30 2004 |
2 |
+++ Makefile.PL Mon Jan 30 14:54:19 2006 |
| 3 |
@@ -466,14 +466,14 @@ |
3 |
@@ -537,14 +537,14 @@ |
| 4 |
# Guess a default value for {install} based on whether |
4 |
# Guess a default value for {install} based on whether |
| 5 |
# prerequisites were found. |
5 |
# prerequisites were found. |
| 6 |
# |
6 |
# |
|
Lines 17-23
Link Here
|
| 17 |
# Need to set {install} for each component by prompting. |
17 |
# Need to set {install} for each component by prompting. |
| 18 |
foreach my $info (@opt_components) { |
18 |
foreach my $info (@opt_components) { |
| 19 |
my $missing = $info->{missing}; |
19 |
my $missing = $info->{missing}; |
| 20 |
@@ -502,8 +502,8 @@ |
20 |
@@ -573,8 +573,8 @@ |
| 21 |
die; |
21 |
die; |
| 22 |
} |
22 |
} |
| 23 |
|
23 |
|
|
Lines 28-30
Link Here
|
| 28 |
} |
28 |
} |
| 29 |
} |
29 |
} |
| 30 |
} |
30 |
} |
|
|
31 |
@@ -1019,7 +1019,7 @@ |
| 32 |
die "target $name seen twice" if defined $r{$name}; |
| 33 |
$r{$name} = $curr_target = []; |
| 34 |
} |
| 35 |
- elsif (/^\t/ and defined $curr_target) { |
| 36 |
+ elsif (/^\s/ and defined $curr_target) { |
| 37 |
# Commands for the target. |
| 38 |
push @$curr_target, $_; |
| 39 |
} |