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 eb6fc7e commit ab1e3c4Copy full SHA for ab1e3c4
bench
@@ -7,7 +7,7 @@ use JSON::Tiny;
7
8
9
# Reduce directory insanity a bit by changing to bench root
10
-my ($PROGRAM_DIR) = ~($*PROGRAM_NAME ~~ /^(.*\/)/) // './';
+my $PROGRAM_DIR = ~($*PROGRAM_NAME ~~ /^(.*\/)/) || './';
11
chdir $PROGRAM_DIR;
12
$PROGRAM_DIR = cwd;
13
my $COMPONENTS_DIR = "$PROGRAM_DIR/components";
0 commit comments