bazel-contrib / rules_perl

Perl rules for Bazel
Apache License 2.0
26 stars 37 forks source link

replace continue with next #7

Closed hoffbrinkle closed 4 years ago

hoffbrinkle commented 5 years ago

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