javonet-nodejs-sdk 2.5.11 → 2.5.12

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 (348) hide show
  1. package/Binaries/Clr/Javonet.Clr.Utils.dll +0 -0
  2. package/Binaries/Clr/JavonetClrRuntime.dll +0 -0
  3. package/Binaries/Jvm/JavonetJvmRuntime.jar +0 -0
  4. package/Binaries/Native/Linux/ARM64/libJavonetActivationService.so +0 -0
  5. package/Binaries/Native/Linux/ARM64/libUtils.so +0 -0
  6. package/Binaries/Native/Linux/ARM64/version.txt +1 -1
  7. package/Binaries/Native/Linux/X64/NativeUtilsUnitTests.xml +30 -30
  8. package/Binaries/Native/Linux/X64/libJavonetActivationService.so +0 -0
  9. package/Binaries/Native/Linux/X64/libUtils.so +0 -0
  10. package/Binaries/Native/Linux/X64/openssl3/libJavonetActivationService.so +0 -0
  11. package/Binaries/Native/Linux/X64/openssl3/libUtils.so +0 -0
  12. package/Binaries/Native/Linux/X64/version.txt +1 -1
  13. package/Binaries/Native/MacOs/X64/libJavonetActivationService.dylib +0 -0
  14. package/Binaries/Native/MacOs/X64/libJavonetNodejs1816RuntimeNative.dylib +0 -0
  15. package/Binaries/Native/MacOs/X64/libJavonetPerlRuntimeNative.dylib +0 -0
  16. package/Binaries/Native/MacOs/X64/libUtils.dylib +0 -0
  17. package/Binaries/Native/MacOs/X64/version.txt +1 -1
  18. package/Binaries/Native/Windows/ARM64/JavonetActivationService.dll +0 -0
  19. package/Binaries/Native/Windows/ARM64/JavonetCppRuntimeNative.dll +0 -0
  20. package/Binaries/Native/Windows/ARM64/JavonetGoRuntimeNative.dll +0 -0
  21. package/Binaries/Native/Windows/ARM64/JavonetJvmRuntimeNative.dll +0 -0
  22. package/Binaries/Native/Windows/ARM64/JavonetNetcoreRuntimeNative.dll +0 -0
  23. package/Binaries/Native/Windows/ARM64/JavonetPythonRuntimeNative.dll +0 -0
  24. package/Binaries/Native/Windows/ARM64/JavonetRuby278RuntimeNative.dll +0 -0
  25. package/Binaries/Native/Windows/ARM64/JavonetRubyRuntimeNative.dll +0 -0
  26. package/Binaries/Native/Windows/ARM64/JavonetTcpClient.dll +0 -0
  27. package/Binaries/Native/Windows/ARM64/JavonetTcpTlsClient.dll +0 -0
  28. package/Binaries/Native/Windows/ARM64/Utils.dll +0 -0
  29. package/Binaries/Native/Windows/ARM64/version.txt +0 -0
  30. package/Binaries/Native/Windows/X64/JavonetActivationService.dll +0 -0
  31. package/Binaries/Native/Windows/X64/JavonetClrRuntimeNative.dll +0 -0
  32. package/Binaries/Native/Windows/X64/JavonetCppRuntimeNative.dll +0 -0
  33. package/Binaries/Native/Windows/X64/JavonetGoRuntimeNative.dll +0 -0
  34. package/Binaries/Native/Windows/X64/JavonetJvmRuntimeNative.dll +0 -0
  35. package/Binaries/Native/Windows/X64/JavonetNetcoreRuntimeNative.dll +0 -0
  36. package/Binaries/Native/Windows/X64/JavonetNodejs1816RuntimeNative.dll +0 -0
  37. package/Binaries/Native/Windows/X64/JavonetNodejsRuntimeNative.dll +0 -0
  38. package/Binaries/Native/Windows/X64/JavonetPerlRuntimeNative.dll +0 -0
  39. package/Binaries/Native/Windows/X64/JavonetPythonRuntimeNative.dll +0 -0
  40. package/Binaries/Native/Windows/X64/JavonetRuby278RuntimeNative.dll +0 -0
  41. package/Binaries/Native/Windows/X64/JavonetRubyRuntimeNative.dll +0 -0
  42. package/Binaries/Native/Windows/X64/JavonetTcpClient.dll +0 -0
  43. package/Binaries/Native/Windows/X64/JavonetTcpTlsClient.dll +0 -0
  44. package/Binaries/Native/Windows/X64/Utils.dll +0 -0
  45. package/Binaries/Native/Windows/X64/version.txt +1 -1
  46. package/Binaries/Native/Windows/X86/JavonetActivationService.dll +0 -0
  47. package/Binaries/Native/Windows/X86/JavonetClrRuntimeNative.dll +0 -0
  48. package/Binaries/Native/Windows/X86/JavonetCppRuntimeNative.dll +0 -0
  49. package/Binaries/Native/Windows/X86/JavonetGoRuntimeNative.dll +0 -0
  50. package/Binaries/Native/Windows/X86/JavonetJvmRuntimeNative.dll +0 -0
  51. package/Binaries/Native/Windows/X86/JavonetNetcoreRuntimeNative.dll +0 -0
  52. package/Binaries/Native/Windows/X86/JavonetPythonRuntimeNative.dll +0 -0
  53. package/Binaries/Native/Windows/X86/JavonetTcpClient.dll +0 -0
  54. package/Binaries/Native/Windows/X86/JavonetTcpTlsClient.dll +0 -0
  55. package/Binaries/Native/Windows/X86/Utils.dll +0 -0
  56. package/Binaries/Native/Windows/X86/version.txt +1 -1
  57. package/Binaries/Netcore/Javonet.Netcore.Core.dll +0 -0
  58. package/Binaries/Netcore/Javonet.Netcore.Utils.dll +0 -0
  59. package/Binaries/Nodejs/lib/core/handler/Handler.js +6 -9
  60. package/Binaries/Nodejs/lib/core/handler/InvokeGlobalFunctionHandler.js +39 -0
  61. package/Binaries/Nodejs/lib/core/interpreter/Interpreter.js +11 -15
  62. package/Binaries/Nodejs/lib/core/protocol/TypeSerializer.js +7 -0
  63. package/Binaries/Nodejs/lib/core/transmitter/TransmitterWrapper.js +1 -1
  64. package/Binaries/Nodejs/lib/sdk/InvocationContext.js +7 -17
  65. package/Binaries/Nodejs/lib/sdk/RuntimeContext.js +27 -0
  66. package/Binaries/Nodejs/lib/utils/CommandType.js +1 -2
  67. package/Binaries/Nodejs/lib/utils/CustomError.js +8 -0
  68. package/Binaries/Perl/Linux/X64/deps/bin/yamlpp-load +8 -5
  69. package/Binaries/Perl/Linux/X64/deps/bin/yamlpp-load-dump +8 -5
  70. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Common.pm +1 -1
  71. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Constructor.pm +7 -1
  72. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Dumper.pm +1 -1
  73. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Emitter.pm +1 -1
  74. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Exception.pm +1 -1
  75. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Grammar.pm +1 -1
  76. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Highlight.pm +1 -1
  77. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Lexer.pm +1 -1
  78. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Loader.pm +3 -1
  79. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Parser.pm +1 -1
  80. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Perl.pm +1 -1
  81. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Reader.pm +1 -1
  82. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Render.pm +1 -1
  83. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Representer.pm +1 -1
  84. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Binary.pm +1 -1
  85. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Catchall.pm +1 -1
  86. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Core.pm +1 -1
  87. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Failsafe.pm +1 -1
  88. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Include.pm +1 -1
  89. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/JSON.pm +1 -1
  90. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Merge.pm +1 -1
  91. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Perl.pm +1 -1
  92. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/Tie/IxHash.pm +1 -1
  93. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema/YAML1_1.pm +1 -1
  94. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Schema.pm +6 -6
  95. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Type/MergeKey.pm +1 -1
  96. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Writer/File.pm +1 -1
  97. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP/Writer.pm +1 -1
  98. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/PP.pm +29 -3
  99. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Attribute-Util-1.07/install.json +1 -1
  100. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Capture-Tiny-0.50/install.json +1 -1
  101. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Load-0.25/install.json +1 -1
  102. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Load-XS-0.10/install.json +1 -1
  103. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Clone-0.47/install.json +1 -1
  104. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-Cmp-0.010/install.json +1 -1
  105. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-OptList-0.114/install.json +1 -1
  106. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-UUID-1.227/install.json +1 -1
  107. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-GlobalDestruction-0.14/install.json +1 -1
  108. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-OverloadInfo-0.007/install.json +1 -1
  109. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-StackTrace-2.05/install.json +1 -1
  110. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Dist-CheckConflicts-0.11/install.json +1 -1
  111. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Eval-Closure-0.14/install.json +1 -1
  112. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-Config-0.010/install.json +1 -1
  113. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-Helpers-0.028/install.json +1 -1
  114. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-InstallPaths-0.014/install.json +1 -1
  115. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-CheckLib-0.31/install.json +1 -1
  116. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-Platypus-2.10/install.json +1 -1
  117. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-Which-1.27/install.json +1 -1
  118. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/IPC-System-Simple-1.30/install.json +1 -1
  119. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/MRO-Compat-0.15/install.json +1 -1
  120. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-0.4234/install.json +1 -1
  121. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-Tiny-0.051/install.json +1 -1
  122. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Implementation-0.09/install.json +1 -1
  123. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-0.016/install.json +1 -1
  124. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-Conflicts-0.003/install.json +1 -1
  125. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Moose-2.2207/install.json +1 -1
  126. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Nice-Try-v1.3.15/install.json +1 -1
  127. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/PPI-1.281/install.json +1 -1
  128. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/PPI-XS-0.910/install.json +1 -1
  129. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-DeprecationManager-0.18/install.json +1 -1
  130. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-Stash-0.40/install.json +1 -1
  131. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-Stash-XS-0.30/install.json +1 -1
  132. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Params-Util-1.102/install.json +1 -1
  133. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Path-Tiny-0.146/install.json +1 -1
  134. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Safe-Isa-1.000010/install.json +1 -1
  135. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scalar-List-Utils-1.68/install.json +1 -1
  136. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  137. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scope-Guard-0.21/install.json +1 -1
  138. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Exporter-0.991/install.json +1 -1
  139. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Exporter-Progressive-0.001013/install.json +1 -1
  140. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Install-0.929/install.json +1 -1
  141. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Task-Weaken-1.06/install.json +1 -1
  142. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Test-Fatal-0.017/install.json +1 -1
  143. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Try-Tiny-0.32/install.json +1 -1
  144. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Want-0.29/install.json +1 -1
  145. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{YAML-PP-v0.38.1 → YAML-PP-v0.39.0}/MYMETA.json +34 -34
  146. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/YAML-PP-v0.39.0/install.json +1 -0
  147. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/aliased-0.34/install.json +1 -1
  148. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/autobox-v3.0.2/install.json +1 -1
  149. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Class/Load/XS/XS.so +0 -0
  150. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Data/UUID/UUID.so +0 -0
  151. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/FFI/Platypus/Platypus.so +0 -0
  152. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/List/Util/Util.so +0 -0
  153. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Moose/Moose.so +0 -0
  154. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/PPI/XS/XS.so +0 -0
  155. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Package/Stash/XS/XS.so +0 -0
  156. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Params/Util/Util.so +0 -0
  157. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Want/Want.so +0 -0
  158. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod +96 -96
  159. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeGlobalFunctionHandler.pm +63 -0
  160. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/PerlHandler.pm +7 -0
  161. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Core/PerlCommandType.pm +6 -1
  162. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractRuntimeContext.pm +17 -0
  163. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +21 -0
  164. package/Binaries/Perl/Windows/X64/deps/bin/yamlpp-load +8 -5
  165. package/Binaries/Perl/Windows/X64/deps/bin/yamlpp-load-dump +8 -5
  166. package/Binaries/Perl/Windows/X64/deps/bin/yamlpp-load-dump.bat +8 -5
  167. package/Binaries/Perl/Windows/X64/deps/bin/yamlpp-load.bat +8 -5
  168. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Attribute-Util-1.07/install.json +1 -1
  169. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Data-Cmp-0.010/install.json +1 -1
  170. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Data-UUID-1.227/install.json +1 -1
  171. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Nice-Try-v1.3.15/install.json +1 -1
  172. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/PPI-1.281/install.json +1 -1
  173. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/PPI-XS-0.910/install.json +1 -1
  174. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Safe-Isa-1.000010/install.json +1 -1
  175. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  176. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Test-Fatal-0.017/install.json +1 -1
  177. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Want-0.29/install.json +1 -1
  178. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/{YAML-PP-v0.38.1 → YAML-PP-v0.39.0}/MYMETA.json +34 -34
  179. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/YAML-PP-v0.39.0/install.json +1 -0
  180. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/autobox-v3.0.2/install.json +1 -1
  181. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Data/UUID/UUID.xs.dll +0 -0
  182. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/PPI/XS/XS.xs.dll +0 -0
  183. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Scalar/Util/Numeric/Numeric.xs.dll +0 -0
  184. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Want/Want.xs.dll +0 -0
  185. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/autobox/autobox.xs.dll +0 -0
  186. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/perllocal.pod +26 -26
  187. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Common.pm +1 -1
  188. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Constructor.pm +7 -1
  189. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Dumper.pm +1 -1
  190. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Emitter.pm +1 -1
  191. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Exception.pm +1 -1
  192. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Grammar.pm +1 -1
  193. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Highlight.pm +1 -1
  194. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Lexer.pm +1 -1
  195. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Loader.pm +3 -1
  196. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Parser.pm +1 -1
  197. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Perl.pm +1 -1
  198. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Reader.pm +1 -1
  199. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Render.pm +1 -1
  200. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Representer.pm +1 -1
  201. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Binary.pm +1 -1
  202. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Catchall.pm +1 -1
  203. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Core.pm +1 -1
  204. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Failsafe.pm +1 -1
  205. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Include.pm +1 -1
  206. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/JSON.pm +1 -1
  207. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Merge.pm +1 -1
  208. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Perl.pm +1 -1
  209. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/Tie/IxHash.pm +1 -1
  210. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema/YAML1_1.pm +1 -1
  211. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Schema.pm +6 -6
  212. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Type/MergeKey.pm +1 -1
  213. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Writer/File.pm +1 -1
  214. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP/Writer.pm +1 -1
  215. package/Binaries/Perl/Windows/X64/deps/lib/perl5/YAML/PP.pm +29 -3
  216. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeGlobalFunctionHandler.pm +63 -0
  217. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/PerlHandler.pm +7 -0
  218. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Core/PerlCommandType.pm +6 -1
  219. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractRuntimeContext.pm +17 -0
  220. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +21 -0
  221. package/Binaries/Python/javonet/core/handler/Handler.py +2 -0
  222. package/Binaries/Python/javonet/core/handler/InvokeGlobalFunctionHandler.py +46 -0
  223. package/Binaries/Python/javonet/utils/CommandType.py +2 -1
  224. package/Binaries/Ruby/Linux/X64/core/handler/handler.rb +3 -0
  225. package/Binaries/Ruby/Linux/X64/core/handler/invoke_global_function_handler.rb +45 -0
  226. package/Binaries/Ruby/Linux/X64/core/handler/invoke_instance_method_handler.rb +9 -5
  227. package/Binaries/Ruby/Linux/X64/core/handler/invoke_static_method_handler.rb +4 -3
  228. package/Binaries/Ruby/Linux/X64/core/receiver/receiver.rb +6 -2
  229. package/Binaries/Ruby/Linux/X64/utils/command_type.rb +18 -3
  230. package/Binaries/Ruby/MacOs/X64/core/handler/handler.rb +3 -0
  231. package/Binaries/Ruby/MacOs/X64/core/handler/invoke_global_function_handler.rb +45 -0
  232. package/Binaries/Ruby/MacOs/X64/core/handler/invoke_instance_method_handler.rb +9 -5
  233. package/Binaries/Ruby/MacOs/X64/core/handler/invoke_static_method_handler.rb +4 -3
  234. package/Binaries/Ruby/MacOs/X64/core/receiver/receiver.rb +6 -2
  235. package/Binaries/Ruby/MacOs/X64/utils/command_type.rb +18 -3
  236. package/Binaries/Ruby/Windows/X64/core/handler/handler.rb +3 -0
  237. package/Binaries/Ruby/Windows/X64/core/handler/invoke_global_function_handler.rb +45 -0
  238. package/Binaries/Ruby/Windows/X64/core/handler/invoke_instance_method_handler.rb +9 -5
  239. package/Binaries/Ruby/Windows/X64/core/handler/invoke_static_method_handler.rb +4 -3
  240. package/Binaries/Ruby/Windows/X64/core/receiver/receiver.rb +6 -2
  241. package/Binaries/Ruby/Windows/X64/utils/command_type.rb +18 -3
  242. package/Binaries/version.txt +1 -1
  243. package/dist/Javonet.d.ts +89 -682
  244. package/dist/lib/core/handler/Handler.js +6 -9
  245. package/dist/lib/core/handler/InvokeGlobalFunctionHandler.js +39 -0
  246. package/dist/lib/core/interpreter/Interpreter.js +11 -15
  247. package/dist/lib/core/protocol/TypeSerializer.js +7 -0
  248. package/dist/lib/core/transmitter/TransmitterWrapper.js +1 -1
  249. package/dist/lib/sdk/InvocationContext.js +7 -17
  250. package/dist/lib/sdk/RuntimeContext.js +27 -0
  251. package/dist/lib/utils/CommandType.js +1 -2
  252. package/dist/lib/utils/CustomError.js +8 -0
  253. package/lib/core/handler/Handler.js +6 -9
  254. package/lib/core/handler/InvokeGlobalFunctionHandler.js +39 -0
  255. package/lib/core/transmitter/TransmitterWrapper.js +1 -1
  256. package/package.json +1 -1
  257. package/Binaries/Nodejs/lib/core/generator/handler/AbstractGeneratorHandler.js +0 -11
  258. package/Binaries/Nodejs/lib/core/generator/handler/CreateInstanceGeneratorHandler.js +0 -27
  259. package/Binaries/Nodejs/lib/core/generator/handler/GeneratorHandler.js +0 -38
  260. package/Binaries/Nodejs/lib/core/generator/handler/GetInstanceFieldGeneratorHandler.js +0 -26
  261. package/Binaries/Nodejs/lib/core/generator/handler/GetStaticFieldGeneratorHandler.js +0 -24
  262. package/Binaries/Nodejs/lib/core/generator/handler/GetTypeGeneratorHandler.js +0 -39
  263. package/Binaries/Nodejs/lib/core/generator/handler/Handlers.js +0 -58
  264. package/Binaries/Nodejs/lib/core/generator/handler/InvokeInstanceMethodGeneratorHandler.js +0 -33
  265. package/Binaries/Nodejs/lib/core/generator/handler/InvokeStandaloneMethodGeneratorHandler.js +0 -35
  266. package/Binaries/Nodejs/lib/core/generator/handler/InvokeStaticMethodGeneratorHandler.js +0 -35
  267. package/Binaries/Nodejs/lib/core/generator/handler/shared/SharedArgumentNameHandler.js +0 -15
  268. package/Binaries/Nodejs/lib/core/generator/handler/shared/SharedClassInstanceHandler.js +0 -12
  269. package/Binaries/Nodejs/lib/core/generator/handler/shared/SharedClassNameHandler.js +0 -44
  270. package/Binaries/Nodejs/lib/core/generator/handler/shared/SharedMethodNameHandler.js +0 -42
  271. package/Binaries/Nodejs/lib/core/generator/handler/shared/SharedReturnTypeHandler.js +0 -9
  272. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedBodyHandler.js +0 -18
  273. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedCreateInstanceBodyHandler.js +0 -29
  274. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedGetInstanceFieldBodyHandler.js +0 -21
  275. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedGetStaticFieldBodyHandler.js +0 -31
  276. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedGetTypeBodyHandler.js +0 -21
  277. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedInvokeInstanceMethodBodyHandler.js +0 -33
  278. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedInvokeStandaloneMethodBodyHandler.js +0 -39
  279. package/Binaries/Nodejs/lib/core/generator/handler/shared/body/SharedInvokeStaticMethodBodyHandler.js +0 -39
  280. package/Binaries/Nodejs/lib/core/generator/internal/CommonGenerator.js +0 -39
  281. package/Binaries/Nodejs/lib/core/generator/internal/NodejsStringBuilder.js +0 -17
  282. package/Binaries/Nodejs/lib/core/generator/internal/SharedHandlerType.js +0 -10
  283. package/Binaries/Nodejs/lib/core/generator/utils/StringUtils.js +0 -7
  284. package/Binaries/Nodejs/lib/core/handler/InvokeGlobalMethodHandler.js +0 -43
  285. package/Binaries/Nodejs/lib/core/handler/InvokeStandaloneMethodHandler.js +0 -56
  286. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/YAML-PP-v0.38.1/install.json +0 -1
  287. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractModuleContext.pm +0 -11
  288. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/YAML-PP-v0.38.1/install.json +0 -1
  289. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/Abstract/AbstractModuleContext.pm +0 -11
  290. package/dist/lib/core/generator/handler/AbstractGeneratorHandler.js +0 -11
  291. package/dist/lib/core/generator/handler/CreateInstanceGeneratorHandler.js +0 -27
  292. package/dist/lib/core/generator/handler/GeneratorHandler.js +0 -38
  293. package/dist/lib/core/generator/handler/GetInstanceFieldGeneratorHandler.js +0 -26
  294. package/dist/lib/core/generator/handler/GetStaticFieldGeneratorHandler.js +0 -24
  295. package/dist/lib/core/generator/handler/GetTypeGeneratorHandler.js +0 -39
  296. package/dist/lib/core/generator/handler/Handlers.js +0 -58
  297. package/dist/lib/core/generator/handler/InvokeInstanceMethodGeneratorHandler.js +0 -33
  298. package/dist/lib/core/generator/handler/InvokeStandaloneMethodGeneratorHandler.js +0 -35
  299. package/dist/lib/core/generator/handler/InvokeStaticMethodGeneratorHandler.js +0 -35
  300. package/dist/lib/core/generator/handler/shared/SharedArgumentNameHandler.js +0 -15
  301. package/dist/lib/core/generator/handler/shared/SharedClassInstanceHandler.js +0 -12
  302. package/dist/lib/core/generator/handler/shared/SharedClassNameHandler.js +0 -44
  303. package/dist/lib/core/generator/handler/shared/SharedMethodNameHandler.js +0 -42
  304. package/dist/lib/core/generator/handler/shared/SharedReturnTypeHandler.js +0 -9
  305. package/dist/lib/core/generator/handler/shared/body/SharedBodyHandler.js +0 -18
  306. package/dist/lib/core/generator/handler/shared/body/SharedCreateInstanceBodyHandler.js +0 -29
  307. package/dist/lib/core/generator/handler/shared/body/SharedGetInstanceFieldBodyHandler.js +0 -21
  308. package/dist/lib/core/generator/handler/shared/body/SharedGetStaticFieldBodyHandler.js +0 -31
  309. package/dist/lib/core/generator/handler/shared/body/SharedGetTypeBodyHandler.js +0 -21
  310. package/dist/lib/core/generator/handler/shared/body/SharedInvokeInstanceMethodBodyHandler.js +0 -33
  311. package/dist/lib/core/generator/handler/shared/body/SharedInvokeStandaloneMethodBodyHandler.js +0 -39
  312. package/dist/lib/core/generator/handler/shared/body/SharedInvokeStaticMethodBodyHandler.js +0 -39
  313. package/dist/lib/core/generator/internal/CommonGenerator.js +0 -39
  314. package/dist/lib/core/generator/internal/NodejsStringBuilder.js +0 -17
  315. package/dist/lib/core/generator/internal/SharedHandlerType.js +0 -10
  316. package/dist/lib/core/generator/utils/StringUtils.js +0 -7
  317. package/dist/lib/core/handler/InvokeGlobalMethodHandler.js +0 -43
  318. package/dist/lib/core/handler/InvokeStandaloneMethodHandler.js +0 -56
  319. package/lib/core/generator/handler/AbstractGeneratorHandler.js +0 -11
  320. package/lib/core/generator/handler/CreateInstanceGeneratorHandler.js +0 -27
  321. package/lib/core/generator/handler/GeneratorHandler.js +0 -38
  322. package/lib/core/generator/handler/GetInstanceFieldGeneratorHandler.js +0 -26
  323. package/lib/core/generator/handler/GetStaticFieldGeneratorHandler.js +0 -24
  324. package/lib/core/generator/handler/GetTypeGeneratorHandler.js +0 -39
  325. package/lib/core/generator/handler/Handlers.js +0 -58
  326. package/lib/core/generator/handler/InvokeInstanceMethodGeneratorHandler.js +0 -33
  327. package/lib/core/generator/handler/InvokeStandaloneMethodGeneratorHandler.js +0 -35
  328. package/lib/core/generator/handler/InvokeStaticMethodGeneratorHandler.js +0 -35
  329. package/lib/core/generator/handler/shared/SharedArgumentNameHandler.js +0 -15
  330. package/lib/core/generator/handler/shared/SharedClassInstanceHandler.js +0 -12
  331. package/lib/core/generator/handler/shared/SharedClassNameHandler.js +0 -44
  332. package/lib/core/generator/handler/shared/SharedMethodNameHandler.js +0 -42
  333. package/lib/core/generator/handler/shared/SharedReturnTypeHandler.js +0 -9
  334. package/lib/core/generator/handler/shared/body/SharedBodyHandler.js +0 -18
  335. package/lib/core/generator/handler/shared/body/SharedCreateInstanceBodyHandler.js +0 -29
  336. package/lib/core/generator/handler/shared/body/SharedGetInstanceFieldBodyHandler.js +0 -21
  337. package/lib/core/generator/handler/shared/body/SharedGetStaticFieldBodyHandler.js +0 -31
  338. package/lib/core/generator/handler/shared/body/SharedGetTypeBodyHandler.js +0 -21
  339. package/lib/core/generator/handler/shared/body/SharedInvokeInstanceMethodBodyHandler.js +0 -33
  340. package/lib/core/generator/handler/shared/body/SharedInvokeStandaloneMethodBodyHandler.js +0 -39
  341. package/lib/core/generator/handler/shared/body/SharedInvokeStaticMethodBodyHandler.js +0 -39
  342. package/lib/core/generator/internal/CommonGenerator.js +0 -39
  343. package/lib/core/generator/internal/NodejsStringBuilder.js +0 -17
  344. package/lib/core/generator/internal/SharedHandlerType.js +0 -10
  345. package/lib/core/generator/utils/StringUtils.js +0 -7
  346. package/lib/core/handler/InvokeGlobalMethodHandler.js +0 -43
  347. package/lib/core/handler/InvokeStandaloneMethodHandler.js +0 -56
  348. package/lib/sdk/RuntimeContext.js +0 -36
@@ -0,0 +1,63 @@
1
+ package Javonet::Core::Handler::CommandHandler::InvokeGlobalFunctionHandler;
2
+ use strict;
3
+ use warnings FATAL => 'all';
4
+ use lib 'lib';
5
+ use Moose;
6
+ use Nice::Try;
7
+ use aliased 'Javonet::Core::Exception::Exception' => 'Exception';
8
+ extends 'Javonet::Core::Handler::CommandHandler::AbstractCommandHandler';
9
+
10
+ sub new {
11
+ my $class = shift;
12
+ my $self = {
13
+ required_parameters_count => 1
14
+ };
15
+ return bless $self, $class;
16
+ }
17
+
18
+ sub process {
19
+ my ($self, $command) = @_;
20
+ try {
21
+ # Get the payload array reference and convert to array
22
+ my $payload_ref = $command->{payload};
23
+ my @payload = @$payload_ref;
24
+ my $parameters_length = scalar @payload;
25
+
26
+ # Verify at least one parameter is provided
27
+ if ($parameters_length < $self->{required_parameters_count}) {
28
+ die Exception->new("InvokeGlobalFunctionHandler parameters mismatch: requires at least one parameter (fully qualified method name)");
29
+ }
30
+
31
+ # The first parameter should be the fully qualified method name
32
+ my $fully_qualified_method = $payload[0];
33
+
34
+ # Extract the package name and method name using a regex
35
+ unless ($fully_qualified_method =~ /^(.*)::([^:]+)$/) {
36
+ die Exception->new("Invalid fully qualified method name: $fully_qualified_method");
37
+ }
38
+ my ($package, $function_name) = $fully_qualified_method =~ /^(.*)::([^:]+)$/;
39
+
40
+ # Attempt to load the package (if not already loaded)
41
+ eval "require $package";
42
+ if ($@) {
43
+ die Exception->new("Failed to load package '$package': $@");
44
+ }
45
+ #
46
+ # Check if the package can perform the method
47
+ my $code_ref = $package->can($function_name);
48
+ unless ($code_ref) {
49
+ die Exception->new("Method '$function_name' not found in package '$package'");
50
+ }
51
+
52
+ # Any additional payload elements are passed as arguments to the method
53
+ my @args = @payload[1 .. $#payload];
54
+
55
+ # Invoke the method with the arguments and return the result
56
+ return $code_ref->(@args);
57
+ }
58
+ catch ($e) {
59
+ return Exception->new($e);
60
+ }
61
+ }
62
+
63
+ 1;
@@ -22,6 +22,7 @@ use aliased 'Javonet::Core::Handler::CommandHandler::ArrayGetItemHandler' => 'Ar
22
22
  use aliased 'Javonet::Core::Handler::CommandHandler::ArrayGetSizeHandler' => 'ArrayGetSizeHandler';
23
23
  use aliased 'Javonet::Core::Handler::CommandHandler::ArrayGetRankHandler' => 'ArrayGetRankHandler';
24
24
  use aliased 'Javonet::Core::Handler::CommandHandler::ArraySetItemHandler' => 'ArraySetItemHandler';
25
+ use aliased 'Javonet::Core::Handler::CommandHandler::InvokeGlobalFunctionHandler' => 'InvokeGlobalFunctionHandler';
25
26
 
26
27
 
27
28
  use aliased 'Javonet::Sdk::Core::PerlCommandType' => 'PerlCommandType', qw(get_command_type);
@@ -48,6 +49,7 @@ my $array_get_item_handler = ArrayGetItemHandler->new();
48
49
  my $array_get_size_handler = ArrayGetSizeHandler->new();
49
50
  my $array_get_rank_handler = ArrayGetRankHandler->new();
50
51
  my $array_set_item_handler = ArraySetItemHandler->new();
52
+ my $invoke_global_function_handler = InvokeGlobalFunctionHandler->new();
51
53
 
52
54
 
53
55
  Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
@@ -119,6 +121,11 @@ Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
119
121
  $array_set_item_handler
120
122
  );
121
123
 
124
+ Javonet::Core::Handler::HandlerDictionary::add_handler_to_dict(
125
+ Javonet::Sdk::Core::PerlCommandType::get_command_type('InvokeGlobalFunction'),
126
+ $invoke_global_function_handler
127
+ );
128
+
122
129
  sub handle_command {
123
130
  my ($self, $command) = @_;
124
131
  my $response = Javonet::Core::Handler::HandlerDictionary::get_handler($command->{command_type})->handle_command($command);
@@ -20,7 +20,7 @@ my %command_type = (
20
20
  'GetInstanceField' => 13,
21
21
  'Optimize' => 14,
22
22
  'GenerateLib' => 15,
23
- 'InvokeGlobalMethod' => 16,
23
+ 'InvokeGlobalFunction' => 16,
24
24
  'DestructReference' => 17,
25
25
  'Array' => 18,
26
26
  'ArrayGetItem' => 19,
@@ -41,6 +41,11 @@ my %command_type = (
41
41
  'EnableNamespace' => 34,
42
42
  'EnableType' => 35,
43
43
  'CreateNull' => 36,
44
+ 'GetStaticMethodAsDelegate' => 37,
45
+ 'GetInstanceMethodAsDelegate' => 38,
46
+ 'PassDelegate' => 39,
47
+ 'InvokeDelegate' => 40,
48
+ 'ConvertType' => 41,
44
49
  );
45
50
 
46
51
  sub get_command_type {
@@ -0,0 +1,17 @@
1
+ package Javonet::Sdk::Internal::Abstract::AbstractRuntimeContext;
2
+ use strict;
3
+ use warnings FATAL => 'all';
4
+ use Moose;
5
+ use Scalar::Util qw( blessed );
6
+ use Attribute::Abstract;
7
+
8
+ sub load_library : Abstract;
9
+ sub get_type : Abstract;
10
+ sub cast : Abstract;
11
+ sub get_enum_item : Abstract;
12
+ sub as_out: Abstract;
13
+ sub as_ref: Abstract;
14
+ sub invoke_global_function: Abstract;
15
+
16
+ no Moose;
17
+ 1;
@@ -167,6 +167,7 @@ sub get_enum_item {
167
167
  );
168
168
  }
169
169
 
170
+ #@override
170
171
  sub as_out {
171
172
  my $self = shift;
172
173
  my @arguments = @_;
@@ -186,6 +187,7 @@ sub as_out {
186
187
  );
187
188
  }
188
189
 
190
+ #@override
189
191
  sub as_ref {
190
192
  my $self = shift;
191
193
  my @arguments = @_;
@@ -206,6 +208,25 @@ sub as_ref {
206
208
  }
207
209
 
208
210
  #@override
211
+ sub invoke_global_function {
212
+ my $self = shift;
213
+ my @arguments = @_;
214
+
215
+ my $command = PerlCommand->new(
216
+ runtime => $self->{runtime_name},
217
+ command_type => Javonet::Sdk::Core::PerlCommandType::get_command_type('InvokeGlobalFunction'),
218
+ payload => \@arguments
219
+ );
220
+
221
+ return Javonet::Sdk::Internal::InvocationContext->new(
222
+ $self->{runtime_name},
223
+ $self->{connection_type},
224
+ $self->{tcp_address},
225
+ $self->build_command($command),
226
+ 0
227
+ );
228
+ }
229
+
209
230
  sub build_command {
210
231
  my ($self, $command) = @_;
211
232
  my $payload_length = @{$command->{payload}};
@@ -15,7 +15,8 @@ GetOptions(
15
15
  'cyclic' => \my $cyclic,
16
16
  'duplicate-keys' => \my $duplicate_keys,
17
17
  'merge' => \my $merge,
18
- 'catchall' => \my $catchall,
18
+ #'catchall' => \my $catchall,
19
+ 'require-footer' => \my $require_footer,
19
20
  'perl' => \my $perl,
20
21
  'module|M=s' => \my $module,
21
22
  'yaml-version=s' => \my $yaml_version,
@@ -34,9 +35,9 @@ if ($merge) {
34
35
  if ($perl) {
35
36
  push @schema, 'Perl';
36
37
  }
37
- if ($catchall) {
38
- push @schema, 'Catchall';
39
- }
38
+ #if ($catchall) {
39
+ # push @schema, 'Catchall';
40
+ #}
40
41
 
41
42
  my ($file) = @ARGV;
42
43
  my $yaml;
@@ -78,6 +79,7 @@ sub _yamlpp {
78
79
  duplicate_keys => $duplicate_keys ? 1 : 0,
79
80
  preserve => PRESERVE_ORDER,
80
81
  yaml_version => \@yaml_versions,
82
+ require_footer => $require_footer,
81
83
  );
82
84
  my @docs = $ypp->load_string($yaml);
83
85
  return @docs;
@@ -141,12 +143,13 @@ Options:
141
143
  --cyclic Allow cyclic references
142
144
  --duplicate-keys Allow duplicate keys
143
145
  --merge Enable loading merge keys '<<'
144
- --catchall Ignore any unknown tags
146
+ --require-footer Require '...' and the end of each document
145
147
  --perl Enable loading perl types and objects (use only
146
148
  on trusted input!)
147
149
  --module -M YAML::PP (default), YAML, YAML::PP::LibYAML,
148
150
  YAML::Syck, YAML::Tiny, YAML::XS, YAML::PP::Ref
149
151
  --yaml-version= '1.2' (default), '1.1', '1.2,1.1', '1.1,1.2'
150
152
  EOM
153
+ #--catchall Ignore any unknown tags
151
154
  exit $rc;
152
155
  }
@@ -21,7 +21,8 @@ GetOptions(
21
21
  'header!' => \my $header,
22
22
  'footer!' => \my $footer,
23
23
  'merge' => \my $merge,
24
- 'catchall' => \my $catchall,
24
+ #'catchall' => \my $catchall,
25
+ 'require-footer' => \my $require_footer,
25
26
  'perl' => \my $perl,
26
27
  'preserve|P=s' => \my $preserve,
27
28
  'module|M=s' => \my $module,
@@ -51,9 +52,9 @@ if ($merge) {
51
52
  if ($perl) {
52
53
  push @schema, 'Perl';
53
54
  }
54
- if ($catchall) {
55
- push @schema, 'Catchall';
56
- }
55
+ #if ($catchall) {
56
+ # push @schema, 'Catchall';
57
+ #}
57
58
 
58
59
  my $preserve_order = 1;
59
60
  if (defined $preserve) {
@@ -144,6 +145,7 @@ sub _yamlpp {
144
145
  footer => $footer ? 1 : 0,
145
146
  yaml_version => \@yaml_versions,
146
147
  version_directive => $version_directive || 0,
148
+ require_footer => $require_footer,
147
149
  );
148
150
  if ($inc) {
149
151
  $inc->yp($ypp);
@@ -291,7 +293,7 @@ Options:
291
293
  --[no-]header Print '---' (default)
292
294
  --[no-]footer Print '...'
293
295
  --merge Enable loading merge keys '<<'
294
- --catchall Ignore any unknown tags
296
+ --require-footer Require '...' and the end of each document
295
297
  --perl Enable loading perl types and objects (use only
296
298
  on trusted input!)
297
299
  --preserve, -P Comma separated: 'order', 'scalar', 'flow', 'alias'.
@@ -307,5 +309,6 @@ Options:
307
309
  --include-absolute Allow absolute paths and ../../../ in includes (use
308
310
  only on trusted input!)
309
311
  EOM
312
+ # --catchall Ignore any unknown tags
310
313
  exit $rc;
311
314
  }
@@ -35,7 +35,8 @@ GetOptions(
35
35
  'header!' => \my $header,
36
36
  'footer!' => \my $footer,
37
37
  'merge' => \my $merge,
38
- 'catchall' => \my $catchall,
38
+ #'catchall' => \my $catchall,
39
+ 'require-footer' => \my $require_footer,
39
40
  'perl' => \my $perl,
40
41
  'preserve|P=s' => \my $preserve,
41
42
  'module|M=s' => \my $module,
@@ -65,9 +66,9 @@ if ($merge) {
65
66
  if ($perl) {
66
67
  push @schema, 'Perl';
67
68
  }
68
- if ($catchall) {
69
- push @schema, 'Catchall';
70
- }
69
+ #if ($catchall) {
70
+ # push @schema, 'Catchall';
71
+ #}
71
72
 
72
73
  my $preserve_order = 1;
73
74
  if (defined $preserve) {
@@ -158,6 +159,7 @@ sub _yamlpp {
158
159
  footer => $footer ? 1 : 0,
159
160
  yaml_version => \@yaml_versions,
160
161
  version_directive => $version_directive || 0,
162
+ require_footer => $require_footer,
161
163
  );
162
164
  if ($inc) {
163
165
  $inc->yp($ypp);
@@ -305,7 +307,7 @@ Options:
305
307
  --[no-]header Print '---' (default)
306
308
  --[no-]footer Print '...'
307
309
  --merge Enable loading merge keys '<<'
308
- --catchall Ignore any unknown tags
310
+ --require-footer Require '...' and the end of each document
309
311
  --perl Enable loading perl types and objects (use only
310
312
  on trusted input!)
311
313
  --preserve, -P Comma separated: 'order', 'scalar', 'flow', 'alias'.
@@ -321,6 +323,7 @@ Options:
321
323
  --include-absolute Allow absolute paths and ../../../ in includes (use
322
324
  only on trusted input!)
323
325
  EOM
326
+ # --catchall Ignore any unknown tags
324
327
  exit $rc;
325
328
  }
326
329
  __END__
@@ -29,7 +29,8 @@ GetOptions(
29
29
  'cyclic' => \my $cyclic,
30
30
  'duplicate-keys' => \my $duplicate_keys,
31
31
  'merge' => \my $merge,
32
- 'catchall' => \my $catchall,
32
+ #'catchall' => \my $catchall,
33
+ 'require-footer' => \my $require_footer,
33
34
  'perl' => \my $perl,
34
35
  'module|M=s' => \my $module,
35
36
  'yaml-version=s' => \my $yaml_version,
@@ -48,9 +49,9 @@ if ($merge) {
48
49
  if ($perl) {
49
50
  push @schema, 'Perl';
50
51
  }
51
- if ($catchall) {
52
- push @schema, 'Catchall';
53
- }
52
+ #if ($catchall) {
53
+ # push @schema, 'Catchall';
54
+ #}
54
55
 
55
56
  my ($file) = @ARGV;
56
57
  my $yaml;
@@ -92,6 +93,7 @@ sub _yamlpp {
92
93
  duplicate_keys => $duplicate_keys ? 1 : 0,
93
94
  preserve => PRESERVE_ORDER,
94
95
  yaml_version => \@yaml_versions,
96
+ require_footer => $require_footer,
95
97
  );
96
98
  my @docs = $ypp->load_string($yaml);
97
99
  return @docs;
@@ -155,13 +157,14 @@ Options:
155
157
  --cyclic Allow cyclic references
156
158
  --duplicate-keys Allow duplicate keys
157
159
  --merge Enable loading merge keys '<<'
158
- --catchall Ignore any unknown tags
160
+ --require-footer Require '...' and the end of each document
159
161
  --perl Enable loading perl types and objects (use only
160
162
  on trusted input!)
161
163
  --module -M YAML::PP (default), YAML, YAML::PP::LibYAML,
162
164
  YAML::Syck, YAML::Tiny, YAML::XS, YAML::PP::Ref
163
165
  --yaml-version= '1.2' (default), '1.1', '1.2,1.1', '1.1,1.2'
164
166
  EOM
167
+ #--catchall Ignore any unknown tags
165
168
  exit $rc;
166
169
  }
167
170
  __END__
@@ -1 +1 @@
1
- {"target":"Attribute::Abstract","dist":"Attribute-Util-1.07","name":"Attribute::Util","pathname":"D/DA/DANKOGAI/Attribute-Util-1.07.tar.gz","version":"1.07","provides":{"Attribute::SigHandler":{"file":"lib/Attribute/SigHandler.pm","version":"1.02"},"Attribute::Method":{"version":"1.04","file":"lib/Attribute/Method.pm"},"Attribute::Alias":{"file":"lib/Attribute/Alias.pm","version":"1.02"},"Attribute::Abstract":{"file":"lib/Attribute/Abstract.pm","version":"1.02"},"Attribute::Util":{"file":"lib/Attribute/Util.pm","version":"1.07"},"Attribute::Memoize":{"version":"1.02","file":"lib/Attribute/Memoize.pm"}}}
1
+ {"provides":{"Attribute::Memoize":{"version":"1.02","file":"lib/Attribute/Memoize.pm"},"Attribute::Alias":{"version":"1.02","file":"lib/Attribute/Alias.pm"},"Attribute::Abstract":{"file":"lib/Attribute/Abstract.pm","version":"1.02"},"Attribute::Method":{"version":"1.04","file":"lib/Attribute/Method.pm"},"Attribute::SigHandler":{"file":"lib/Attribute/SigHandler.pm","version":"1.02"},"Attribute::Util":{"version":"1.07","file":"lib/Attribute/Util.pm"}},"pathname":"D/DA/DANKOGAI/Attribute-Util-1.07.tar.gz","version":"1.07","name":"Attribute::Util","dist":"Attribute-Util-1.07","target":"Attribute::Abstract"}
@@ -1 +1 @@
1
- {"name":"Data::Cmp","dist":"Data-Cmp-0.010","target":"Data::Cmp","provides":{"Data::Cmp":{"version":"0.010","file":"lib/Data/Cmp.pm"},"Data::Cmp::Numeric":{"version":"0.010","file":"lib/Data/Cmp/Numeric.pm"},"Data::Cmp::StrOrNumeric":{"version":"0.010","file":"lib/Data/Cmp/StrOrNumeric.pm"}},"version":"0.010","pathname":"P/PE/PERLANCAR/Data-Cmp-0.010.tar.gz"}
1
+ {"target":"Data::Cmp","dist":"Data-Cmp-0.010","name":"Data::Cmp","pathname":"P/PE/PERLANCAR/Data-Cmp-0.010.tar.gz","version":"0.010","provides":{"Data::Cmp":{"version":"0.010","file":"lib/Data/Cmp.pm"},"Data::Cmp::StrOrNumeric":{"version":"0.010","file":"lib/Data/Cmp/StrOrNumeric.pm"},"Data::Cmp::Numeric":{"version":"0.010","file":"lib/Data/Cmp/Numeric.pm"}}}
@@ -1 +1 @@
1
- {"pathname":"G/GT/GTERMARS/Data-UUID-1.227.tar.gz","version":"1.227","provides":{"Data::UUID":{"version":"1.227","file":"UUID.pm"}},"target":"Data::UUID","dist":"Data-UUID-1.227","name":"Data::UUID"}
1
+ {"provides":{"Data::UUID":{"file":"UUID.pm","version":"1.227"}},"pathname":"G/GT/GTERMARS/Data-UUID-1.227.tar.gz","version":"1.227","name":"Data::UUID","dist":"Data-UUID-1.227","target":"Data::UUID"}
@@ -1 +1 @@
1
- {"provides":{"Nice::Try":{"version":"1.003015","file":"lib/Nice/Try.pm"}},"version":"1.003015","pathname":"J/JD/JDEGUEST/Nice-Try-v1.3.15.tar.gz","dist":"Nice-Try-v1.3.15","name":"Nice::Try","target":"Nice::Try"}
1
+ {"name":"Nice::Try","dist":"Nice-Try-v1.3.15","target":"Nice::Try","provides":{"Nice::Try":{"version":"1.003015","file":"lib/Nice/Try.pm"}},"version":"1.003015","pathname":"J/JD/JDEGUEST/Nice-Try-v1.3.15.tar.gz"}
@@ -1 +1 @@
1
- {"provides":{"PPI::Statement::Unknown":{"file":"lib/PPI/Statement/Unknown.pm","version":"1.281"},"PPI::Transform::UpdateCopyright":{"version":"1.281","file":"lib/PPI/Transform/UpdateCopyright.pm"},"PPI::Token::Regexp::Transliterate":{"version":"1.281","file":"lib/PPI/Token/Regexp/Transliterate.pm"},"PPI::Token::Quote::Interpolate":{"version":"1.281","file":"lib/PPI/Token/Quote/Interpolate.pm"},"PPI::Structure::Condition":{"file":"lib/PPI/Structure/Condition.pm","version":"1.281"},"PPI::Exception::ParserRejection":{"version":"1.281","file":"lib/PPI/Exception/ParserRejection.pm"},"PPI::Statement":{"version":"1.281","file":"lib/PPI/Statement.pm"},"PPI::Token::Unknown":{"version":"1.281","file":"lib/PPI/Token/Unknown.pm"},"PPI::Structure::Block":{"version":"1.281","file":"lib/PPI/Structure/Block.pm"},"PPI::Exception":{"file":"lib/PPI/Exception.pm","version":"1.281"},"PPI::Token::Quote::Double":{"file":"lib/PPI/Token/Quote/Double.pm","version":"1.281"},"PPI::Statement::Scheduled":{"file":"lib/PPI/Statement/Scheduled.pm","version":"1.281"},"PPI::Token::Number::Octal":{"version":"1.281","file":"lib/PPI/Token/Number/Octal.pm"},"PPI::XSAccessor":{"version":"1.281","file":"lib/PPI/XSAccessor.pm"},"PPI::Token::Quote":{"file":"lib/PPI/Token/Quote.pm","version":"1.281"},"PPI::Statement::Package":{"version":"1.281","file":"lib/PPI/Statement/Package.pm"},"PPI::Structure::When":{"version":"1.281","file":"lib/PPI/Structure/When.pm"},"PPI::Token::Structure":{"file":"lib/PPI/Token/Structure.pm","version":"1.281"},"PPI::Statement::Expression":{"version":"1.281","file":"lib/PPI/Statement/Expression.pm"},"PPI::Util":{"file":"lib/PPI/Util.pm","version":"1.281"},"PPI::Token::Separator":{"file":"lib/PPI/Token/Separator.pm","version":"1.281"},"PPI::Token::Data":{"version":"1.281","file":"lib/PPI/Token/Data.pm"},"PPI::Statement::Given":{"version":"1.281","file":"lib/PPI/Statement/Given.pm"},"PPI::Token::Cast":{"file":"lib/PPI/Token/Cast.pm","version":"1.281"},"PPI::Singletons":{"file":"lib/PPI/Singletons.pm","version":"1.281"},"PPI::Token::Magic":{"version":"1.281","file":"lib/PPI/Token/Magic.pm"},"PPI::Structure::List":{"file":"lib/PPI/Structure/List.pm","version":"1.281"},"PPI::Find":{"file":"lib/PPI/Find.pm","version":"1.281"},"PPI::Token::Attribute":{"version":"1.281","file":"lib/PPI/Token/Attribute.pm"},"PPI::Element":{"file":"lib/PPI/Element.pm","version":"1.281"},"PPI::Structure::For":{"version":"1.281","file":"lib/PPI/Structure/For.pm"},"PPI::Document::Fragment":{"version":"1.281","file":"lib/PPI/Document/Fragment.pm"},"PPI::Token::Word":{"version":"1.281","file":"lib/PPI/Token/Word.pm"},"PPI::Document::Normalized":{"file":"lib/PPI/Document/Normalized.pm","version":"1.281"},"PPI::Dumper":{"version":"1.281","file":"lib/PPI/Dumper.pm"},"PPI::Statement::Include":{"file":"lib/PPI/Statement/Include.pm","version":"1.281"},"PPI::Token::QuoteLike::Words":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Words.pm"},"PPI::Statement::Null":{"version":"1.281","file":"lib/PPI/Statement/Null.pm"},"PPI::Token::QuoteLike::Regexp":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Regexp.pm"},"PPI::Token::Prototype":{"file":"lib/PPI/Token/Prototype.pm","version":"1.281"},"PPI::Statement::UnmatchedBrace":{"file":"lib/PPI/Statement/UnmatchedBrace.pm","version":"1.281"},"PPI::Normal":{"version":"1.281","file":"lib/PPI/Normal.pm"},"PPI::Token::Number::Binary":{"file":"lib/PPI/Token/Number/Binary.pm","version":"1.281"},"PPI::Statement::Variable":{"file":"lib/PPI/Statement/Variable.pm","version":"1.281"},"PPI::Token":{"version":"1.281","file":"lib/PPI/Token.pm"},"PPI::Tokenizer":{"file":"lib/PPI/Tokenizer.pm","version":"1.281"},"PPI::Token::HereDoc":{"version":"1.281","file":"lib/PPI/Token/HereDoc.pm"},"PPI::Token::End":{"file":"lib/PPI/Token/End.pm","version":"1.281"},"PPI::Transform":{"version":"1.281","file":"lib/PPI/Transform.pm"},"PPI::Token::Comment":{"file":"lib/PPI/Token/Comment.pm","version":"1.281"},"PPI::Token::Quote::Single":{"file":"lib/PPI/Token/Quote/Single.pm","version":"1.281"},"PPI::Token::QuoteLike::Backtick":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Backtick.pm"},"PPI::Statement::Break":{"version":"1.281","file":"lib/PPI/Statement/Break.pm"},"PPI::Token::Whitespace":{"file":"lib/PPI/Token/Whitespace.pm","version":"1.281"},"PPI::Token::Quote::Literal":{"version":"1.281","file":"lib/PPI/Token/Quote/Literal.pm"},"PPI::Statement::End":{"file":"lib/PPI/Statement/End.pm","version":"1.281"},"PPI::Token::DashedWord":{"version":"1.281","file":"lib/PPI/Token/DashedWord.pm"},"PPI::Statement::Compound":{"version":"1.281","file":"lib/PPI/Statement/Compound.pm"},"PPI::Token::Number::Float":{"version":"1.281","file":"lib/PPI/Token/Number/Float.pm"},"PPI::Document":{"version":"1.281","file":"lib/PPI/Document.pm"},"PPI::Lexer":{"file":"lib/PPI/Lexer.pm","version":"1.281"},"PPI::Structure::Signature":{"version":"1.281","file":"lib/PPI/Structure/Signature.pm"},"PPI::Token::Pod":{"version":"1.281","file":"lib/PPI/Token/Pod.pm"},"PPI::Document::File":{"version":"1.281","file":"lib/PPI/Document/File.pm"},"PPI::Cache":{"file":"lib/PPI/Cache.pm","version":"1.281"},"PPI::Token::QuoteLike":{"file":"lib/PPI/Token/QuoteLike.pm","version":"1.281"},"PPI::Token::Operator":{"version":"1.281","file":"lib/PPI/Token/Operator.pm"},"PPI::Token::Regexp::Match":{"file":"lib/PPI/Token/Regexp/Match.pm","version":"1.281"},"PPI::Structure::Given":{"version":"1.281","file":"lib/PPI/Structure/Given.pm"},"PPI::Token::Number":{"version":"1.281","file":"lib/PPI/Token/Number.pm"},"PPI::Statement::Data":{"file":"lib/PPI/Statement/Data.pm","version":"1.281"},"PPI::Token::QuoteLike::Command":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Command.pm"},"PPI::Token::Symbol":{"file":"lib/PPI/Token/Symbol.pm","version":"1.281"},"PPI":{"file":"lib/PPI.pm","version":"1.281"},"PPI::Structure::Constructor":{"version":"1.281","file":"lib/PPI/Structure/Constructor.pm"},"PPI::Statement::When":{"file":"lib/PPI/Statement/When.pm","version":"1.281"},"PPI::Token::Label":{"file":"lib/PPI/Token/Label.pm","version":"1.281"},"PPI::Token::ArrayIndex":{"version":"1.281","file":"lib/PPI/Token/ArrayIndex.pm"},"PPI::Node":{"version":"1.281","file":"lib/PPI/Node.pm"},"PPI::Token::Regexp::Substitute":{"file":"lib/PPI/Token/Regexp/Substitute.pm","version":"1.281"},"PPI::Token::Number::Exp":{"file":"lib/PPI/Token/Number/Exp.pm","version":"1.281"},"PPI::Structure":{"file":"lib/PPI/Structure.pm","version":"1.281"},"PPI::Token::Number::Hex":{"version":"1.281","file":"lib/PPI/Token/Number/Hex.pm"},"PPI::Token::QuoteLike::Readline":{"file":"lib/PPI/Token/QuoteLike/Readline.pm","version":"1.281"},"PPI::Token::Number::Version":{"file":"lib/PPI/Token/Number/Version.pm","version":"1.281"},"PPI::Token::Regexp":{"file":"lib/PPI/Token/Regexp.pm","version":"1.281"},"PPI::Statement::Sub":{"file":"lib/PPI/Statement/Sub.pm","version":"1.281"},"PPI::Token::BOM":{"version":"1.281","file":"lib/PPI/Token/BOM.pm"},"PPI::Structure::Subscript":{"file":"lib/PPI/Structure/Subscript.pm","version":"1.281"},"PPI::Normal::Standard":{"file":"lib/PPI/Normal/Standard.pm","version":"1.281"},"PPI::Statement::Include::Perl6":{"version":"1.281","file":"lib/PPI/Statement/Include/Perl6.pm"},"PPI::Structure::Unknown":{"file":"lib/PPI/Structure/Unknown.pm","version":"1.281"}},"pathname":"M/MI/MITHALDU/PPI-1.281.tar.gz","version":"1.281","dist":"PPI-1.281","name":"PPI","target":"PPI"}
1
+ {"version":"1.281","pathname":"M/MI/MITHALDU/PPI-1.281.tar.gz","provides":{"PPI::Document::File":{"version":"1.281","file":"lib/PPI/Document/File.pm"},"PPI::Token::Prototype":{"file":"lib/PPI/Token/Prototype.pm","version":"1.281"},"PPI::Statement::Sub":{"file":"lib/PPI/Statement/Sub.pm","version":"1.281"},"PPI::Find":{"file":"lib/PPI/Find.pm","version":"1.281"},"PPI::Statement::Null":{"file":"lib/PPI/Statement/Null.pm","version":"1.281"},"PPI::Structure::Given":{"version":"1.281","file":"lib/PPI/Structure/Given.pm"},"PPI::Statement::Expression":{"file":"lib/PPI/Statement/Expression.pm","version":"1.281"},"PPI::Token::Attribute":{"file":"lib/PPI/Token/Attribute.pm","version":"1.281"},"PPI::Util":{"file":"lib/PPI/Util.pm","version":"1.281"},"PPI::Document":{"version":"1.281","file":"lib/PPI/Document.pm"},"PPI::Token::Number":{"file":"lib/PPI/Token/Number.pm","version":"1.281"},"PPI::Token::Data":{"version":"1.281","file":"lib/PPI/Token/Data.pm"},"PPI::Token::ArrayIndex":{"version":"1.281","file":"lib/PPI/Token/ArrayIndex.pm"},"PPI::Token::Label":{"version":"1.281","file":"lib/PPI/Token/Label.pm"},"PPI::Token::BOM":{"file":"lib/PPI/Token/BOM.pm","version":"1.281"},"PPI::Token::QuoteLike::Regexp":{"file":"lib/PPI/Token/QuoteLike/Regexp.pm","version":"1.281"},"PPI::Token::Separator":{"version":"1.281","file":"lib/PPI/Token/Separator.pm"},"PPI::Structure::List":{"version":"1.281","file":"lib/PPI/Structure/List.pm"},"PPI::Normal::Standard":{"version":"1.281","file":"lib/PPI/Normal/Standard.pm"},"PPI::Token::QuoteLike::Command":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Command.pm"},"PPI::Structure::Unknown":{"file":"lib/PPI/Structure/Unknown.pm","version":"1.281"},"PPI::Token::Unknown":{"file":"lib/PPI/Token/Unknown.pm","version":"1.281"},"PPI::Statement::Compound":{"version":"1.281","file":"lib/PPI/Statement/Compound.pm"},"PPI::Token::Comment":{"file":"lib/PPI/Token/Comment.pm","version":"1.281"},"PPI::Transform":{"file":"lib/PPI/Transform.pm","version":"1.281"},"PPI::Structure::Constructor":{"version":"1.281","file":"lib/PPI/Structure/Constructor.pm"},"PPI::Token::Regexp::Match":{"version":"1.281","file":"lib/PPI/Token/Regexp/Match.pm"},"PPI::Statement::Include::Perl6":{"file":"lib/PPI/Statement/Include/Perl6.pm","version":"1.281"},"PPI::Token::QuoteLike::Words":{"file":"lib/PPI/Token/QuoteLike/Words.pm","version":"1.281"},"PPI::Token::QuoteLike::Backtick":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Backtick.pm"},"PPI::Structure::Subscript":{"file":"lib/PPI/Structure/Subscript.pm","version":"1.281"},"PPI::Exception":{"file":"lib/PPI/Exception.pm","version":"1.281"},"PPI::Statement::Break":{"file":"lib/PPI/Statement/Break.pm","version":"1.281"},"PPI::Statement::When":{"version":"1.281","file":"lib/PPI/Statement/When.pm"},"PPI::Element":{"version":"1.281","file":"lib/PPI/Element.pm"},"PPI::Lexer":{"file":"lib/PPI/Lexer.pm","version":"1.281"},"PPI::Token::Regexp":{"version":"1.281","file":"lib/PPI/Token/Regexp.pm"},"PPI::Token::Operator":{"version":"1.281","file":"lib/PPI/Token/Operator.pm"},"PPI":{"file":"lib/PPI.pm","version":"1.281"},"PPI::Node":{"file":"lib/PPI/Node.pm","version":"1.281"},"PPI::Structure":{"file":"lib/PPI/Structure.pm","version":"1.281"},"PPI::Structure::Block":{"file":"lib/PPI/Structure/Block.pm","version":"1.281"},"PPI::Token::Symbol":{"file":"lib/PPI/Token/Symbol.pm","version":"1.281"},"PPI::Statement::UnmatchedBrace":{"file":"lib/PPI/Statement/UnmatchedBrace.pm","version":"1.281"},"PPI::Exception::ParserRejection":{"file":"lib/PPI/Exception/ParserRejection.pm","version":"1.281"},"PPI::Token::Structure":{"file":"lib/PPI/Token/Structure.pm","version":"1.281"},"PPI::Statement::Given":{"file":"lib/PPI/Statement/Given.pm","version":"1.281"},"PPI::Token::Number::Exp":{"file":"lib/PPI/Token/Number/Exp.pm","version":"1.281"},"PPI::Token::Regexp::Substitute":{"version":"1.281","file":"lib/PPI/Token/Regexp/Substitute.pm"},"PPI::Document::Fragment":{"version":"1.281","file":"lib/PPI/Document/Fragment.pm"},"PPI::Token::Number::Version":{"version":"1.281","file":"lib/PPI/Token/Number/Version.pm"},"PPI::Token::QuoteLike":{"file":"lib/PPI/Token/QuoteLike.pm","version":"1.281"},"PPI::Token::Pod":{"version":"1.281","file":"lib/PPI/Token/Pod.pm"},"PPI::Token::Whitespace":{"version":"1.281","file":"lib/PPI/Token/Whitespace.pm"},"PPI::Document::Normalized":{"version":"1.281","file":"lib/PPI/Document/Normalized.pm"},"PPI::Token::Number::Octal":{"file":"lib/PPI/Token/Number/Octal.pm","version":"1.281"},"PPI::Token::Quote::Interpolate":{"version":"1.281","file":"lib/PPI/Token/Quote/Interpolate.pm"},"PPI::Statement::Unknown":{"version":"1.281","file":"lib/PPI/Statement/Unknown.pm"},"PPI::Token":{"file":"lib/PPI/Token.pm","version":"1.281"},"PPI::Statement::Package":{"file":"lib/PPI/Statement/Package.pm","version":"1.281"},"PPI::Cache":{"file":"lib/PPI/Cache.pm","version":"1.281"},"PPI::Token::Quote":{"file":"lib/PPI/Token/Quote.pm","version":"1.281"},"PPI::Token::DashedWord":{"version":"1.281","file":"lib/PPI/Token/DashedWord.pm"},"PPI::Statement::Scheduled":{"version":"1.281","file":"lib/PPI/Statement/Scheduled.pm"},"PPI::Singletons":{"version":"1.281","file":"lib/PPI/Singletons.pm"},"PPI::Transform::UpdateCopyright":{"file":"lib/PPI/Transform/UpdateCopyright.pm","version":"1.281"},"PPI::Structure::For":{"file":"lib/PPI/Structure/For.pm","version":"1.281"},"PPI::Structure::Condition":{"version":"1.281","file":"lib/PPI/Structure/Condition.pm"},"PPI::Statement::Data":{"version":"1.281","file":"lib/PPI/Statement/Data.pm"},"PPI::Token::Number::Float":{"file":"lib/PPI/Token/Number/Float.pm","version":"1.281"},"PPI::Normal":{"version":"1.281","file":"lib/PPI/Normal.pm"},"PPI::Token::QuoteLike::Readline":{"version":"1.281","file":"lib/PPI/Token/QuoteLike/Readline.pm"},"PPI::Token::Quote::Literal":{"version":"1.281","file":"lib/PPI/Token/Quote/Literal.pm"},"PPI::Statement::Include":{"version":"1.281","file":"lib/PPI/Statement/Include.pm"},"PPI::Tokenizer":{"file":"lib/PPI/Tokenizer.pm","version":"1.281"},"PPI::Token::Quote::Double":{"file":"lib/PPI/Token/Quote/Double.pm","version":"1.281"},"PPI::Dumper":{"version":"1.281","file":"lib/PPI/Dumper.pm"},"PPI::Token::HereDoc":{"version":"1.281","file":"lib/PPI/Token/HereDoc.pm"},"PPI::Structure::Signature":{"version":"1.281","file":"lib/PPI/Structure/Signature.pm"},"PPI::XSAccessor":{"file":"lib/PPI/XSAccessor.pm","version":"1.281"},"PPI::Structure::When":{"version":"1.281","file":"lib/PPI/Structure/When.pm"},"PPI::Statement::Variable":{"file":"lib/PPI/Statement/Variable.pm","version":"1.281"},"PPI::Token::Regexp::Transliterate":{"file":"lib/PPI/Token/Regexp/Transliterate.pm","version":"1.281"},"PPI::Token::Cast":{"file":"lib/PPI/Token/Cast.pm","version":"1.281"},"PPI::Token::End":{"file":"lib/PPI/Token/End.pm","version":"1.281"},"PPI::Token::Quote::Single":{"version":"1.281","file":"lib/PPI/Token/Quote/Single.pm"},"PPI::Token::Word":{"version":"1.281","file":"lib/PPI/Token/Word.pm"},"PPI::Token::Number::Hex":{"version":"1.281","file":"lib/PPI/Token/Number/Hex.pm"},"PPI::Statement::End":{"file":"lib/PPI/Statement/End.pm","version":"1.281"},"PPI::Statement":{"version":"1.281","file":"lib/PPI/Statement.pm"},"PPI::Token::Magic":{"file":"lib/PPI/Token/Magic.pm","version":"1.281"},"PPI::Token::Number::Binary":{"version":"1.281","file":"lib/PPI/Token/Number/Binary.pm"}},"target":"PPI","dist":"PPI-1.281","name":"PPI"}
@@ -1 +1 @@
1
- {"provides":{"PPI::XS":{"version":"0.910","file":"lib/PPI/XS.pm"}},"version":"0.910","pathname":"E/ET/ETHER/PPI-XS-0.910.tar.gz","name":"PPI::XS","dist":"PPI-XS-0.910","target":"PPI::XS"}
1
+ {"dist":"PPI-XS-0.910","name":"PPI::XS","target":"PPI::XS","provides":{"PPI::XS":{"version":"0.910","file":"lib/PPI/XS.pm"}},"pathname":"E/ET/ETHER/PPI-XS-0.910.tar.gz","version":"0.910"}
@@ -1 +1 @@
1
- {"dist":"Safe-Isa-1.000010","name":"Safe::Isa","target":"Safe::Isa","provides":{"Safe::Isa":{"version":"1.000010","file":"lib/Safe/Isa.pm"}},"pathname":"E/ET/ETHER/Safe-Isa-1.000010.tar.gz","version":"1.000010"}
1
+ {"pathname":"E/ET/ETHER/Safe-Isa-1.000010.tar.gz","version":"1.000010","provides":{"Safe::Isa":{"file":"lib/Safe/Isa.pm","version":"1.000010"}},"target":"Safe::Isa","dist":"Safe-Isa-1.000010","name":"Safe::Isa"}
@@ -1 +1 @@
1
- {"pathname":"C/CH/CHOCOLATE/Scalar-Util-Numeric-0.40.tar.gz","version":"0.40","provides":{"Scalar::Util::Numeric":{"version":"0.40","file":"lib/Scalar/Util/Numeric.pm"}},"target":"Scalar::Util::Numeric","dist":"Scalar-Util-Numeric-0.40","name":"Scalar::Util::Numeric"}
1
+ {"provides":{"Scalar::Util::Numeric":{"version":"0.40","file":"lib/Scalar/Util/Numeric.pm"}},"version":"0.40","pathname":"C/CH/CHOCOLATE/Scalar-Util-Numeric-0.40.tar.gz","dist":"Scalar-Util-Numeric-0.40","name":"Scalar::Util::Numeric","target":"Scalar::Util::Numeric"}
@@ -1 +1 @@
1
- {"name":"Test::Fatal","dist":"Test-Fatal-0.017","target":"Test::Fatal","provides":{"Test::Fatal":{"version":"0.017","file":"lib/Test/Fatal.pm"}},"pathname":"R/RJ/RJBS/Test-Fatal-0.017.tar.gz","version":"0.017"}
1
+ {"target":"Test::Fatal","name":"Test::Fatal","dist":"Test-Fatal-0.017","pathname":"R/RJ/RJBS/Test-Fatal-0.017.tar.gz","version":"0.017","provides":{"Test::Fatal":{"file":"lib/Test/Fatal.pm","version":"0.017"}}}
@@ -1 +1 @@
1
- {"provides":{"Want":{"file":"Want.pm","version":"0.29"}},"version":"0.29","pathname":"R/RO/ROBIN/Want-0.29.tar.gz","name":"Want","dist":"Want-0.29","target":"Want"}
1
+ {"pathname":"R/RO/ROBIN/Want-0.29.tar.gz","version":"0.29","provides":{"Want":{"version":"0.29","file":"Want.pm"}},"target":"Want","name":"Want","dist":"Want-0.29"}