View | Details | Raw Unified | Return to bug 92548
Collapse All | Expand All

(-)files/patch-MANIFEST (+7 lines)
Added Link Here
1
--- MANIFEST.orig	Mon Jan 30 14:54:45 2006
2
+++ MANIFEST	Mon Jan 30 14:54:59 2006
3
@@ -1246,4 +1246,3 @@
4
 t/data/tv_sort_test_remove_some_overlapping_xml.expected
5
 t/data/tv_to_latex_test_remove_some_overlapping_xml.expected
6
 t/data/tv_to_text_test_remove_some_overlapping_xml.expected
7
-META.yml                                 Module meta-data (added by MakeMaker)
(-)files/patch-Makefile.PL (-4 / +13 lines)
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
 	}

Return to bug 92548