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 031cf5d commit a927030Copy full SHA for a927030
bin/Undersightable.p6
@@ -246,7 +246,7 @@ method check-version-mentions() {
246
my $last-tag = self.get-tags(‘2009-02-01’, :default(), repo => ‘./data/rakudo-moar’).tail;
247
my $resp = get $url;
248
with $resp {
249
- if await($resp.body).match: / ‘#’\d+ \s ‘"’$last-tag‘"’ / {
+ if await($resp.body).match: / [‘#’\d+ \s]? ‘"’$last-tag‘"’ / {
250
take “| $url | {.status} | $last-tag release is mentioned |” ;
251
} else {
252
take “| $url | {.status} | **☠ No mention of $last-tag release found** |” does Error;
0 commit comments