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 f62ccfb commit bfd8aaeCopy full SHA for bfd8aae
bin/Squashable.p6
@@ -24,7 +24,7 @@ unit class Squashable does Whateverable;
24
25
my $WIKI-PAGE-URL = ‘https://raw.githubusercontent.com/wiki/rakudo/rakudo/Monthly-Bug-Squash-Day.md’;
26
my $TIMEZONE-RANGE = (-12..14) × 60×60; # in seconds (let's be inclusive?)
27
-my $CHANNEL = ‘#whateverable’; # TODO ‘#perl6’;
+my $CHANNEL = %*ENV<DEBUGGABLE> ?? ‘#whateverable’ !! ‘#perl6’;
28
my $PATH = ‘data/squashable’.IO;
29
30
my $next-event-lock = Lock.new;
0 commit comments