fix usage of $type in ExtUtils::ParseXS 3.50

This commit is contained in:
Ailin Nemui 2023-07-04 10:27:09 +02:00
commit 3ec05851a0
4 changed files with 4 additions and 4 deletions

View file

@ -13,5 +13,5 @@ T_PlainObj
OUTPUT
T_PlainObj
$arg = plain_bless($var, \"$type\");
$arg = plain_bless($var, \"$ntype\");