File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -416,12 +416,15 @@ BEGIN { $build_subclass->(
416416 ' alias_clash_hinted' , # Bool: an ALIAS warn-hint has been emitted.
417417
418418 # Maintain the INTERFACE parsing state across potentially multiple
419- # INTERFACE keywords and or lines:
419+ # INTERFACE keywords and/ or lines:
420420
421421 ' map_interface_name_short_to_original' , # Hash: for each INTERFACE
422422 # name, map the short (PREFIX removed) name
423423 # to the original name.
424424
425+ # Maintain the OVERLOAD parsing state across potentially multiple
426+ # OVERLOAD keywords and/or lines:
427+
425428 ' overload_name_seen' , # Hash of Bools: indicates overload method
426429 # names (such as '<=>') which have been
427430 # listed by OVERLOAD (for newXS boot code
You can’t perform that action at this time.
0 commit comments