Skip to content

Commit db9b602

Browse files
authored
Updated filenames to match modern patterns
1 parent d4e5cdb commit db9b602

File tree

18 files changed

+84
-78
lines changed

18 files changed

+84
-78
lines changed

BUILD renamed to BUILD.bazel

File renamed without changes.

WORKSPACE renamed to WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
workspace(name = "rules_perl")
22

33
load("@rules_perl//perl:deps.bzl", "perl_register_toolchains", "perl_rules_dependencies", "perl_rules_dev_dependencies")
4-
load("//:platforms.bzl", "platforms")
4+
load("//perl:platforms.bzl", "PLATFORMS")
55

66
perl_rules_dependencies()
77

@@ -14,12 +14,12 @@ perl_register_toolchains()
1414
# other than rules_perl.
1515
[
1616
register_toolchains(
17-
"@rules_perl//:perl_{os}_{cpu}_toolchain".format(
17+
"@rules_perl//perl:perl_{os}_{cpu}_toolchain".format(
1818
cpu = platform.cpu,
1919
os = platform.os,
2020
),
2121
)
22-
for platform in platforms
22+
for platform in PLATFORMS
2323
]
2424

2525
# Testing only, do not add to your WORKSPACE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)