Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from cfa/v6c
use v6.c, bump version number.
  • Loading branch information
AlexDaniel committed Jan 21, 2019
2 parents 2bcd7ed + fed5827 commit 5f4d747
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 5f4d747

Please sign in to comment.