summaryrefslogtreecommitdiffstats
path: root/perl/perl-URI-Simple/README
diff options
context:
space:
mode:
author Donald Cooley2018-11-15 21:48:28 +0100
committer Willy Sudiarto Raharjo2018-11-17 12:42:45 +0100
commit154a8b5e3bf33163f026856a1d975c669c49063f (patch)
tree31bba6b50e269c26d8777751a39abf7b8f2885c2 /perl/perl-URI-Simple/README
parent67c049c8d754681b84ca55f57e97b84f1b579492 (diff)
downloadslackbuilds-154a8b5e3bf33163f026856a1d975c669c49063f.tar.gz
perl/perl-URI-Simple: Added (A simple way to parse uri.).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-URI-Simple/README')
-rw-r--r--perl/perl-URI-Simple/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/perl-URI-Simple/README b/perl/perl-URI-Simple/README
new file mode 100644
index 0000000000..2bb3e1624c
--- /dev/null
+++ b/perl/perl-URI-Simple/README
@@ -0,0 +1,2 @@
+This module is a direct port of JavaScript parseURI regex by Steven
+Levithan. This module will attempt to split URIs according to RFC 3986.