From 15b392e5550f6e5299a63d7156d048478e1e4cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 14 Dec 2021 23:06:19 +0100 Subject: [PATCH] Release REST-Client 280 * Convert build system to MakeMaker and Dist::Zilla Fixes the installation on recent Perl without '.' in @INC (RT #122263, RT #120854) * Do not prepend default host to absolute URLs (RT #119790) * Point to Github for source repository and issue tracker --- Changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes b/Changes index 9569e8d..a136025 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ + +History for the REST-Client Perl distribution + +280 2021-12-14 + * Convert build system to MakeMaker and Dist::Zilla + Fixes the installation on recent Perl without '.' in @INC + (RT #122263, RT #120854) + * Do not prepend default host to absolute URLs (RT #119790) + * Point to Github for source repository and issue tracker + 273 * Add ContentFile that will allow writing responses directly to file or process using a call back through LWP::UserAgent