commit | cb4c31a0720e5449ac562b65ac7916f583d0cb7f | [log] [tgz] |
---|---|---|
author | Kengo Seki <sekikn@apache.org> | Thu Dec 26 14:34:57 2019 +0900 |
committer | Jens Geyer <jensg@apache.org> | Tue Jan 28 23:27:48 2020 +0100 |
tree | 9ccccd2f0e69065f0fb3d171245aaa8e05367d49 | |
parent | e56f717b7f62ba5b1ace7382d728ac7f0fda940f [diff] [blame] |
THRIFT-5050 Fix MemoryBuffer.pm to raise a proper exception if no data is available Client: perl Patch: Kengo Seki This closes #1967
diff --git a/lib/perl/Makefile.PL b/lib/perl/Makefile.PL index 5e60ab4..b72a23e 100644 --- a/lib/perl/Makefile.PL +++ b/lib/perl/Makefile.PL
@@ -34,6 +34,9 @@ 'Class::Accessor' => 0 }, # SIGN => 1, + TEST_REQUIRES => { + 'Test::Exception' => 0, + }, VERSION_FROM => 'lib/Thrift.pm' ); # THRIFT-4691