[rt-users] RT 2.0.5 - compilation aborted

Tarren tarren at tarren.co.uk
Wed Aug 15 11:55:07 EDT 2001


On Wednesday, August 15, 2001, at 04:37  pm, Jesse wrote:

> It appears that a perl 5.6ism snuck into the codebase.
> The fix is pretty trivial.
>
> Around line 437 of lib/RT/Interface/Email.pm, you should see the line
>
>       foreach my $header qw( Errors-To Reply-To From Sender ) {
>
> Replace it with the following line and tell me if it works for you.
>
>       foreach my $header ('Errors-To', 'Reply-To', 'From', 'Sender' ) {
>
> If this fixes things, I'll roll 2.0.5_01 later today.

Yes, Changing line 437 as detailed above seems to cure the problem for 
me!

Thanks.

Tarren.




More information about the rt-users mailing list