summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:54 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:54 -0400
commit055714c25faf31d2bc037d3332a472b42daff0e6 (patch)
tree05154df95acdd0e97f6bf3326234eb861f90740d
parent8393e8fd92d1bc104affc7e7a669de0b4eac5a6e (diff)
downloaduri-055714c25faf31d2bc037d3332a472b42daff0e6.tar.gz
URI-5.13v5.13
- Regression test added for a previous bug (5.11) in URI::file (Perlbotics). file() method of URI::file can return the current working directory instead of the properly unescaped path. (GH#106) (Perlbotics) - Replace "Test" with "Test::More" (GH#107) (James Raspass) - Replace raw TAP printing with "Test::More" (GH#108) (James Raspass) - Apply perlimports to tests (GH#110) (Olaf Alders) - Improve escaping of unwanted characters (GH#78) (Branislav Zahradnk)
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index e8bd3e6..4963806 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for URI
-{{$NEXT}}
+5.13 2022-10-06 16:46:32Z
- Regression test added for a previous bug (5.11) in URI::file (Perlbotics).
file() method of URI::file can return the current working directory
instead of the properly unescaped path. (GH#106) (Perlbotics)