We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e931123 commit 05fb0f3Copy full SHA for 05fb0f3
regen/embed.pl
@@ -245,7 +245,7 @@ sub generate_proto_h {
245
$ret .= @$args ? "pTHX_ " : "pTHX";
246
}
247
if (@$args) {
248
- die_at_end "n flag is contradicted by having arguments"
+ die_at_end "$plain_func: n flag is contradicted by having arguments"
249
if $flags =~ /n/;
250
my $n;
251
for my $arg ( @$args ) {
0 commit comments