[Code] Update perlbind to 1.1.0 (#4529)

- Adds a perl::ref alias for perl::reference

- Optimizes array return pushes by accessing SV* values directly instead
  of using operator[] scalar_proxy

- Allows functions with a perl::hash parameter to accept hashes with any
  scalar key type instead of requiring explicit string keys

  e.g., foo(123 => 1) will now work on functions accepting a perl::hash
This commit is contained in:
hg
2024-11-05 21:14:29 -05:00
committed by GitHub
parent 95249889a6
commit 25ef3d2cdb
4 changed files with 8 additions and 5 deletions
+2
View File
@@ -251,4 +251,6 @@ private:
scalar m_value;
};
using ref = reference;
} // namespace perlbind