===SORRY!=== Error while compiling /home/user/local/share/perl6/site/lib/IETF/RFC_Grammar/URI.pm
Cannot use adverb version on a type name (only 'ver' and 'auth' are understood)
at /home/userlocal/share/perl6/site/lib/IETF/RFC_Grammar/URI.pm:11
------> version<0.02> is IETF::RFC_Grammar::IPv6⏏;
As I'm not fluent in Perl 6, I can only guess that the aforementioned line should be :
unit grammar IETF::RFC_Grammar::URI:ver<0.02> is IETF::RFC_Grammar::IPv6;
... with the following message.
As I'm not fluent in Perl 6, I can only guess that the aforementioned line should be :
Hope this helps.