From: Daniel Kahn Gillmor Date: Thu, 28 Apr 2011 17:37:21 +0000 (-0400) Subject: added needed use directive X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75466185df15dd907ab216638142b3aa08156575;p=monkeysphere-validation-agent.git added needed use directive --- diff --git a/Crypt/Monkeysphere/MSVA/Monitor.pm b/Crypt/Monkeysphere/MSVA/Monitor.pm index 67f24e9..8dae0de 100644 --- a/Crypt/Monkeysphere/MSVA/Monitor.pm +++ b/Crypt/Monkeysphere/MSVA/Monitor.pm @@ -23,6 +23,7 @@ { package Crypt::Monkeysphere::MSVA::Monitor; + use Module::Load::Conditional; use strict; use warnings;