Skip to content

Commit

Permalink
use List::Util instead of List::AllUtils+List::MoreUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Jun 4, 2015
1 parent 9cda8e8 commit 54c02b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/Elemental/PerlMunger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ C<%doc>.
use namespace::autoclean;

use Encode ();
use List::AllUtils qw(any max);
use List::Util 1.33 qw(any max);
use Params::Util qw(_INSTANCE);
use PPI;

Expand Down

0 comments on commit 54c02b1

Please sign in to comment.