Skip to content

Commit

Permalink
Use the new renamed module SHARYANTO::Package::Util -> Package::MoreUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Dec 5, 2014
1 parent 41dfe8b commit 9e423e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ File::Flock=0
File::Remove=0
JSON=0
Log::Any=0
Package::MoreUtil=0
Perinci::Sub::Util=0
SHARYANTO::Package::Util=0
UUID::Random=0

[Extras / lint-prereqs / assume-provided]
Expand Down
2 changes: 1 addition & 1 deletion lib/Perinci/Tx/Manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use JSON;
use Log::Any '$log';
use Perinci::Sub::Util qw(err);
use Scalar::Util qw(blessed);
use SHARYANTO::Package::Util qw(package_exists);
use Package::MoreUtil qw(package_exists);
use Time::HiRes qw(time);
use UUID::Random;

Expand Down

0 comments on commit 9e423e3

Please sign in to comment.