From 93a8bcc4ddde083b9da915986e32231530bbcb5e Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 1 May 2004 03:54:50 +0000 Subject: [PATCH] very weird 5.005 problem --- htetc/global.asa | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htetc/global.asa b/htetc/global.asa index 4358e87b1..55cc8ed94 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -198,7 +198,9 @@ sub sprintAutoProfile { sub include { ( my $file = shift ) =~ s(^/)(%%%FREESIDE_DOCUMENT_ROOT%%%/); - ${$Response->TrapInclude($file, @_)}; + #broken in 5.005# ${$Response->TrapInclude($file, @_)}; + my $ref = $Response->TrapInclude($file, @_); + $$ref; } if ( defined(@DBIx::Profile::ISA) ) { -- 2.11.0