|
Hi,
I don't know anything about perl and I'm trying to patch /usr/share/perl5/SVN/Notify.pm as per your instructions.
But when I run svnnotify I get the following error:
Can't locate object method "new" via package "Net::SMTP::SSL" (perhaps you forgot to load "Net::SMTP::SSL"?) at /usr/share/perl5/SVN/Notify.pm line 2388.
I guess I have to add something like use Net::SMTP::SSL; or load Net::SMTP::SSL; or whatever but I don't know where...
Can you help me please??
Thanks, Luca. |