Remove (included in upstream).
This commit is contained in:
parent
8941f8f442
commit
cd918b4300
@ -1,12 +0,0 @@
|
||||
diff -up Text-Template-1.44/t/09-error.t.old Text-Template-1.44/t/09-error.t
|
||||
--- Text-Template-1.44/t/09-error.t.old 2008-02-07 07:03:27.000000000 -0500
|
||||
+++ Text-Template-1.44/t/09-error.t 2008-02-07 07:04:07.000000000 -0500
|
||||
@@ -40,7 +40,7 @@ $n++;
|
||||
eval {
|
||||
Text::Template->new(TYPE => 'wlunch', SOURCE => 'fish food');
|
||||
};
|
||||
-if ($@ =~ /^\QIllegal value \`WLUNCH\' for TYPE parameter/) {
|
||||
+if ($@ =~ /^\QIllegal value `WLUNCH' for TYPE parameter/) {
|
||||
print "ok $n\n";
|
||||
} else {
|
||||
print STDERR $@;
|
||||
Loading…
Reference in New Issue
Block a user