Skip to content

Commit

Permalink
use v6.c, bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Jan 17, 2019
1 parent 2bcd7ed commit fed5827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6.*",
"name" : "URI::Encode",
"version" : "0.07",
"version" : "0.08",
"description" : "Encode and decode URIs according to RFC 3986",
"authors" : [ "David Farrell" ],
"build-depends" : [ ],
Expand Down
2 changes: 2 additions & 0 deletions lib/URI/Encode.pm6
@@ -1,3 +1,5 @@
use v6.c;

module URI::Encode:ver<0.05>
{
my $RFC3986_unreserved = rx/<[0..9A..Za..z\-.~_]>/;
Expand Down

0 comments on commit fed5827

Please sign in to comment.