Skip to content

Commit 8e5fd33

Browse files
authored
support --incompatible_disallow_empty_glob (#3)
1 parent befa233 commit 8e5fd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpan/install.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load("@rules_perl//perl:perl.bzl", "perl_library")
55
66
perl_library(
77
name = "{distribution}",
8-
srcs = glob(["lib/**/*"]),
8+
srcs = glob(["**/*"], exclude=["t/**/*", "xt/**/*"]),
99
visibility = ["//visibility:public"],
1010
)
1111
"""

0 commit comments

Comments
 (0)