raku-community-modules / URI

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

Remove obsolete is_validating option #24

Closed ronaldxs closed 8 years ago

ronaldxs commented 8 years ago

The current specification says that grammars matching is anchored by the start and end of the string. Years ago there may have been a reason for an is_validating option but certainly no longer. You can request a subparse by passing a match-prefix option to either new or parse. Invalid URI exceptions now throw a class rather than a string.