summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJames Raspass <jraspass@gmail.com>2022-08-20 15:41:14 +0100
committerOlaf Alders <olaf@wundersolutions.com>2022-08-20 17:39:34 -0400
commit9cc1f62cb927c7a022f3f3b0d30c6e3f9a06a924 (patch)
tree493d01d50057618aca2f1b2cf687a4e195329d70 /Changes
parent8bd9cdb4ebe2475c5f7dba1a2d103ef0e17afaea (diff)
downloaduri-9cc1f62cb927c7a022f3f3b0d30c6e3f9a06a924.tar.gz
Replace "Test" with "Test::More"
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index eba5e34..ccc97a9 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Revision history for URI
- 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)
5.12 2022-07-10 23:48:50Z
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.