Hi All, $ perl6 -v This is Rakudo version 2018.04 built on MoarVM version 2018.04.1 implementing Perl 6.c.
I have another `perl6 -c` bug to fix $ perl6 -c GetUpdates.pl6 ===SORRY!=== Could not find Term::termios at line 15 in: /home/linuxutil /home/todd/.perl6 /usr/lib64/perl6/site /usr/lib64/perl6/vendor /usr/lib64/perl6 CompUnit::Repository::AbsolutePath<94788577628288> CompUnit::Repository::NQP<94788577651792> CompUnit::Repository::Perl5<94788577651832> Since Line 15 has nothing whatsoever to do with Term::termios 15: my %MaxTime = ( '%MaxTime<MaxTime1>' => 20, # Seconds Bug: `perl6 -c` needs to properly identify which module threw the error. -T