From 055714c25faf31d2bc037d3332a472b42daff0e6 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Thu, 6 Oct 2022 12:50:54 -0400 Subject: URI-5.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) --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changes') 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) -- cgit v1.2.1