javonet-nodejs-sdk 2.1.4 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/Binaries/Clr/Windows/X64/Javonet.Clr.Utils.dll +0 -0
  2. package/Binaries/Clr/Windows/X64/JavonetClrRuntime.dll +0 -0
  3. package/Binaries/Cpp/Linux/X64/libJavonetCppRuntime.so +0 -0
  4. package/Binaries/Cpp/MacOs/X64/libJavonetCppRuntime.dylib +0 -0
  5. package/Binaries/Cpp/Windows/X64/JavonetCppRuntime.dll +0 -0
  6. package/Binaries/Go/Linux/X64/libJavonetGoRuntime.so +0 -0
  7. package/Binaries/Go/MacOs/X64/libJavonetGoRuntime.dylib +0 -0
  8. package/Binaries/Go/Windows/X64/JavonetGoRuntime.dll +0 -0
  9. package/Binaries/Jvm/Linux/X64/JavonetJvmRuntime.jar +0 -0
  10. package/Binaries/Jvm/MacOs/X64/JavonetJvmRuntime.jar +0 -0
  11. package/Binaries/Jvm/Windows/X64/JavonetJvmRuntime.jar +0 -0
  12. package/Binaries/Native/Linux/X64/libJavonetCppRuntimeNative.so +0 -0
  13. package/Binaries/Native/Linux/X64/libJavonetGoRuntimeNative.so +0 -0
  14. package/Binaries/Native/Linux/X64/libJavonetJvmRuntimeNative.so +0 -0
  15. package/Binaries/Native/Linux/X64/libJavonetNetcoreRuntimeNative.so +0 -0
  16. package/Binaries/Native/Linux/X64/libJavonetNodejsRuntimeNative.so +0 -0
  17. package/Binaries/Native/Linux/X64/libJavonetPerlRuntimeNative.so +0 -0
  18. package/Binaries/Native/Linux/X64/libJavonetPythonRuntimeNative.so +0 -0
  19. package/Binaries/Native/Linux/X64/libJavonetRubyRuntimeNative.so +0 -0
  20. package/Binaries/Native/MacOs/X64/libJavonetCppRuntimeNative.dylib +0 -0
  21. package/Binaries/Native/MacOs/X64/libJavonetGoRuntimeNative.dylib +0 -0
  22. package/Binaries/Native/MacOs/X64/libJavonetJvmRuntimeNative.dylib +0 -0
  23. package/Binaries/Native/MacOs/X64/libJavonetNetcoreRuntimeNative.dylib +0 -0
  24. package/Binaries/Native/MacOs/X64/libJavonetNodejsRuntimeNative.dylib +0 -0
  25. package/Binaries/Native/MacOs/X64/libJavonetPerlRuntimeNative.dylib +0 -0
  26. package/Binaries/Native/MacOs/X64/libJavonetPythonRuntimeNative.dylib +0 -0
  27. package/Binaries/Native/MacOs/X64/libJavonetRubyRuntimeNative.dylib +0 -0
  28. package/Binaries/Native/Windows/X64/JavonetClrRuntimeNative.dll +0 -0
  29. package/Binaries/Native/Windows/X64/JavonetCppRuntimeNative.dll +0 -0
  30. package/Binaries/Native/Windows/X64/JavonetGoRuntimeNative.dll +0 -0
  31. package/Binaries/Native/Windows/X64/JavonetJvmRuntimeNative.dll +0 -0
  32. package/Binaries/Native/Windows/X64/JavonetNetcoreRuntimeNative.dll +0 -0
  33. package/Binaries/Native/Windows/X64/JavonetNodejsRuntimeNative.dll +0 -0
  34. package/Binaries/Native/Windows/X64/JavonetPerlRuntimeNative.dll +0 -0
  35. package/Binaries/Native/Windows/X64/JavonetPythonRuntimeNative.dll +0 -0
  36. package/Binaries/Native/Windows/X64/JavonetRubyRuntimeNative.dll +0 -0
  37. package/Binaries/Native/Windows/X64/Utils.dll +0 -0
  38. package/Binaries/Netcore/Linux/X64/Javonet.Netcore.Utils.dll +0 -0
  39. package/Binaries/Netcore/Linux/X64/JavonetNetcoreRuntime.dll +0 -0
  40. package/Binaries/Netcore/MacOs/X64/Javonet.Netcore.Utils.dll +0 -0
  41. package/Binaries/Netcore/MacOs/X64/JavonetNetcoreRuntime.dll +0 -0
  42. package/Binaries/Netcore/Windows/X64/Javonet.Netcore.Utils.dll +0 -0
  43. package/Binaries/Netcore/Windows/X64/JavonetNetcoreRuntime.dll +0 -0
  44. package/Binaries/Nodejs/Linux/X64/core/handler/ArrayHandler.js +2 -2
  45. package/Binaries/Nodejs/Linux/X64/core/handler/Handler.js +6 -5
  46. package/Binaries/Nodejs/Linux/X64/core/handler/SetInstanceFieldHandler.js +23 -0
  47. package/Binaries/Nodejs/Linux/X64/utils/Command.js +3 -3
  48. package/Binaries/Nodejs/Linux/X64/utils/CommandType.js +3 -1
  49. package/Binaries/Nodejs/MacOs/X64/core/handler/ArrayHandler.js +2 -2
  50. package/Binaries/Nodejs/MacOs/X64/core/handler/Handler.js +6 -5
  51. package/Binaries/Nodejs/MacOs/X64/core/handler/SetInstanceFieldHandler.js +23 -0
  52. package/Binaries/Nodejs/MacOs/X64/utils/Command.js +3 -3
  53. package/Binaries/Nodejs/MacOs/X64/utils/CommandType.js +3 -1
  54. package/Binaries/Nodejs/Windows/X64/core/handler/ArrayHandler.js +2 -2
  55. package/Binaries/Nodejs/Windows/X64/core/handler/Handler.js +6 -5
  56. package/Binaries/Nodejs/Windows/X64/core/handler/SetInstanceFieldHandler.js +23 -0
  57. package/Binaries/Nodejs/Windows/X64/utils/Command.js +3 -3
  58. package/Binaries/Nodejs/Windows/X64/utils/CommandType.js +3 -1
  59. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Attribute-Util-1.07/install.json +1 -1
  60. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Capture-Tiny-0.48/install.json +1 -1
  61. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Load-0.25/install.json +1 -1
  62. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Load-XS-0.10/install.json +1 -1
  63. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Clone-0.46/install.json +1 -1
  64. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-Cmp-0.010/install.json +1 -1
  65. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-OptList-0.114/install.json +1 -1
  66. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-UUID-1.226/install.json +1 -1
  67. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-GlobalDestruction-0.14/install.json +1 -1
  68. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-OverloadInfo-0.007/install.json +1 -1
  69. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-StackTrace-2.04/install.json +1 -1
  70. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Dist-CheckConflicts-0.11/install.json +1 -1
  71. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Eval-Closure-0.14/install.json +1 -1
  72. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-Config-0.008/install.json +1 -1
  73. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-Helpers-0.026/install.json +1 -1
  74. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-InstallPaths-0.012/install.json +1 -1
  75. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-CheckLib-0.31/install.json +1 -1
  76. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-Platypus-2.08/install.json +1 -1
  77. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-Which-1.27/install.json +1 -1
  78. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/IPC-System-Simple-1.30/install.json +1 -1
  79. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/MRO-Compat-0.15/install.json +1 -1
  80. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-0.4234/install.json +1 -1
  81. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{Module-Build-Tiny-0.045 → Module-Build-Tiny-0.046}/MYMETA.json +3 -3
  82. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-Tiny-0.046/install.json +1 -0
  83. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Implementation-0.09/install.json +1 -1
  84. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-0.016/install.json +1 -1
  85. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-Conflicts-0.003/install.json +1 -1
  86. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Moose-2.2203/install.json +1 -1
  87. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Nice-Try-v1.3.4/install.json +1 -1
  88. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/PPI-1.276/install.json +1 -1
  89. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/PPI-XS-0.910/install.json +1 -1
  90. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-DeprecationManager-0.18/install.json +1 -1
  91. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-Stash-0.40/install.json +1 -1
  92. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-Stash-XS-0.30/install.json +1 -1
  93. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Params-Util-1.102/install.json +1 -1
  94. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Path-Tiny-0.144/install.json +1 -1
  95. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scalar-List-Utils-1.63/install.json +1 -1
  96. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  97. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scope-Guard-0.21/install.json +1 -1
  98. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Exporter-0.989/install.json +1 -1
  99. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Exporter-Progressive-0.001013/install.json +1 -1
  100. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Install-0.929/install.json +1 -1
  101. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Task-Weaken-1.06/install.json +1 -1
  102. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Test-Fatal-0.017/install.json +1 -1
  103. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Try-Tiny-0.31/install.json +1 -1
  104. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Want-0.29/install.json +1 -1
  105. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/aliased-0.34/install.json +1 -1
  106. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/autobox-v3.0.1/install.json +1 -1
  107. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Class/Load/XS/XS.so +0 -0
  108. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Data/UUID/UUID.so +0 -0
  109. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/FFI/Platypus/Platypus.so +0 -0
  110. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/List/Util/Util.so +0 -0
  111. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Moose/Moose.so +0 -0
  112. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/PPI/XS/XS.so +0 -0
  113. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Package/Stash/XS/XS.so +0 -0
  114. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Params/Util/Util.so +0 -0
  115. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Want/Want.so +0 -0
  116. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/FFI-Platypus/lib/libplfill.so +0 -0
  117. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/FFI-Platypus/probe/bin/dlrun +0 -0
  118. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod +86 -86
  119. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeInstanceMethodHandler.pm +4 -4
  120. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/SetInstanceFieldHandler.pm +44 -0
  121. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/SetStaticFieldHandler.pm +3 -3
  122. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/PerlHandler.pm +7 -1
  123. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Protocol/TypeSerializer.pm +0 -1
  124. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Receiver/Receiver.pm +0 -1
  125. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Transmitter/PerlTransmitterWrapper.pm +0 -1
  126. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Core/PerlCommandType.pm +5 -1
  127. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractInstanceContext.pm +2 -0
  128. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractModuleContext.pm +0 -2
  129. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/InvocationContext.pm +18 -1
  130. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +20 -0
  131. package/Binaries/Perl/MacOs/X64/deps/bin/config_data +1 -1
  132. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Attribute-Util-1.07/install.json +1 -1
  133. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Capture-Tiny-0.48/install.json +1 -1
  134. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Class-Load-0.25/install.json +1 -1
  135. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Class-Load-XS-0.10/install.json +1 -1
  136. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Clone-0.46/install.json +1 -1
  137. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-Cmp-0.010/install.json +1 -1
  138. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-OptList-0.114/install.json +1 -1
  139. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-UUID-1.226/install.json +1 -1
  140. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Devel-GlobalDestruction-0.14/install.json +1 -1
  141. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Devel-OverloadInfo-0.007/install.json +1 -1
  142. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Devel-StackTrace-2.04/install.json +1 -1
  143. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Dist-CheckConflicts-0.11/install.json +1 -1
  144. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Eval-Closure-0.14/install.json +1 -1
  145. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/ExtUtils-Config-0.008/install.json +1 -1
  146. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/ExtUtils-Helpers-0.026/install.json +1 -1
  147. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/ExtUtils-InstallPaths-0.012/install.json +1 -1
  148. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/FFI-CheckLib-0.31/install.json +1 -1
  149. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/FFI-Platypus-2.08/install.json +1 -1
  150. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/File-Which-1.27/install.json +1 -1
  151. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/IPC-System-Simple-1.30/install.json +1 -1
  152. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/MRO-Compat-0.15/install.json +1 -1
  153. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-0.4234/install.json +1 -1
  154. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/{Module-Build-Tiny-0.045 → Module-Build-Tiny-0.046}/MYMETA.json +3 -3
  155. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-Tiny-0.046/install.json +1 -0
  156. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Implementation-0.09/install.json +1 -1
  157. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Runtime-0.016/install.json +1 -1
  158. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Runtime-Conflicts-0.003/install.json +1 -1
  159. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Moose-2.2203/install.json +1 -1
  160. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Nice-Try-v1.3.4/install.json +1 -1
  161. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/PPI-1.276/install.json +1 -1
  162. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/PPI-XS-0.910/install.json +1 -1
  163. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Package-DeprecationManager-0.18/install.json +1 -1
  164. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Package-Stash-0.40/install.json +1 -1
  165. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Package-Stash-XS-0.30/install.json +1 -1
  166. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Params-Util-1.102/install.json +1 -1
  167. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Path-Tiny-0.144/install.json +1 -1
  168. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  169. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Scope-Guard-0.21/install.json +1 -1
  170. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Sub-Exporter-0.989/install.json +1 -1
  171. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Sub-Exporter-Progressive-0.001013/install.json +1 -1
  172. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Sub-Install-0.929/install.json +1 -1
  173. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Task-Weaken-1.06/install.json +1 -1
  174. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Test-Fatal-0.017/install.json +1 -1
  175. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Try-Tiny-0.31/install.json +1 -1
  176. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Want-0.29/install.json +1 -1
  177. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/aliased-0.34/install.json +1 -1
  178. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/autobox-v3.0.1/install.json +1 -1
  179. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/share/dist/FFI-Platypus/include/ffi_platypus_config.h +1 -1
  180. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/perllocal.pod +87 -87
  181. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeInstanceMethodHandler.pm +4 -4
  182. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/SetInstanceFieldHandler.pm +44 -0
  183. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/SetStaticFieldHandler.pm +3 -3
  184. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/PerlHandler.pm +7 -1
  185. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Protocol/TypeSerializer.pm +0 -1
  186. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Receiver/Receiver.pm +0 -1
  187. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Transmitter/PerlTransmitterWrapper.pm +0 -1
  188. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Core/PerlCommandType.pm +5 -1
  189. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractInstanceContext.pm +2 -0
  190. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractModuleContext.pm +0 -2
  191. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Internal/InvocationContext.pm +18 -1
  192. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +20 -0
  193. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Attribute-Util-1.07/install.json +1 -1
  194. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Data-Cmp-0.010/install.json +1 -1
  195. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Data-UUID-1.226/install.json +1 -1
  196. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Nice-Try-v1.3.4/install.json +1 -1
  197. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/PPI-1.276/install.json +1 -1
  198. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/PPI-XS-0.910/install.json +1 -1
  199. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  200. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Want-0.29/install.json +1 -1
  201. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/autobox-v3.0.1/install.json +1 -1
  202. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Data/UUID/UUID.xs.dll +0 -0
  203. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/PPI/XS/XS.xs.dll +0 -0
  204. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Scalar/Util/Numeric/Numeric.xs.dll +0 -0
  205. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Want/Want.xs.dll +0 -0
  206. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/autobox/autobox.xs.dll +0 -0
  207. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/perllocal.pod +18 -18
  208. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeInstanceMethodHandler.pm +4 -4
  209. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/SetInstanceFieldHandler.pm +44 -0
  210. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/SetStaticFieldHandler.pm +3 -3
  211. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/PerlHandler.pm +7 -1
  212. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Protocol/TypeSerializer.pm +0 -1
  213. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Receiver/Receiver.pm +0 -1
  214. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Transmitter/PerlTransmitterWrapper.pm +0 -1
  215. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Core/PerlCommandType.pm +5 -1
  216. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractInstanceContext.pm +2 -0
  217. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractModuleContext.pm +0 -2
  218. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/InvocationContext.pm +18 -1
  219. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +20 -0
  220. package/Binaries/Python/Linux/X64/javonet/core/exception/ExceptionThrower.py +18 -15
  221. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ArrayHandler.py +2 -2
  222. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/GetInstanceFieldHandler.py +2 -2
  223. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/GetStaticFieldHandler.py +2 -1
  224. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/LoadLibraryHandler.py +5 -1
  225. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/SetInstanceFieldHandler.py +22 -0
  226. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/SetStaticFieldHandler.py +4 -2
  227. package/Binaries/Python/Linux/X64/javonet/core/handler/Handler.py +7 -1
  228. package/Binaries/Python/Linux/X64/javonet/utils/Command.py +2 -2
  229. package/Binaries/Python/Linux/X64/javonet/utils/CommandType.py +2 -0
  230. package/Binaries/Python/MacOs/X64/javonet/core/exception/ExceptionThrower.py +18 -15
  231. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ArrayHandler.py +2 -2
  232. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/GetInstanceFieldHandler.py +2 -2
  233. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/GetStaticFieldHandler.py +2 -1
  234. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/LoadLibraryHandler.py +5 -1
  235. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/SetInstanceFieldHandler.py +22 -0
  236. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/SetStaticFieldHandler.py +4 -2
  237. package/Binaries/Python/MacOs/X64/javonet/core/handler/Handler.py +7 -1
  238. package/Binaries/Python/MacOs/X64/javonet/utils/Command.py +2 -2
  239. package/Binaries/Python/MacOs/X64/javonet/utils/CommandType.py +2 -0
  240. package/Binaries/Python/Windows/X64/javonet/core/__pycache__/__init__.cpython-311.pyc +0 -0
  241. package/Binaries/Python/Windows/X64/javonet/core/exception/ExceptionThrower.py +18 -15
  242. package/Binaries/Python/Windows/X64/javonet/core/exception/__pycache__/ExceptionSerializer.cpython-311.pyc +0 -0
  243. package/Binaries/Python/Windows/X64/javonet/core/exception/__pycache__/__init__.cpython-311.pyc +0 -0
  244. package/Binaries/Python/Windows/X64/javonet/core/generator/__pycache__/__init__.cpython-311.pyc +0 -0
  245. package/Binaries/Python/Windows/X64/javonet/core/generator/internal/__pycache__/PythonStringBuilder.cpython-311.pyc +0 -0
  246. package/Binaries/Python/Windows/X64/javonet/core/generator/internal/__pycache__/__init__.cpython-311.pyc +0 -0
  247. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ArrayHandler.py +2 -2
  248. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/GetInstanceFieldHandler.py +2 -2
  249. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/GetStaticFieldHandler.py +2 -1
  250. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/LoadLibraryHandler.py +5 -1
  251. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/SetInstanceFieldHandler.py +22 -0
  252. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/SetStaticFieldHandler.py +4 -2
  253. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/AbstractCommandHandler.cpython-311.pyc +0 -0
  254. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayGetItemHandler.cpython-311.pyc +0 -0
  255. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayGetRankHandler.cpython-311.pyc +0 -0
  256. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayGetSizeHandler.cpython-311.pyc +0 -0
  257. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayHandler.cpython-311.pyc +0 -0
  258. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArraySetItemHandler.cpython-311.pyc +0 -0
  259. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/CastingHandler.cpython-311.pyc +0 -0
  260. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/CreateClassInstanceHandler.cpython-311.pyc +0 -0
  261. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/DestructReferenceHandler.cpython-311.pyc +0 -0
  262. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/GetInstanceFieldHandler.cpython-311.pyc +0 -0
  263. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/GetStaticFieldHandler.cpython-311.pyc +0 -0
  264. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/GetTypeHandler.cpython-311.pyc +0 -0
  265. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/InvokeInstanceMethodHandler.cpython-311.pyc +0 -0
  266. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/InvokeStaticMethodHandler.cpython-311.pyc +0 -0
  267. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/LoadLibraryHandler.cpython-311.pyc +0 -0
  268. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ResolveInstanceHandler.cpython-311.pyc +0 -0
  269. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/SetInstanceFieldHandler.cpython-311.pyc +0 -0
  270. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/SetStaticFieldHandler.cpython-311.pyc +0 -0
  271. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ValueHandler.cpython-311.pyc +0 -0
  272. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/__init__.cpython-311.pyc +0 -0
  273. package/Binaries/Python/Windows/X64/javonet/core/handler/Handler.py +7 -1
  274. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/AbstractHandler.cpython-311.pyc +0 -0
  275. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/Handler.cpython-311.pyc +0 -0
  276. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/HandlerDictionary.cpython-311.pyc +0 -0
  277. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/ReferencesCache.cpython-311.pyc +0 -0
  278. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/__init__.cpython-311.pyc +0 -0
  279. package/Binaries/Python/Windows/X64/javonet/core/interpreter/__pycache__/Interpreter.cpython-311.pyc +0 -0
  280. package/Binaries/Python/Windows/X64/javonet/core/interpreter/__pycache__/__init__.cpython-311.pyc +0 -0
  281. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/CommandDeserializer.cpython-311.pyc +0 -0
  282. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/CommandSerializer.cpython-311.pyc +0 -0
  283. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/TypeDeserializer.cpython-311.pyc +0 -0
  284. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/TypeSerializer.cpython-311.pyc +0 -0
  285. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/__init__.cpython-311.pyc +0 -0
  286. package/Binaries/Python/Windows/X64/javonet/core/receiver/__pycache__/Receiver.cpython-311.pyc +0 -0
  287. package/Binaries/Python/Windows/X64/javonet/core/receiver/__pycache__/__init__.cpython-311.pyc +0 -0
  288. package/Binaries/Python/Windows/X64/javonet/utils/Command.py +2 -2
  289. package/Binaries/Python/Windows/X64/javonet/utils/CommandType.py +2 -0
  290. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/Command.cpython-311.pyc +0 -0
  291. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/CommandType.cpython-311.pyc +0 -0
  292. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/ConnectionType.cpython-311.pyc +0 -0
  293. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/ExceptionType.cpython-311.pyc +0 -0
  294. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/RuntimeName.cpython-311.pyc +0 -0
  295. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/StringEncodingMode.cpython-311.pyc +0 -0
  296. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/Type.cpython-311.pyc +0 -0
  297. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/__init__.cpython-311.pyc +0 -0
  298. package/Binaries/Ruby/Linux/X64/core/exceptions/exception_thrower.rb +18 -7
  299. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_get_item_handler.rb +7 -0
  300. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_get_rank_handler.rb +1 -1
  301. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_get_size_handler.rb +6 -0
  302. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_handler.rb +2 -2
  303. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_set_item_handler.rb +6 -0
  304. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/create_class_instance_handler.rb +1 -1
  305. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/destruct_reference_handler.rb +1 -1
  306. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/get_instance_field_handler.rb +1 -1
  307. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/get_static_field_handler.rb +1 -1
  308. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/get_type_handler.rb +1 -1
  309. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/invoke_instance_method_handler.rb +1 -1
  310. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/invoke_static_method_handler.rb +1 -1
  311. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/load_library_handler.rb +1 -1
  312. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/resolve_instance_handler.rb +1 -1
  313. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/set_instance_field_handler.rb +27 -0
  314. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/set_static_field_handler.rb +1 -1
  315. package/Binaries/Ruby/Linux/X64/core/handler/handler.rb +9 -3
  316. package/Binaries/Ruby/Linux/X64/utils/command.rb +36 -35
  317. package/Binaries/Ruby/Linux/X64/utils/command_type.rb +6 -0
  318. package/Binaries/Ruby/MacOs/X64/core/exceptions/exception_thrower.rb +18 -7
  319. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_get_item_handler.rb +7 -0
  320. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_get_rank_handler.rb +1 -1
  321. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_get_size_handler.rb +6 -0
  322. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_handler.rb +2 -2
  323. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_set_item_handler.rb +6 -0
  324. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/create_class_instance_handler.rb +1 -1
  325. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/destruct_reference_handler.rb +1 -1
  326. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/get_instance_field_handler.rb +1 -1
  327. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/get_static_field_handler.rb +1 -1
  328. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/get_type_handler.rb +1 -1
  329. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/invoke_instance_method_handler.rb +1 -1
  330. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/invoke_static_method_handler.rb +1 -1
  331. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/load_library_handler.rb +1 -1
  332. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/resolve_instance_handler.rb +1 -1
  333. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/set_instance_field_handler.rb +27 -0
  334. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/set_static_field_handler.rb +1 -1
  335. package/Binaries/Ruby/MacOs/X64/core/handler/handler.rb +9 -3
  336. package/Binaries/Ruby/MacOs/X64/utils/command.rb +36 -35
  337. package/Binaries/Ruby/MacOs/X64/utils/command_type.rb +6 -0
  338. package/Binaries/Ruby/Windows/X64/core/exceptions/exception_thrower.rb +18 -7
  339. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_get_item_handler.rb +7 -0
  340. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_get_rank_handler.rb +1 -1
  341. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_get_size_handler.rb +6 -0
  342. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_handler.rb +2 -2
  343. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_set_item_handler.rb +6 -0
  344. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/create_class_instance_handler.rb +1 -1
  345. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/destruct_reference_handler.rb +1 -1
  346. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/get_instance_field_handler.rb +1 -1
  347. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/get_static_field_handler.rb +1 -1
  348. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/get_type_handler.rb +1 -1
  349. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/invoke_instance_method_handler.rb +1 -1
  350. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/invoke_static_method_handler.rb +1 -1
  351. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/load_library_handler.rb +1 -1
  352. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/resolve_instance_handler.rb +1 -1
  353. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/set_instance_field_handler.rb +27 -0
  354. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/set_static_field_handler.rb +1 -1
  355. package/Binaries/Ruby/Windows/X64/core/handler/handler.rb +9 -3
  356. package/Binaries/Ruby/Windows/X64/utils/command.rb +36 -35
  357. package/Binaries/Ruby/Windows/X64/utils/command_type.rb +6 -0
  358. package/lib/core/handler/ArrayHandler.js +2 -2
  359. package/lib/core/handler/Handler.js +6 -5
  360. package/lib/core/handler/SetInstanceFieldHandler.js +23 -0
  361. package/lib/sdk/internal/InvocationContext.js +13 -1
  362. package/lib/sdk/internal/RuntimeContext.js +7 -1
  363. package/lib/utils/Command.js +3 -3
  364. package/lib/utils/CommandType.js +3 -1
  365. package/package.json +1 -1
  366. package/Binaries/Native/MacOs/X64/libpython3.11.dylib +0 -0
  367. package/Binaries/Nodejs/Linux/X64/utils/ExplicitCast.js +0 -20
  368. package/Binaries/Nodejs/MacOs/X64/utils/ExplicitCast.js +0 -20
  369. package/Binaries/Nodejs/Windows/X64/utils/ExplicitCast.js +0 -20
  370. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-Tiny-0.045/install.json +0 -1
  371. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Core/ExplicitCast.pm +0 -26
  372. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-Tiny-0.045/install.json +0 -1
  373. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Core/ExplicitCast.pm +0 -26
  374. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Core/ExplicitCast.pm +0 -26
  375. package/Binaries/Python/Linux/X64/javonet/utils/ExplicitCast.py +0 -21
  376. package/Binaries/Python/MacOs/X64/javonet/utils/ExplicitCast.py +0 -21
  377. package/Binaries/Python/Windows/X64/javonet/utils/ExplicitCast.py +0 -21
  378. package/Binaries/Ruby/Linux/X64/utils/explicit_cast.rb +0 -16
  379. package/Binaries/Ruby/MacOs/X64/utils/explicit_cast.rb +0 -16
  380. package/Binaries/Ruby/Windows/X64/utils/explicit_cast.rb +0 -16
  381. package/lib/utils/ExplicitCast.js +0 -20
@@ -27,18 +27,18 @@ sub process {
27
27
  die Exception->new("Exception: InvokeInstanceMethod parameters mismatch");
28
28
  }
29
29
 
30
- my $clazz_instance = $command->{payload}[0];
30
+ my $instance = $command->{payload}[0];
31
31
  my $method_name = $command->{payload}[1];
32
- if ($clazz_instance->can($method_name)) {
32
+ if ($instance->can($method_name)) {
33
33
  if ($parameters_length == $self->{required_parameters_count}) {
34
- return $clazz_instance->$method_name();
34
+ return $instance->$method_name();
35
35
  }
36
36
  else {
37
37
  my @method_arguments;
38
38
  for (my $i = 2; $i < $parameters_length; $i++) {
39
39
  push @method_arguments, $command->{payload}[$i];
40
40
  }
41
- return $clazz_instance->$method_name(@method_arguments);
41
+ return $instance->$method_name(@method_arguments);
42
42
  }
43
43
  }
44
44
  else {
@@ -0,0 +1,44 @@
1
+ package Javonet::Core::Handler::CommandHandler::SetInstanceFieldHandler;
2
+ use aliased 'Javonet::Core::Handler::PerlHandler' => 'PerlHandler';
3
+ use strict;
4
+ use warnings FATAL => 'all';
5
+ use Moose;
6
+ use lib 'lib';
7
+ use lib 'data_seed';
8
+ use Nice::Try;
9
+ use Data::Dumper;
10
+ use aliased 'Javonet::Core::Exception::Exception' => 'Exception';
11
+ extends 'Javonet::Core::Handler::CommandHandler::AbstractCommandHandler';
12
+
13
+ sub new {
14
+ my $class = shift;
15
+ my $self = {
16
+ required_parameters_count => 2
17
+ };
18
+ return bless $self, $class;
19
+ }
20
+
21
+ sub process {
22
+ my ($self, $command) = @_;
23
+ try {
24
+ my $current_payload_ref = $command->{payload};
25
+ my @cur_payload = @$current_payload_ref;
26
+ my $parameters_length = @cur_payload;
27
+ if ($parameters_length < $self->{required_parameters_count}) {
28
+ die Exception->new("Exception: GetInstanceField parameters mismatch");
29
+ }
30
+ my $instance = $command->{payload}[0];
31
+ my $field_name = $command->{payload}[1];
32
+ my $new_value = $command->{payload}[2];
33
+
34
+ no strict 'refs';
35
+ ${"${instance}->${field_name}"} = $new_value;
36
+ return 0;
37
+ }
38
+ catch ($e){
39
+ return Exception->new($e);
40
+ }
41
+ }
42
+
43
+ no Moose;
44
+ 1;
@@ -27,12 +27,12 @@ sub process {
27
27
  }
28
28
  my $class_name = $command->{payload}[0];
29
29
  my $static_field_name = $command->{payload}[1];
30
- my $set_variable_value = $command->{payload}[2];
30
+ my $new_value = $command->{payload}[2];
31
31
 
32
32
  no strict 'refs';
33
- ${"${class_name}::${static_field_name}"} = $set_variable_value;
33
+ ${"${class_name}::${static_field_name}"} = $new_value;
34
34
 
35
- return ${"${class_name}::${static_field_name}"};
35
+ return 0;
36
36
  }
37
37
  catch ($e){
38
38
  return Exception->new($e);
@@ -14,6 +14,7 @@ use aliased 'Javonet::Core::Handler::CommandHandler::GetTypeHandler' => 'GetType
14
14
  use aliased 'Javonet::Core::Exception::Exception' => 'Exception';
15
15
  use aliased 'Javonet::Core::Handler::CommandHandler::CastingHandler' => 'CastingHandler';
16
16
  use aliased 'Javonet::Core::Handler::CommandHandler::GetInstanceFieldHandler' => 'GetInstanceFieldHandler';
17
+ use aliased 'Javonet::Core::Handler::CommandHandler::SetInstanceFieldHandler' => 'SetInstanceFieldHandler';
17
18
  use aliased 'Javonet::Core::Handler::CommandHandler::DestructReferenceHandler' => 'DestructReferenceHandler';
18
19
  use aliased 'Javonet::Core::Exception::ExceptionSerializer' => 'ExceptionSerializer';
19
20
  use aliased 'Javonet::Core::Handler::CommandHandler::ArrayGetItemHandler' => 'ArrayGetItemHandler';
@@ -39,6 +40,7 @@ my $resolve_instance_handler = ResolveInstanceHandler->new();
39
40
  my $get_type_handler = GetTypeHandler->new();
40
41
  my $casting_handler = CastingHandler->new();
41
42
  my $get_instance_field_handler = GetInstanceFieldHandler->new();
43
+ my $set_instance_field_handler = SetInstanceFieldHandler->new();
42
44
  my $destruct_reference_handler = DestructReferenceHandler->new();
43
45
  my $array_get_item_handler = ArrayGetItemHandler->new();
44
46
  my $array_get_size_handler = ArrayGetSizeHandler->new();
@@ -86,6 +88,10 @@ Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
86
88
  Javonet::Sdk::Core::PerlCommandType::get_command_type('GetInstanceField'),
87
89
  $get_instance_field_handler
88
90
  );
91
+ Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
92
+ Javonet::Sdk::Core::PerlCommandType::get_command_type('SetInstanceField'),
93
+ $set_instance_field_handler
94
+ );
89
95
  Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
90
96
  Javonet::Sdk::Core::PerlCommandType::get_command_type('DestructReference'),
91
97
  $destruct_reference_handler
@@ -103,7 +109,7 @@ Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
103
109
  $array_get_rank_handler
104
110
  );
105
111
  Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
106
- Javonet::Sdk::Core::PerlCommandType::get_command_type('ArraySetSize'),
112
+ Javonet::Sdk::Core::PerlCommandType::get_command_type('ArraySetItem'),
107
113
  $array_set_item_handler
108
114
  );
109
115
 
@@ -1,5 +1,4 @@
1
1
  package Javonet::Core::Protocol::TypeSerializer;
2
- use utf8;
3
2
  use strict;
4
3
  use warnings;
5
4
  use Moose;
@@ -1,5 +1,4 @@
1
1
  package Javonet::Core::Receiver::Receiver;
2
- use utf8;
3
2
  use strict;
4
3
  use warnings;
5
4
  use Exporter;
@@ -1,5 +1,4 @@
1
1
  package Javonet::Core::Transmitter::PerlTransmitterWrapper;
2
- use utf8;
3
2
  use warnings;
4
3
  use strict;
5
4
  use lib 'lib';
@@ -29,7 +29,11 @@ my %command_type = (
29
29
  'ArrayGetItem' => 19,
30
30
  'ArrayGetSize' => 20,
31
31
  'ArrayGetRank' => 21,
32
- 'ArraySetSize' => 22,
32
+ 'ArraySetItem' => 22,
33
+ 'Array' => 23,
34
+ 'RetrieveArray' => 24,
35
+ 'SetInstanceField' => 25,
36
+
33
37
 
34
38
  );
35
39
 
@@ -9,6 +9,8 @@ sub invoke_instance_method : Abstract;
9
9
 
10
10
  sub get_instance_field : Abstract;
11
11
 
12
+ sub set_instance_field : Abstract;
13
+
12
14
  sub create_instance : Abstract;
13
15
 
14
16
 
@@ -7,7 +7,5 @@ use Attribute::Abstract;
7
7
 
8
8
  sub load_library : Abstract;
9
9
 
10
- sub get_module : Abstract;
11
-
12
10
  no Moose;
13
11
  1;
@@ -107,6 +107,23 @@ sub get_instance_field {
107
107
  );
108
108
  }
109
109
 
110
+ #@override
111
+ sub set_instance_field {
112
+ my ($self, @arguments) = @_;
113
+ my $command = Javonet::Sdk::Core::PerlCommand->new(
114
+ runtime => $self->{runtime_lib},
115
+ command_type => Javonet::Sdk::Core::PerlCommandType::get_command_type('SetInstanceField'),
116
+ payload => \@arguments
117
+ );
118
+ return Javonet::Sdk::Internal::InvocationContext->new(
119
+ $self->{runtime_lib},
120
+ $self->{connection_type},
121
+ $self->{tcp_address},
122
+ $self->build_command($command),
123
+ 0
124
+ );
125
+ }
126
+
110
127
  #@override
111
128
  sub create_instance {
112
129
  my ($self, @arguments) = @_;
@@ -231,7 +248,7 @@ sub set_index {
231
248
  my ($self, @arguments) = @_;
232
249
  my $command = Javonet::Sdk::Core::PerlCommand->new(
233
250
  runtime => $self->{runtime_lib},
234
- command_type => Javonet::Sdk::Core::PerlCommandType::get_command_type('ArraySetSize'),
251
+ command_type => Javonet::Sdk::Core::PerlCommandType::get_command_type('ArraySetItem'),
235
252
  payload => \@arguments
236
253
  );
237
254
  return Javonet::Sdk::Internal::InvocationContext->new(
@@ -111,6 +111,26 @@ sub get_type {
111
111
  );
112
112
  }
113
113
 
114
+ sub cast {
115
+ my $self = shift;
116
+ my @arguments = @_;
117
+
118
+ my $command = PerlCommand->new(
119
+ runtime => $self->{runtime_lib},
120
+ command_type => Javonet::Sdk::Core::PerlCommandType::get_command_type('Cast'),
121
+ payload => \@arguments
122
+ );
123
+
124
+ return Javonet::Sdk::Internal::InvocationContext->new(
125
+ $self->{runtime_lib},
126
+ $self->{connection_type},
127
+ $self->{tcp_address},
128
+ $self->build_command($command),
129
+ 0
130
+ );
131
+ }
132
+
133
+
114
134
  sub build_command {
115
135
  my $self = shift;
116
136
  my $command = shift;
@@ -1,4 +1,4 @@
1
- #!/usr/local/Cellar/perl/5.36.0/bin/perl
1
+ #!/usr/local/Cellar/perl/5.36.1/bin/perl
2
2
 
3
3
  use strict;
4
4
  use Module::Build 0.25;
@@ -1 +1 @@
1
- {"pathname":"D/DA/DANKOGAI/Attribute-Util-1.07.tar.gz","dist":"Attribute-Util-1.07","name":"Attribute::Util","provides":{"Attribute::SigHandler":{"version":"1.02","file":"lib/Attribute/SigHandler.pm"},"Attribute::Util":{"file":"lib/Attribute/Util.pm","version":"1.07"},"Attribute::Abstract":{"file":"lib/Attribute/Abstract.pm","version":"1.02"},"Attribute::Memoize":{"version":"1.02","file":"lib/Attribute/Memoize.pm"},"Attribute::Alias":{"file":"lib/Attribute/Alias.pm","version":"1.02"},"Attribute::Method":{"file":"lib/Attribute/Method.pm","version":"1.04"}},"target":"Attribute::Abstract","version":"1.07"}
1
+ {"provides":{"Attribute::SigHandler":{"file":"lib/Attribute/SigHandler.pm","version":"1.02"},"Attribute::Alias":{"file":"lib/Attribute/Alias.pm","version":"1.02"},"Attribute::Method":{"file":"lib/Attribute/Method.pm","version":"1.04"},"Attribute::Memoize":{"file":"lib/Attribute/Memoize.pm","version":"1.02"},"Attribute::Util":{"version":"1.07","file":"lib/Attribute/Util.pm"},"Attribute::Abstract":{"file":"lib/Attribute/Abstract.pm","version":"1.02"}},"dist":"Attribute-Util-1.07","name":"Attribute::Util","pathname":"D/DA/DANKOGAI/Attribute-Util-1.07.tar.gz","version":"1.07","target":"Attribute::Abstract"}
@@ -1 +1 @@
1
- {"version":"0.48","target":"Capture::Tiny","name":"Capture::Tiny","provides":{"Capture::Tiny":{"file":"lib/Capture/Tiny.pm","version":"0.48"}},"dist":"Capture-Tiny-0.48","pathname":"D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz"}
1
+ {"dist":"Capture-Tiny-0.48","name":"Capture::Tiny","pathname":"D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz","target":"Capture::Tiny","version":"0.48","provides":{"Capture::Tiny":{"file":"lib/Capture/Tiny.pm","version":"0.48"}}}
@@ -1 +1 @@
1
- {"target":"Class::Load","version":"0.25","provides":{"Class::Load":{"version":"0.25","file":"lib/Class/Load.pm"},"Class::Load::PP":{"file":"lib/Class/Load/PP.pm","version":"0.25"}},"name":"Class::Load","pathname":"E/ET/ETHER/Class-Load-0.25.tar.gz","dist":"Class-Load-0.25"}
1
+ {"pathname":"E/ET/ETHER/Class-Load-0.25.tar.gz","dist":"Class-Load-0.25","name":"Class::Load","target":"Class::Load","version":"0.25","provides":{"Class::Load::PP":{"version":"0.25","file":"lib/Class/Load/PP.pm"},"Class::Load":{"version":"0.25","file":"lib/Class/Load.pm"}}}
@@ -1 +1 @@
1
- {"pathname":"E/ET/ETHER/Class-Load-XS-0.10.tar.gz","dist":"Class-Load-XS-0.10","provides":{"Class::Load::XS":{"file":"lib/Class/Load/XS.pm","version":"0.10"}},"name":"Class::Load::XS","target":"Class::Load::XS","version":"0.10"}
1
+ {"provides":{"Class::Load::XS":{"file":"lib/Class/Load/XS.pm","version":"0.10"}},"pathname":"E/ET/ETHER/Class-Load-XS-0.10.tar.gz","dist":"Class-Load-XS-0.10","name":"Class::Load::XS","version":"0.10","target":"Class::Load::XS"}
@@ -1 +1 @@
1
- {"pathname":"G/GA/GARU/Clone-0.46.tar.gz","dist":"Clone-0.46","target":"Clone","version":"0.46","provides":{"Clone":{"file":"Clone.pm","version":"0.46"}},"name":"Clone"}
1
+ {"provides":{"Clone":{"version":"0.46","file":"Clone.pm"}},"name":"Clone","dist":"Clone-0.46","pathname":"G/GA/GARU/Clone-0.46.tar.gz","version":"0.46","target":"Clone"}
@@ -1 +1 @@
1
- {"pathname":"P/PE/PERLANCAR/Data-Cmp-0.010.tar.gz","dist":"Data-Cmp-0.010","name":"Data::Cmp","provides":{"Data::Cmp::Numeric":{"file":"lib/Data/Cmp/Numeric.pm","version":"0.010"},"Data::Cmp":{"file":"lib/Data/Cmp.pm","version":"0.010"},"Data::Cmp::StrOrNumeric":{"version":"0.010","file":"lib/Data/Cmp/StrOrNumeric.pm"}},"target":"Data::Cmp","version":"0.010"}
1
+ {"provides":{"Data::Cmp::Numeric":{"file":"lib/Data/Cmp/Numeric.pm","version":"0.010"},"Data::Cmp::StrOrNumeric":{"version":"0.010","file":"lib/Data/Cmp/StrOrNumeric.pm"},"Data::Cmp":{"version":"0.010","file":"lib/Data/Cmp.pm"}},"target":"Data::Cmp","version":"0.010","name":"Data::Cmp","dist":"Data-Cmp-0.010","pathname":"P/PE/PERLANCAR/Data-Cmp-0.010.tar.gz"}
@@ -1 +1 @@
1
- {"pathname":"R/RJ/RJBS/Data-OptList-0.114.tar.gz","dist":"Data-OptList-0.114","name":"Data::OptList","provides":{"Data::OptList":{"version":"0.114","file":"lib/Data/OptList.pm"}},"target":"Data::OptList","version":"0.114"}
1
+ {"provides":{"Data::OptList":{"file":"lib/Data/OptList.pm","version":"0.114"}},"name":"Data::OptList","dist":"Data-OptList-0.114","pathname":"R/RJ/RJBS/Data-OptList-0.114.tar.gz","target":"Data::OptList","version":"0.114"}
@@ -1 +1 @@
1
- {"pathname":"R/RJ/RJBS/Data-UUID-1.226.tar.gz","dist":"Data-UUID-1.226","version":"1.226","target":"Data::UUID","name":"Data::UUID","provides":{"Data::UUID":{"file":"UUID.pm","version":"1.226"}}}
1
+ {"provides":{"Data::UUID":{"file":"UUID.pm","version":"1.226"}},"dist":"Data-UUID-1.226","name":"Data::UUID","pathname":"R/RJ/RJBS/Data-UUID-1.226.tar.gz","version":"1.226","target":"Data::UUID"}
@@ -1 +1 @@
1
- {"name":"Devel::GlobalDestruction","provides":{"Devel::GlobalDestruction":{"version":"0.14","file":"lib/Devel/GlobalDestruction.pm"}},"target":"Devel::GlobalDestruction","version":"0.14","pathname":"H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz","dist":"Devel-GlobalDestruction-0.14"}
1
+ {"pathname":"H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz","dist":"Devel-GlobalDestruction-0.14","name":"Devel::GlobalDestruction","target":"Devel::GlobalDestruction","version":"0.14","provides":{"Devel::GlobalDestruction":{"file":"lib/Devel/GlobalDestruction.pm","version":"0.14"}}}
@@ -1 +1 @@
1
- {"dist":"Devel-OverloadInfo-0.007","pathname":"I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz","name":"Devel::OverloadInfo","provides":{"Devel::OverloadInfo":{"version":"0.007","file":"lib/Devel/OverloadInfo.pm"}},"target":"Devel::OverloadInfo","version":"0.007"}
1
+ {"provides":{"Devel::OverloadInfo":{"file":"lib/Devel/OverloadInfo.pm","version":"0.007"}},"dist":"Devel-OverloadInfo-0.007","name":"Devel::OverloadInfo","pathname":"I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz","version":"0.007","target":"Devel::OverloadInfo"}
@@ -1 +1 @@
1
- {"dist":"Devel-StackTrace-2.04","pathname":"D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz","provides":{"Devel::StackTrace::Frame":{"file":"lib/Devel/StackTrace/Frame.pm","version":"2.04"},"Devel::StackTrace":{"file":"lib/Devel/StackTrace.pm","version":"2.04"}},"name":"Devel::StackTrace","version":"2.04","target":"Devel::StackTrace"}
1
+ {"provides":{"Devel::StackTrace::Frame":{"file":"lib/Devel/StackTrace/Frame.pm","version":"2.04"},"Devel::StackTrace":{"version":"2.04","file":"lib/Devel/StackTrace.pm"}},"version":"2.04","target":"Devel::StackTrace","pathname":"D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz","dist":"Devel-StackTrace-2.04","name":"Devel::StackTrace"}
@@ -1 +1 @@
1
- {"provides":{"Dist::CheckConflicts":{"file":"lib/Dist/CheckConflicts.pm","version":"0.11"}},"name":"Dist::CheckConflicts","version":"0.11","target":"Dist::CheckConflicts","dist":"Dist-CheckConflicts-0.11","pathname":"D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz"}
1
+ {"provides":{"Dist::CheckConflicts":{"file":"lib/Dist/CheckConflicts.pm","version":"0.11"}},"pathname":"D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz","name":"Dist::CheckConflicts","dist":"Dist-CheckConflicts-0.11","version":"0.11","target":"Dist::CheckConflicts"}
@@ -1 +1 @@
1
- {"provides":{"Eval::Closure":{"file":"lib/Eval/Closure.pm","version":"0.14"}},"name":"Eval::Closure","version":"0.14","target":"Eval::Closure","pathname":"D/DO/DOY/Eval-Closure-0.14.tar.gz","dist":"Eval-Closure-0.14"}
1
+ {"dist":"Eval-Closure-0.14","name":"Eval::Closure","pathname":"D/DO/DOY/Eval-Closure-0.14.tar.gz","version":"0.14","target":"Eval::Closure","provides":{"Eval::Closure":{"version":"0.14","file":"lib/Eval/Closure.pm"}}}
@@ -1 +1 @@
1
- {"pathname":"L/LE/LEONT/ExtUtils-Config-0.008.tar.gz","dist":"ExtUtils-Config-0.008","version":"0.008","target":"ExtUtils::Config","name":"ExtUtils::Config","provides":{"ExtUtils::Config":{"file":"lib/ExtUtils/Config.pm","version":"0.008"}}}
1
+ {"provides":{"ExtUtils::Config":{"file":"lib/ExtUtils/Config.pm","version":"0.008"}},"target":"ExtUtils::Config","version":"0.008","dist":"ExtUtils-Config-0.008","name":"ExtUtils::Config","pathname":"L/LE/LEONT/ExtUtils-Config-0.008.tar.gz"}
@@ -1 +1 @@
1
- {"name":"ExtUtils::Helpers","provides":{"ExtUtils::Helpers::Unix":{"version":"0.026","file":"lib/ExtUtils/Helpers/Unix.pm"},"ExtUtils::Helpers::VMS":{"file":"lib/ExtUtils/Helpers/VMS.pm","version":"0.026"},"ExtUtils::Helpers::Windows":{"file":"lib/ExtUtils/Helpers/Windows.pm","version":"0.026"},"ExtUtils::Helpers":{"file":"lib/ExtUtils/Helpers.pm","version":"0.026"}},"version":"0.026","target":"ExtUtils::Helpers","pathname":"L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz","dist":"ExtUtils-Helpers-0.026"}
1
+ {"provides":{"ExtUtils::Helpers::VMS":{"file":"lib/ExtUtils/Helpers/VMS.pm","version":"0.026"},"ExtUtils::Helpers":{"version":"0.026","file":"lib/ExtUtils/Helpers.pm"},"ExtUtils::Helpers::Windows":{"file":"lib/ExtUtils/Helpers/Windows.pm","version":"0.026"},"ExtUtils::Helpers::Unix":{"version":"0.026","file":"lib/ExtUtils/Helpers/Unix.pm"}},"target":"ExtUtils::Helpers","version":"0.026","dist":"ExtUtils-Helpers-0.026","name":"ExtUtils::Helpers","pathname":"L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz"}
@@ -1 +1 @@
1
- {"version":"0.012","target":"ExtUtils::InstallPaths","provides":{"ExtUtils::InstallPaths":{"version":"0.012","file":"lib/ExtUtils/InstallPaths.pm"}},"name":"ExtUtils::InstallPaths","pathname":"L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz","dist":"ExtUtils-InstallPaths-0.012"}
1
+ {"dist":"ExtUtils-InstallPaths-0.012","name":"ExtUtils::InstallPaths","pathname":"L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz","target":"ExtUtils::InstallPaths","version":"0.012","provides":{"ExtUtils::InstallPaths":{"version":"0.012","file":"lib/ExtUtils/InstallPaths.pm"}}}
@@ -1 +1 @@
1
- {"name":"FFI::CheckLib","provides":{"FFI::CheckLib":{"file":"lib/FFI/CheckLib.pm","version":"0.31"}},"version":"0.31","target":"FFI::CheckLib","dist":"FFI-CheckLib-0.31","pathname":"P/PL/PLICEASE/FFI-CheckLib-0.31.tar.gz"}
1
+ {"provides":{"FFI::CheckLib":{"version":"0.31","file":"lib/FFI/CheckLib.pm"}},"dist":"FFI-CheckLib-0.31","name":"FFI::CheckLib","pathname":"P/PL/PLICEASE/FFI-CheckLib-0.31.tar.gz","version":"0.31","target":"FFI::CheckLib"}
@@ -1 +1 @@
1
- {"dist":"FFI-Platypus-2.08","pathname":"P/PL/PLICEASE/FFI-Platypus-2.08.tar.gz","provides":{"FFI::Probe::Runner":{"file":"lib/FFI/Probe/Runner.pm","version":"2.08"},"FFI::Platypus::Type::StringArray":{"file":"lib/FFI/Platypus/Type/StringArray.pm","version":"2.08"},"FFI::Platypus::TypeParser::Version1":{"file":"lib/FFI/Platypus/TypeParser/Version1.pm","version":"2.08"},"FFI::Build::MM":{"file":"lib/FFI/Build/MM.pm","version":"2.08"},"FFI::Build::PluginData":{"version":"2.08","file":"lib/FFI/Build/PluginData.pm"},"FFI::Platypus::API":{"file":"lib/FFI/Platypus/API.pm","version":"2.08"},"FFI::Build::File::Object":{"version":"2.08","file":"lib/FFI/Build/File/Object.pm"},"FFI::Build::Plugin::Foo1":{"file":"corpus/ffi_build_plugin/lib2/FFI/Build/Plugin/Foo1.pm"},"FFI::Platypus::Lang":{"version":"2.08","file":"lib/FFI/Platypus/Lang.pm"},"FFI::Platypus::ShareConfig":{"file":"lib/FFI/Platypus/ShareConfig.pm","version":"2.08"},"FFI::Platypus::Lang::Win32":{"version":"2.08","file":"lib/FFI/Platypus/Lang/Win32.pm"},"FFI::Platypus::Legacy":{"file":"lib/FFI/Platypus/Legacy.pm","version":"2.08"},"FFI::Build::File::Library":{"file":"lib/FFI/Build/File/Library.pm","version":"2.08"},"FFI::Platypus::Record::TieArray":{"version":"2.08","file":"lib/FFI/Platypus/Record/TieArray.pm"},"FFI::Platypus::Record":{"version":"2.08","file":"lib/FFI/Platypus/Record.pm"},"FFI::Platypus::Type::StringPointer":{"file":"lib/FFI/Platypus/Type/StringPointer.pm","version":"2.08"},"FFI::Platypus::Type":{"file":"lib/FFI/Platypus/Type.pm","version":"2.08"},"FFI::Platypus::Function::Function":{"version":"2.08","file":"lib/FFI/Platypus/Function.pm"},"FFI::Platypus::Internal":{"version":"2.08","file":"lib/FFI/Platypus/Internal.pm"},"FFI::Build::File::CXX":{"file":"lib/FFI/Build/File/CXX.pm","version":"2.08"},"FFI::Platypus::Lang::ASM":{"file":"lib/FFI/Platypus/Lang/ASM.pm","version":"2.08"},"FFI::Build::Plugin::Foo2":{"file":"corpus/ffi_build_plugin/lib2/FFI/Build/Plugin/Foo2.pm"},"FFI::Build::MM::FBX":{"file":"lib/FFI/Build/MM.pm","version":"2.08"},"FFI::Build":{"file":"lib/FFI/Build.pm","version":"2.08"},"FFI::Platypus::Lang::C":{"file":"lib/FFI/Platypus/Lang/C.pm","version":"2.08"},"FFI::Platypus::Type::PointerSizeBuffer":{"file":"lib/FFI/Platypus/Type/PointerSizeBuffer.pm","version":"2.08"},"FFI::Platypus::Function::Wrapper":{"file":"lib/FFI/Platypus/Function.pm","version":"2.08"},"FFI::Platypus::TypeParser::Version2":{"file":"lib/FFI/Platypus/TypeParser/Version2.pm","version":"2.08"},"FFI::Platypus::Buffer":{"version":"2.08","file":"lib/FFI/Platypus/Buffer.pm"},"FFI::Temp":{"version":"2.08","file":"lib/FFI/Temp.pm"},"FFI::Build::Platform":{"file":"lib/FFI/Build/Platform.pm","version":"2.08"},"FFI::Build::File::C":{"file":"lib/FFI/Build/File/C.pm","version":"2.08"},"FFI::Probe":{"file":"lib/FFI/Probe.pm","version":"2.08"},"FFI::Platypus::Type::WideString":{"version":"2.08","file":"lib/FFI/Platypus/Type/WideString.pm"},"FFI::Platypus::TypeParser::Version0":{"version":"2.08","file":"lib/FFI/Platypus/TypeParser/Version0.pm"},"FFI::Platypus::Constant":{"version":"2.08","file":"lib/FFI/Platypus/Constant.pm"},"FFI::Build::Plugin":{"version":"2.08","file":"lib/FFI/Build/Plugin.pm"},"FFI::Build::File::Base":{"file":"lib/FFI/Build/File/Base.pm","version":"2.08"},"FFI::Platypus::Record::Meta":{"file":"lib/FFI/Platypus/Record/Meta.pm","version":"2.08"},"FFI::Platypus::Closure":{"version":"2.08","file":"lib/FFI/Platypus/Closure.pm"},"FFI::Platypus":{"version":"2.08","file":"lib/FFI/Platypus.pm"},"FFI::Platypus::ClosureData":{"version":"2.08","file":"lib/FFI/Platypus/Closure.pm"},"FFI::Platypus::DL":{"version":"2.08","file":"lib/FFI/Platypus/DL.pm"},"FFI::Probe::Runner::Result":{"version":"2.08","file":"lib/FFI/Probe/Runner/Result.pm"},"FFI::Platypus::Bundle":{"file":"lib/FFI/Platypus/Bundle.pm","version":"2.08"},"FFI::Probe::Runner::Builder":{"file":"lib/FFI/Probe/Runner/Builder.pm","version":"2.08"},"FFI::Platypus::Function":{"file":"lib/FFI/Platypus/Function.pm","version":"2.08"},"FFI::Platypus::Memory":{"file":"lib/FFI/Platypus/Memory.pm","version":"2.08"},"FFI::Platypus::TypeParser":{"file":"lib/FFI/Platypus/TypeParser.pm","version":"2.08"}},"name":"FFI::Platypus","version":"2.08","target":"FFI::Platypus"}
1
+ {"name":"FFI::Platypus","dist":"FFI-Platypus-2.08","pathname":"P/PL/PLICEASE/FFI-Platypus-2.08.tar.gz","version":"2.08","target":"FFI::Platypus","provides":{"FFI::Platypus::Constant":{"file":"lib/FFI/Platypus/Constant.pm","version":"2.08"},"FFI::Platypus::TypeParser::Version1":{"version":"2.08","file":"lib/FFI/Platypus/TypeParser/Version1.pm"},"FFI::Platypus::Type::PointerSizeBuffer":{"file":"lib/FFI/Platypus/Type/PointerSizeBuffer.pm","version":"2.08"},"FFI::Build::Platform":{"file":"lib/FFI/Build/Platform.pm","version":"2.08"},"FFI::Probe::Runner::Builder":{"file":"lib/FFI/Probe/Runner/Builder.pm","version":"2.08"},"FFI::Build::MM":{"version":"2.08","file":"lib/FFI/Build/MM.pm"},"FFI::Build::File::Library":{"version":"2.08","file":"lib/FFI/Build/File/Library.pm"},"FFI::Platypus":{"version":"2.08","file":"lib/FFI/Platypus.pm"},"FFI::Platypus::TypeParser::Version0":{"version":"2.08","file":"lib/FFI/Platypus/TypeParser/Version0.pm"},"FFI::Platypus::API":{"version":"2.08","file":"lib/FFI/Platypus/API.pm"},"FFI::Platypus::TypeParser::Version2":{"version":"2.08","file":"lib/FFI/Platypus/TypeParser/Version2.pm"},"FFI::Temp":{"file":"lib/FFI/Temp.pm","version":"2.08"},"FFI::Platypus::Type":{"file":"lib/FFI/Platypus/Type.pm","version":"2.08"},"FFI::Build::PluginData":{"file":"lib/FFI/Build/PluginData.pm","version":"2.08"},"FFI::Platypus::Buffer":{"file":"lib/FFI/Platypus/Buffer.pm","version":"2.08"},"FFI::Platypus::Type::StringArray":{"version":"2.08","file":"lib/FFI/Platypus/Type/StringArray.pm"},"FFI::Probe::Runner":{"file":"lib/FFI/Probe/Runner.pm","version":"2.08"},"FFI::Platypus::ClosureData":{"file":"lib/FFI/Platypus/Closure.pm","version":"2.08"},"FFI::Build::File::CXX":{"file":"lib/FFI/Build/File/CXX.pm","version":"2.08"},"FFI::Platypus::Function":{"version":"2.08","file":"lib/FFI/Platypus/Function.pm"},"FFI::Platypus::Legacy":{"version":"2.08","file":"lib/FFI/Platypus/Legacy.pm"},"FFI::Build":{"file":"lib/FFI/Build.pm","version":"2.08"},"FFI::Platypus::Lang":{"file":"lib/FFI/Platypus/Lang.pm","version":"2.08"},"FFI::Platypus::Internal":{"version":"2.08","file":"lib/FFI/Platypus/Internal.pm"},"FFI::Platypus::ShareConfig":{"version":"2.08","file":"lib/FFI/Platypus/ShareConfig.pm"},"FFI::Platypus::Record::Meta":{"version":"2.08","file":"lib/FFI/Platypus/Record/Meta.pm"},"FFI::Platypus::Closure":{"version":"2.08","file":"lib/FFI/Platypus/Closure.pm"},"FFI::Build::File::Object":{"version":"2.08","file":"lib/FFI/Build/File/Object.pm"},"FFI::Build::MM::FBX":{"version":"2.08","file":"lib/FFI/Build/MM.pm"},"FFI::Platypus::Lang::ASM":{"version":"2.08","file":"lib/FFI/Platypus/Lang/ASM.pm"},"FFI::Build::File::C":{"version":"2.08","file":"lib/FFI/Build/File/C.pm"},"FFI::Platypus::Bundle":{"file":"lib/FFI/Platypus/Bundle.pm","version":"2.08"},"FFI::Platypus::Record::TieArray":{"version":"2.08","file":"lib/FFI/Platypus/Record/TieArray.pm"},"FFI::Platypus::TypeParser":{"version":"2.08","file":"lib/FFI/Platypus/TypeParser.pm"},"FFI::Platypus::DL":{"file":"lib/FFI/Platypus/DL.pm","version":"2.08"},"FFI::Platypus::Function::Function":{"file":"lib/FFI/Platypus/Function.pm","version":"2.08"},"FFI::Build::File::Base":{"version":"2.08","file":"lib/FFI/Build/File/Base.pm"},"FFI::Platypus::Function::Wrapper":{"version":"2.08","file":"lib/FFI/Platypus/Function.pm"},"FFI::Platypus::Lang::Win32":{"file":"lib/FFI/Platypus/Lang/Win32.pm","version":"2.08"},"FFI::Build::Plugin":{"file":"lib/FFI/Build/Plugin.pm","version":"2.08"},"FFI::Build::Plugin::Foo1":{"file":"corpus/ffi_build_plugin/lib2/FFI/Build/Plugin/Foo1.pm"},"FFI::Probe::Runner::Result":{"file":"lib/FFI/Probe/Runner/Result.pm","version":"2.08"},"FFI::Platypus::Type::WideString":{"file":"lib/FFI/Platypus/Type/WideString.pm","version":"2.08"},"FFI::Build::Plugin::Foo2":{"file":"corpus/ffi_build_plugin/lib2/FFI/Build/Plugin/Foo2.pm"},"FFI::Platypus::Type::StringPointer":{"version":"2.08","file":"lib/FFI/Platypus/Type/StringPointer.pm"},"FFI::Probe":{"file":"lib/FFI/Probe.pm","version":"2.08"},"FFI::Platypus::Memory":{"version":"2.08","file":"lib/FFI/Platypus/Memory.pm"},"FFI::Platypus::Lang::C":{"version":"2.08","file":"lib/FFI/Platypus/Lang/C.pm"},"FFI::Platypus::Record":{"file":"lib/FFI/Platypus/Record.pm","version":"2.08"}}}
@@ -1 +1 @@
1
- {"dist":"File-Which-1.27","pathname":"P/PL/PLICEASE/File-Which-1.27.tar.gz","provides":{"File::Which":{"file":"lib/File/Which.pm","version":"1.27"}},"name":"File::Which","target":"File::Which","version":"1.27"}
1
+ {"dist":"File-Which-1.27","name":"File::Which","pathname":"P/PL/PLICEASE/File-Which-1.27.tar.gz","target":"File::Which","version":"1.27","provides":{"File::Which":{"version":"1.27","file":"lib/File/Which.pm"}}}
@@ -1 +1 @@
1
- {"pathname":"J/JK/JKEENAN/IPC-System-Simple-1.30.tar.gz","dist":"IPC-System-Simple-1.30","provides":{"IPC::System::Simple":{"version":"1.30","file":"lib/IPC/System/Simple.pm"}},"name":"IPC::System::Simple","target":"IPC::System::Simple","version":"1.30"}
1
+ {"target":"IPC::System::Simple","version":"1.30","pathname":"J/JK/JKEENAN/IPC-System-Simple-1.30.tar.gz","dist":"IPC-System-Simple-1.30","name":"IPC::System::Simple","provides":{"IPC::System::Simple":{"version":"1.30","file":"lib/IPC/System/Simple.pm"}}}
@@ -1 +1 @@
1
- {"target":"MRO::Compat","version":"0.15","provides":{"MRO::Compat":{"file":"lib/MRO/Compat.pm","version":"0.15"}},"name":"MRO::Compat","pathname":"H/HA/HAARG/MRO-Compat-0.15.tar.gz","dist":"MRO-Compat-0.15"}
1
+ {"provides":{"MRO::Compat":{"file":"lib/MRO/Compat.pm","version":"0.15"}},"target":"MRO::Compat","version":"0.15","dist":"MRO-Compat-0.15","name":"MRO::Compat","pathname":"H/HA/HAARG/MRO-Compat-0.15.tar.gz"}
@@ -1 +1 @@
1
- {"provides":{"Module::Build::Config":{"file":"lib/Module/Build/Config.pm","version":"0.4234"},"Module::Build::Base":{"version":"0.4234","file":"lib/Module/Build/Base.pm"},"Module::Build::Notes":{"version":"0.4234","file":"lib/Module/Build/Notes.pm"},"Module::Build::Cookbook":{"file":"lib/Module/Build/Cookbook.pm","version":"0.4234"},"Module::Build::Platform::os2":{"file":"lib/Module/Build/Platform/os2.pm","version":"0.4234"},"Module::Build":{"file":"lib/Module/Build.pm","version":"0.4234"},"Module::Build::Platform::aix":{"file":"lib/Module/Build/Platform/aix.pm","version":"0.4234"},"Module::Build::Platform::MacOS":{"version":"0.4234","file":"lib/Module/Build/Platform/MacOS.pm"},"Module::Build::Platform::VOS":{"version":"0.4234","file":"lib/Module/Build/Platform/VOS.pm"},"Module::Build::Platform::Unix":{"file":"lib/Module/Build/Platform/Unix.pm","version":"0.4234"},"Module::Build::PPMMaker":{"version":"0.4234","file":"lib/Module/Build/PPMMaker.pm"},"Module::Build::Platform::Windows":{"file":"lib/Module/Build/Platform/Windows.pm","version":"0.4234"},"Module::Build::PodParser":{"version":"0.4234","file":"lib/Module/Build/PodParser.pm"},"Module::Build::Platform::Default":{"file":"lib/Module/Build/Platform/Default.pm","version":"0.4234"},"Module::Build::Platform::VMS":{"version":"0.4234","file":"lib/Module/Build/Platform/VMS.pm"},"Module::Build::Platform::darwin":{"file":"lib/Module/Build/Platform/darwin.pm","version":"0.4234"},"Module::Build::Compat":{"version":"0.4234","file":"lib/Module/Build/Compat.pm"},"Module::Build::Dumper":{"file":"lib/Module/Build/Dumper.pm","version":"0.4234"},"Module::Build::Platform::cygwin":{"file":"lib/Module/Build/Platform/cygwin.pm","version":"0.4234"}},"name":"Module::Build","version":"0.4234","target":"Module::Build","pathname":"L/LE/LEONT/Module-Build-0.4234.tar.gz","dist":"Module-Build-0.4234"}
1
+ {"version":"0.4234","target":"Module::Build","pathname":"L/LE/LEONT/Module-Build-0.4234.tar.gz","dist":"Module-Build-0.4234","name":"Module::Build","provides":{"Module::Build::Platform::Unix":{"file":"lib/Module/Build/Platform/Unix.pm","version":"0.4234"},"Module::Build::Platform::MacOS":{"version":"0.4234","file":"lib/Module/Build/Platform/MacOS.pm"},"Module::Build::Notes":{"file":"lib/Module/Build/Notes.pm","version":"0.4234"},"Module::Build::Compat":{"version":"0.4234","file":"lib/Module/Build/Compat.pm"},"Module::Build::PPMMaker":{"version":"0.4234","file":"lib/Module/Build/PPMMaker.pm"},"Module::Build::Base":{"version":"0.4234","file":"lib/Module/Build/Base.pm"},"Module::Build":{"version":"0.4234","file":"lib/Module/Build.pm"},"Module::Build::PodParser":{"file":"lib/Module/Build/PodParser.pm","version":"0.4234"},"Module::Build::Dumper":{"file":"lib/Module/Build/Dumper.pm","version":"0.4234"},"Module::Build::Config":{"file":"lib/Module/Build/Config.pm","version":"0.4234"},"Module::Build::Platform::VMS":{"version":"0.4234","file":"lib/Module/Build/Platform/VMS.pm"},"Module::Build::Platform::os2":{"version":"0.4234","file":"lib/Module/Build/Platform/os2.pm"},"Module::Build::Platform::Windows":{"version":"0.4234","file":"lib/Module/Build/Platform/Windows.pm"},"Module::Build::Platform::aix":{"file":"lib/Module/Build/Platform/aix.pm","version":"0.4234"},"Module::Build::Platform::Default":{"version":"0.4234","file":"lib/Module/Build/Platform/Default.pm"},"Module::Build::Platform::darwin":{"version":"0.4234","file":"lib/Module/Build/Platform/darwin.pm"},"Module::Build::Platform::VOS":{"version":"0.4234","file":"lib/Module/Build/Platform/VOS.pm"},"Module::Build::Platform::cygwin":{"file":"lib/Module/Build/Platform/cygwin.pm","version":"0.4234"},"Module::Build::Cookbook":{"version":"0.4234","file":"lib/Module/Build/Cookbook.pm"}}}
@@ -98,7 +98,7 @@
98
98
  "provides" : {
99
99
  "Module::Build::Tiny" : {
100
100
  "file" : "lib/Module/Build/Tiny.pm",
101
- "version" : "0.045"
101
+ "version" : "0.046"
102
102
  }
103
103
  },
104
104
  "release_status" : "stable",
@@ -112,8 +112,8 @@
112
112
  "web" : "https://github.com/Perl-Toolchain-Gang/module-build-tiny"
113
113
  }
114
114
  },
115
- "version" : "0.045",
116
- "x_generated_by_perl" : "v5.36.1",
115
+ "version" : "0.046",
116
+ "x_generated_by_perl" : "v5.36.0",
117
117
  "x_serialization_backend" : "JSON::PP version 4.07",
118
118
  "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
119
119
  }
@@ -0,0 +1 @@
1
+ {"provides":{"Module::Build::Tiny":{"version":"0.046","file":"lib/Module/Build/Tiny.pm"}},"target":"Module::Build::Tiny","version":"0.046","pathname":"L/LE/LEONT/Module-Build-Tiny-0.046.tar.gz","name":"Module::Build::Tiny","dist":"Module-Build-Tiny-0.046"}
@@ -1 +1 @@
1
- {"dist":"Module-Implementation-0.09","pathname":"D/DR/DROLSKY/Module-Implementation-0.09.tar.gz","version":"0.09","target":"Module::Implementation","provides":{"Module::Implementation":{"version":"0.09","file":"lib/Module/Implementation.pm"}},"name":"Module::Implementation"}
1
+ {"version":"0.09","target":"Module::Implementation","name":"Module::Implementation","dist":"Module-Implementation-0.09","pathname":"D/DR/DROLSKY/Module-Implementation-0.09.tar.gz","provides":{"Module::Implementation":{"version":"0.09","file":"lib/Module/Implementation.pm"}}}
@@ -1 +1 @@
1
- {"version":"0.016","target":"Module::Runtime","provides":{"Module::Runtime":{"file":"lib/Module/Runtime.pm","version":"0.016"}},"name":"Module::Runtime","dist":"Module-Runtime-0.016","pathname":"Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz"}
1
+ {"provides":{"Module::Runtime":{"file":"lib/Module/Runtime.pm","version":"0.016"}},"dist":"Module-Runtime-0.016","name":"Module::Runtime","pathname":"Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz","target":"Module::Runtime","version":"0.016"}
@@ -1 +1 @@
1
- {"version":"0.003","target":"Module::Runtime::Conflicts","name":"Module::Runtime::Conflicts","provides":{"Module::Runtime::Conflicts":{"file":"lib/Module/Runtime/Conflicts.pm","version":"0.003"}},"dist":"Module-Runtime-Conflicts-0.003","pathname":"E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz"}
1
+ {"name":"Module::Runtime::Conflicts","dist":"Module-Runtime-Conflicts-0.003","pathname":"E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz","target":"Module::Runtime::Conflicts","version":"0.003","provides":{"Module::Runtime::Conflicts":{"file":"lib/Module/Runtime/Conflicts.pm","version":"0.003"}}}