Skip to content

Commit 0f6eaf1

Browse files
committed
ParseXS: refactor: give $build_subclass parent arg
For aesthetic reasons, give the $build_subclass sub an extra first arg which must be the string 'parent'. Then change invocations from: BEGIN { $build_subclass->('Foo', # parent 'field1', # ... ... } to BEGIN { $build_subclass->(parent => 'Foo', 'field1', # ... ... }
1 parent 003f2ca commit 0f6eaf1

File tree

1 file changed

+55
-48
lines changed
  • dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS

1 file changed

+55
-48
lines changed

0 commit comments

Comments
 (0)