raku-community-modules / URI

Raku realization of URI — Uniform Resource Identifiers handler
Artistic License 2.0
3 stars 14 forks source link

rakudo/rakudo@7e3d0b8369812635097a0db66ae6e4dec3f92833 breaks URI #25

Closed GeJ closed 8 years ago

GeJ commented 8 years ago

... with the following message.

===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;

Hope this helps.

ronaldxs commented 8 years ago

Should be fixed now with latest merge 6bf653b.

zoffixznet commented 8 years ago

Indeed, this is fixed now. Someone who can should close this Issue.