You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/12/14 18:14:10 UTC

[avro] branch branch-1.11 updated: AVRO-3269: Add missing dependencies to Perl Test workflow (#1430)

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

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 759c5cf  AVRO-3269: Add missing dependencies to Perl Test workflow (#1430)
759c5cf is described below

commit 759c5cfc13f64f62e808814183713b9695b1eab9
Author: Miguel E. Hernández Cuervo <mh...@gmail.com>
AuthorDate: Tue Dec 14 13:12:06 2021 -0500

    AVRO-3269: Add missing dependencies to Perl Test workflow (#1430)
---
 .github/workflows/test-lang-perl.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test-lang-perl.yml b/.github/workflows/test-lang-perl.yml
index bed6c36..a73533c 100644
--- a/.github/workflows/test-lang-perl.yml
+++ b/.github/workflows/test-lang-perl.yml
@@ -63,7 +63,11 @@ jobs:
                                                        Module::Install::Repository \
                                                        Regexp::Common \
                                                        Try::Tiny \
-                                                       inc::Module::Install
+                                                       inc::Module::Install \
+                                                       Module::Install::ReadmeFromPod \
+                                                       Test::Exception \
+                                                       IO::String \
+                                                       Object::Tiny
 
       - name: Lint
         run: ./build.sh lint