Skip to content

Commit

Permalink
Switch from Log::Any to Log::Any::IfLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Aug 17, 2015
1 parent de7e212 commit 512b74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -17,4 +17,4 @@ Rinci=1.1.29

perl=5.010001
File::Trash::Undoable=0.08
Log::Any=0
Log::Any::IfLOG=0
2 changes: 1 addition & 1 deletion lib/File/Truncate/Undoable.pm
Expand Up @@ -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;

Expand Down

0 comments on commit 512b74d

Please sign in to comment.