We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--incompatible_disallow_empty_glob
1 parent befa233 commit 8e5fd33Copy full SHA for 8e5fd33
cpan/install.bzl
@@ -5,7 +5,7 @@ load("@rules_perl//perl:perl.bzl", "perl_library")
5
6
perl_library(
7
name = "{distribution}",
8
- srcs = glob(["lib/**/*"]),
+ srcs = glob(["**/*"], exclude=["t/**/*", "xt/**/*"]),
9
visibility = ["//visibility:public"],
10
)
11
"""
0 commit comments