From 512b74d084c599510917e5dcaadea3c1c63390b5 Mon Sep 17 00:00:00 2001 From: "perlancar (@pc-home)" Date: Mon, 17 Aug 2015 20:35:32 +0700 Subject: [PATCH] Switch from Log::Any to Log::Any::IfLOG --- dist.ini | 2 +- lib/File/Truncate/Undoable.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist.ini b/dist.ini index c47e608..399d07f 100644 --- a/dist.ini +++ b/dist.ini @@ -17,4 +17,4 @@ Rinci=1.1.29 perl=5.010001 File::Trash::Undoable=0.08 -Log::Any=0 +Log::Any::IfLOG=0 diff --git a/lib/File/Truncate/Undoable.pm b/lib/File/Truncate/Undoable.pm index 0050651..f4a07a7 100644 --- a/lib/File/Truncate/Undoable.pm +++ b/lib/File/Truncate/Undoable.pm @@ -6,7 +6,7 @@ package File::Truncate::Undoable; use 5.010001; use strict; use warnings; -use Log::Any '$log'; +use Log::Any::IfLOG '$log'; use File::Trash::Undoable;