From: Arthur Axel 'fREW' Schmidt Date: Wed, 13 Feb 2013 15:46:49 +0000 (-0600) Subject: this will be rebased away, make it pass X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc45b131e2e9f60c437cf8def628aa217b1260d2;p=p5sagit%2FLog-Contextual.git this will be rebased away, make it pass --- diff --git a/t/regression_83267.t b/t/regression_83267.t index 3311e89..c551672 100644 --- a/t/regression_83267.t +++ b/t/regression_83267.t @@ -40,5 +40,5 @@ eval { Log::Contextual->import('log_info') }; is($@, '', 'Imported log function with out dying'); #don't try to invoke the function for now -#eval { log_info { "test" } 1 }; -#is($@, '', 'Was able to invoke log function'); +eval { log_info { "test" } 1 }; +is($@, '', 'Was able to invoke log function');