We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126b845 commit 45a9decCopy full SHA for 45a9dec
lib/ExtUtils/Liblist.pm
@@ -16,6 +16,7 @@ sub ext {
16
sub lsdir {
17
shift;
18
my $rex = qr/$_[1]/;
19
+ local *DIR;
20
opendir DIR, $_[0];
21
my @out = grep /$rex/, readdir DIR;
22
closedir DIR;
0 commit comments