bazelbuild / rules_perl

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

replace continue with next #7

Closed hoffbrinkle closed 4 years ago

hoffbrinkle commented 4 years ago

Perl's construct for the traditional 'continue' statement in other languages is 'next'.