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
This commit is contained in:
Andreas K. Hüttel 2021-12-14 23:06:19 +01:00
parent 499cae52bf
commit 15b392e555
No known key found for this signature in database
GPG Key ID: 4C49F79E54D0A206

10
Changes
View File

@ -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