Fix to @INC, after GForge upgrade.

/home/groups/cgal/hooks/ contains an installation of Mail/Sender.pm
This commit is contained in:
Laurent Rineau 2010-03-11 11:25:05 +00:00
parent 8e506934c8
commit e7a3024967
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
# - Email content modified to be closer to CVS commit email format # - Email content modified to be closer to CVS commit email format
# - Email sent in both HTML + text # - Email sent in both HTML + text
use lib "/home/groups/cgal/hooks/";
use Mail::Sender; use Mail::Sender;
require 5.004; # This is when locale support was added. require 5.004; # This is when locale support was added.