Skip to content

Commit a35907d

Browse files
committed
Fix up changes, remove some text files from the build
1 parent 67fb2fd commit a35907d

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

Changes

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for URI
22

33
{{$NEXT}}
4+
- Convert the dist to Dist::Zilla for authoring.
5+
- Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated
46

57
2016-01-08 Karen Etheridge <[email protected]>
68

@@ -527,7 +529,7 @@ Revision history for URI
527529
Relative URIs that start with the query string directly (i.e. "?q")
528530
are now absolutized as specified in rfc2396bis. See:
529531
http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query
530-
532+
531533
Added URI::Split module. It's a lightweight module that can be
532534
used to parse and compose URI string to/from its component parts.
533535

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 1995 by Gisle Aas, Martijn Koster.
1+
This software is copyright (c) 1998 by Gisle Aas.
22

33
This is free software; you can redistribute it and/or modify it under
44
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212

1313
--- The GNU General Public License, Version 1, February 1989 ---
1414

15-
This software is Copyright (c) 1995 by Gisle Aas, Martijn Koster.
15+
This software is Copyright (c) 1998 by Gisle Aas.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 1995 by Gisle Aas, Martijn Koster.
275+
This software is Copyright (c) 1998 by Gisle Aas.
276276

277277
This is free software, licensed under:
278278

META.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,12 @@
286286
"LICENSE",
287287
"META.json",
288288
"Makefile.PL",
289-
"README.md"
289+
"README.md",
290+
"draft-duerst-iri-bis.txt",
291+
"rfc2396.txt",
292+
"rfc3986.txt",
293+
"rfc3987.txt",
294+
"uri-test"
290295
],
291296
"exclude_match" : [],
292297
"follow_symlinks" : 0,

dist.ini

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name = URI
22
author = Gisle Aas <[email protected]>
33
license = Perl_5
44
main_module = lib/URI.pm
5-
copyright_holder = Gisle Aas, Martijn Koster
6-
copyright_year = 1995
5+
copyright_holder = Gisle Aas
6+
copyright_year = 1998
77
version = 1.72
88

99
; Gather stuff in
@@ -12,6 +12,12 @@ exclude_filename = LICENSE
1212
exclude_filename = META.json
1313
exclude_filename = Makefile.PL
1414
exclude_filename = README.md
15+
exclude_filename = draft-duerst-iri-bis.txt
16+
exclude_filename = rfc2396.txt
17+
exclude_filename = rfc3986.txt
18+
exclude_filename = rfc3987.txt
19+
exclude_filename = uri-test
20+
1521
[PruneCruft]
1622

1723
; Handle the META resources

0 commit comments

Comments
 (0)