[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] p5-palm installations issues



has there been any further work done to simplify the installation of the
p5-palm modules?

I'm troubleshooting my installation right now since I had to upgrade to perl
5.6.1 (from 5.6.0) for a module I wanted for a conduit and now I have to
move around my modules again

Also, has the Palm::Mail module been updated to include the checks for null
values that came up on the list a week or so ago (to avoid other users
having the same problem)? eg:
        $to =~ s/\s*\n\s*(?!$)/, /gs if defined($to);
        $cc =~ s/\s*\n\s*(?!$)/, /gs if defined($cc);
        $bcc =~ s/\s*\n\s*(?!$)/, /gs if defined($bcc);
        $replyTo =~ s/\s*\n\s*(?!$)/, /gs if defined($replyTo);
        $sentTo =~ s/\s*\n\s*(?!$)/, /gs if defined($sentTo);



-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.