summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--LICENSE6
-rw-r--r--META.json7
-rw-r--r--dist.ini10
4 files changed, 20 insertions, 7 deletions
diff --git a/Changes b/Changes
index 340d14b..b3033a6 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for URI
{{$NEXT}}
+ - Convert the dist to Dist::Zilla for authoring.
+ - Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated
2016-01-08 Karen Etheridge <ether@cpan.org>
@@ -527,7 +529,7 @@ Revision history for URI
Relative URIs that start with the query string directly (i.e. "?q")
are now absolutized as specified in rfc2396bis. See:
http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query
-
+
Added URI::Split module. It's a lightweight module that can be
used to parse and compose URI string to/from its component parts.
diff --git a/LICENSE b/LICENSE
index cefdf74..0faf80a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 1995 by Gisle Aas, Martijn Koster.
+This software is copyright (c) 1998 by Gisle Aas.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 1995 by Gisle Aas, Martijn Koster.
+This software is Copyright (c) 1998 by Gisle Aas.
This is free software, licensed under:
@@ -272,7 +272,7 @@ That's all there is to it!
--- The Artistic License 1.0 ---
-This software is Copyright (c) 1995 by Gisle Aas, Martijn Koster.
+This software is Copyright (c) 1998 by Gisle Aas.
This is free software, licensed under:
diff --git a/META.json b/META.json
index 52b745c..72c1fc4 100644
--- a/META.json
+++ b/META.json
@@ -286,7 +286,12 @@
"LICENSE",
"META.json",
"Makefile.PL",
- "README.md"
+ "README.md",
+ "draft-duerst-iri-bis.txt",
+ "rfc2396.txt",
+ "rfc3986.txt",
+ "rfc3987.txt",
+ "uri-test"
],
"exclude_match" : [],
"follow_symlinks" : 0,
diff --git a/dist.ini b/dist.ini
index daeda12..098b265 100644
--- a/dist.ini
+++ b/dist.ini
@@ -2,8 +2,8 @@ name = URI
author = Gisle Aas <gisle@activestate.com>
license = Perl_5
main_module = lib/URI.pm
-copyright_holder = Gisle Aas, Martijn Koster
-copyright_year = 1995
+copyright_holder = Gisle Aas
+copyright_year = 1998
version = 1.72
; Gather stuff in
@@ -12,6 +12,12 @@ exclude_filename = LICENSE
exclude_filename = META.json
exclude_filename = Makefile.PL
exclude_filename = README.md
+exclude_filename = draft-duerst-iri-bis.txt
+exclude_filename = rfc2396.txt
+exclude_filename = rfc3986.txt
+exclude_filename = rfc3987.txt
+exclude_filename = uri-test
+
[PruneCruft]
; Handle the META resources