From 4ec289a540433aa3b85e718f0d6877947b7fb045 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Sun, 13 Feb 2011 11:22:15 +0100 Subject: Add comment explaining where terrible code comes from ... and it is not brought by the stork. --- dist/ExtUtils-ParseXS/t/600-t-compat.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/ExtUtils-ParseXS/t/600-t-compat.t b/dist/ExtUtils-ParseXS/t/600-t-compat.t index 6cc6678e1e..90d3483a7b 100644 --- a/dist/ExtUtils-ParseXS/t/600-t-compat.t +++ b/dist/ExtUtils-ParseXS/t/600-t-compat.t @@ -93,7 +93,10 @@ foreach my $test (@tests) { } - +# The code below is a reproduction of what the pre-ExtUtils::Typemap +# typemap-parsing/handling code in ExtUtils::ParseXS looked like. For +# bug-compatibility, we want to produce the same data structures as that +# code as much as possible. sub _process_typemaps { my ($tmap, $pwd) = @_; -- cgit v1.2.1