logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: bug in Mail::Message::Construct::reply: msg#00026

Subject: Re: bug in Mail::Message::Construct::reply
On Wed, 7 May 2003, Mark Overmeer wrote:
> I am glad you complain... apparently, the work-around was too simple
> for most people.  It should read:
>
>     # Create a subject
>     my $srcsub  = $args{Subject};
>     my $subject
>      = ! defined $srcsub ? $self->replySubject($self->subject)
>      : ref $srcsub       ? $srcsub->($self->subject)
>      :                     $srcsub;
>
> Right?

Seems right but you forgot to apply it to
Mail::Message::Construct::Forward.pm as well ;-)

dimitris





<Prev in Thread] Current Thread [Next in Thread>