From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package NamedSlurpy;
use strict;
# the #line directive helps us guarantee that we'll always know what line number to expect the error
# on, regardless of how much this test module changes
#line 1133
func foo ( :@bar ) {}
1;