bazelbuild / rules_perl

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

Moved targets into `//perl` package and aliased original locations #59

Closed UebelAndre closed 2 months ago

UebelAndre commented 2 months ago

It's more common for bazelbuild rules repos to have targets in the rules package. This change updates rules_perl to meet that expectation so developers introducing the rules to their repo have a slightly easier time.

Aliases have been added to avoid a backwards incompatible change.