bazelbuild / rules_perl

Perl rules for Bazel
Apache License 2.0
25 stars 38 forks source link

Fix perl_binary target not working as a data dependency #29

Closed jesseschalken closed 2 years ago

jesseschalken commented 2 years ago

I tried to follow the advice from the Bazel docs and read only default_runfiles of dependencies and set only files in DefaultInfo and this seems to fix the bug for me.

Fixes #28