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, 11 insertions, 0 deletions
diff --git a/perl/perl-Template-Toolkit/key-value.patch b/perl/perl-Template-Toolkit/key-value.patch new file mode 100644 index 0000000000..16eebd805f --- /dev/null +++ b/perl/perl-Template-Toolkit/key-value.patch @@ -0,0 +1,11 @@ +--- 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; + } |