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 dce631e commit b89bc06Copy full SHA for b89bc06
t/lib/MakeMaker/Test/Setup/BFD.pm
@@ -108,7 +108,7 @@ my $tmpdir;
108
# if given args, those are inserted as components in resulting path, eg:
109
# setup_recurs('dir') means instead of creating Big-Dummy/*, dir/Big-Dummy/*
110
sub setup_recurs {
111
- my @chrs=("A".."Z",0-9);
+ my @chrs = ( "A" .. "Z", 0 .. 9 );
112
# annoyingly we cant use File::Temp here as it drags in XS code
113
# and we run under blocks to prevent XS code loads. This is a minimal
114
# patch to fix the issue.
0 commit comments