diff options
Diffstat (limited to 'perl/perl-Template-Toolkit/key-value.patch')
-rw-r--r-- | perl/perl-Template-Toolkit/key-value.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/perl/perl-Template-Toolkit/key-value.patch b/perl/perl-Template-Toolkit/key-value.patch deleted file mode 100644 index 16eebd805f..0000000000 --- a/perl/perl-Template-Toolkit/key-value.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig 2009-05-21 14:16:48.000000000 +0200 -+++ Makefile.PL 2010-06-21 00:41:30.631164799 +0200 -@@ -43,7 +43,7 @@ - - my (%config, %ttconfig); - while ($_ = shift) { -- my ($k, $v) = split(/=/); -+ my ($k, $v) = split(/=/, $_, 2); - if ($k =~ /^TT/) { - $ttconfig{ $k } = $v || 0; - } |