File tree 4 files changed +20
-7
lines changed
4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for URI
2
2
3
3
{{$NEXT}}
4
+ - Convert the dist to Dist::Zilla for authoring.
5
+ - Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated
4
6
5
7
2016-01-08 Karen Etheridge <
[email protected] >
6
8
@@ -527,7 +529,7 @@ Revision history for URI
527
529
Relative URIs that start with the query string directly (i.e. "?q")
528
530
are now absolutized as specified in rfc2396bis. See:
529
531
http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query
530
-
532
+
531
533
Added URI::Split module. It's a lightweight module that can be
532
534
used to parse and compose URI string to/from its component parts.
533
535
Original file line number Diff line number Diff line change 1
- This software is copyright (c) 1995 by Gisle Aas, Martijn Koster .
1
+ This software is copyright (c) 1998 by Gisle Aas.
2
2
3
3
This is free software; you can redistribute it and/or modify it under
4
4
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
12
12
13
13
--- The GNU General Public License, Version 1, February 1989 ---
14
14
15
- This software is Copyright (c) 1995 by Gisle Aas, Martijn Koster .
15
+ This software is Copyright (c) 1998 by Gisle Aas.
16
16
17
17
This is free software, licensed under:
18
18
@@ -272,7 +272,7 @@ That's all there is to it!
272
272
273
273
--- The Artistic License 1.0 ---
274
274
275
- This software is Copyright (c) 1995 by Gisle Aas, Martijn Koster .
275
+ This software is Copyright (c) 1998 by Gisle Aas.
276
276
277
277
This is free software, licensed under:
278
278
Original file line number Diff line number Diff line change 286
286
" LICENSE" ,
287
287
" META.json" ,
288
288
" 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"
290
295
],
291
296
"exclude_match" : [],
292
297
"follow_symlinks" : 0 ,
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name = URI
2
2
author = Gisle Aas <
[email protected] >
3
3
license = Perl_5
4
4
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
7
7
version = 1.72
8
8
9
9
; Gather stuff in
@@ -12,6 +12,12 @@ exclude_filename = LICENSE
12
12
exclude_filename = META.json
13
13
exclude_filename = Makefile.PL
14
14
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
+
15
21
[PruneCruft]
16
22
17
23
; Handle the META resources
You can’t perform that action at this time.
0 commit comments