Skip to content

Commit

Permalink
s/List::MoreUtils/List::SomeUtils/g
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jan 4, 2025
1 parent 082a387 commit bbc8ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WriteMakefile(
'PREREQ_PM' => {
'IO::Handle' => 0,
'Time::HiRes' => 0,
'List::MoreUtils' => 0,
'List::SomeUtils' => 0,
},
'BUILD_REQUIRES' => {
'Event' => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/IO/Event.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ use warnings;

use strict;
use warnings;
use List::MoreUtils qw(any);
use List::SomeUtils qw(any);

our @ISA = qw(IO::Event);

Expand Down

0 comments on commit bbc8ebb

Please sign in to comment.