[Rt-commit] rt branch, 5.0.0-releng, updated. rt-5.0.0beta2-88-gb88a9bf29c

? sunnavy sunnavy at bestpractical.com
Tue Jul 14 15:03:25 EDT 2020


The branch, 5.0.0-releng has been updated
       via  b88a9bf29c440aa6a71fd91c48b4016ec7ab92f3 (commit)
      from  9547e6b36afd33fb01f671e20c6a08d35fa4fa87 (commit)

Summary of changes:
 etc/cpanfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit b88a9bf29c440aa6a71fd91c48b4016ec7ab92f3
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 15 02:58:45 2020 +0800

    Require HTTP::Message 6.07+ to handle PUT with content for REST2
    
    t/rest2/ticket-customfields.t dies with HTTP::Message 6.06

diff --git a/etc/cpanfile b/etc/cpanfile
index d9eb5d629a..e4fb6d629f 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -48,7 +48,7 @@ requires 'HTML::Mason::PSGIHandler', '>= 0.52';
 requires 'HTML::Quoted';
 requires 'HTML::RewriteAttributes', '>= 0.05';
 requires 'HTML::Scrubber', '>= 0.08';
-requires 'HTTP::Message', '>= 6.0';
+requires 'HTTP::Message', '>= 6.07';
 requires 'IPC::Run3';
 requires 'JavaScript::Minifier::XS';
 requires 'JSON';

-----------------------------------------------------------------------


More information about the rt-commit mailing list