Skip to content

Commit

Permalink
support --incompatible_disallow_empty_glob (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored Oct 31, 2024
1 parent befa233 commit 8e5fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpan/install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("@rules_perl//perl:perl.bzl", "perl_library")
perl_library(
name = "{distribution}",
srcs = glob(["lib/**/*"]),
srcs = glob(["**/*"], exclude=["t/**/*", "xt/**/*"]),
visibility = ["//visibility:public"],
)
"""
Expand Down

0 comments on commit 8e5fd33

Please sign in to comment.