This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new d7621a0  AVRO-2433: Update the dependencies for Perl binding in 
BUILD.md (#555)
d7621a0 is described below

commit d7621a0ece3f6d326f018a9ccc0e27213af1e222
Author: Kengo Seki <[email protected]>
AuthorDate: Sun Jun 23 05:31:34 2019 +0900

    AVRO-2433: Update the dependencies for Perl binding in BUILD.md (#555)
---
 BUILD.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index a70c9c5..eb3b0ca 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -16,8 +16,8 @@ The following packages must be installed before Avro can be 
built:
  - Perl: Perl 5.24.1 or greater, gmake, Module::Install,
    Module::Install::ReadmeFromPod, Module::Install::Repository,
    Math::BigInt, JSON::XS, Try::Tiny, Regexp::Common, Encode,
-   IO::String, Object::Tiny, Compress::ZLib, Test::More,
-   Test::Exception, Test::Pod
+   IO::String, Object::Tiny, Compress::ZLib, Error::Simple,
+   Test::More, Test::Exception, Test::Pod
  - Apache Ant 1.7
  - Apache Forrest 0.9 (for documentation)
  - md5sum, sha1sum, used by top-level dist target

Reply via email to