Hi All, Another "perl6 -c" bug to fix
my $CleanOldRev = $OldRev ~~ s:global/ "-|_|:|u" / "."; $CleanOldRev ~= ".0.0.0.0.0.0.0.0.0.0"; ===SORRY!=== Error while compiling /home/linuxutil/GetUpdates.pl6 Unsupported use of ${Title}; in Perl 6 please use {$Title} at /home/linuxutil/GetUpdates.pl6:416 ------> PrintRedErr "${Title}⏏::${IAm} debugging statement\n"; The actual error was that I forgot the "/" at the end of the ".". Please fix. -T