SF.net SVN: postfixadmin:[1893] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <gin...@us...> - 2017-02-08 20:24:34
|
Revision: 1893 http://sourceforge.net/p/postfixadmin/code/1893 Author: gingerdog Date: 2017-02-08 20:24:31 +0000 (Wed, 08 Feb 2017) Log Message: ----------- evil hack to make vacation work while we are using Mail::Sender - see also https://sourceforge.net/p/postfixadmin/patches/136/ Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2017-02-08 20:11:18 UTC (rev 1892) +++ trunk/VIRTUAL_VACATION/vacation.pl 2017-02-08 20:24:31 UTC (rev 1893) @@ -1,6 +1,11 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl -X +# Note - 2017/02/08 DG : +# Yes - I know -X (^) is not ideal. +# Patches are welcome to remove the dependency on Mail::Sender. +# Until then, we need -X to stop it failing with warnings like +# defined(@array) is deprecated at .../perl5/Mail/Sender.pm line 318. # -# Virtual Vacation 4.0r1 +# Virtual Vacation 4.0 # # $Revision$ # Originally by Mischa Peters <mischa at high5 dot net> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |