javonet-nodejs-sdk 2.1.0 → 2.1.2

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 (1033) 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/Linux/X64/libUtils.so +0 -0
  21. package/Binaries/Native/MacOs/X64/libJavonetCppRuntimeNative.dylib +0 -0
  22. package/Binaries/Native/MacOs/X64/libJavonetGoRuntimeNative.dylib +0 -0
  23. package/Binaries/Native/MacOs/X64/libJavonetJvmRuntimeNative.dylib +0 -0
  24. package/Binaries/Native/MacOs/X64/libJavonetNetcoreRuntimeNative.dylib +0 -0
  25. package/Binaries/Native/MacOs/X64/libJavonetNodejsRuntimeNative.dylib +0 -0
  26. package/Binaries/Native/MacOs/X64/libJavonetPerlRuntimeNative.dylib +0 -0
  27. package/Binaries/Native/MacOs/X64/libJavonetPythonRuntimeNative.dylib +0 -0
  28. package/Binaries/Native/MacOs/X64/libJavonetRubyRuntimeNative.dylib +0 -0
  29. package/Binaries/Native/MacOs/X64/libUtils.dylib +0 -0
  30. package/Binaries/Native/Windows/X64/JavonetClrRuntimeNative.dll +0 -0
  31. package/Binaries/Native/Windows/X64/JavonetCppRuntimeNative.dll +0 -0
  32. package/Binaries/Native/Windows/X64/JavonetGoRuntimeNative.dll +0 -0
  33. package/Binaries/Native/Windows/X64/JavonetJvmRuntimeNative.dll +0 -0
  34. package/Binaries/Native/Windows/X64/JavonetNetcoreRuntimeNative.dll +0 -0
  35. package/Binaries/Native/Windows/X64/JavonetNodejsRuntimeNative.dll +0 -0
  36. package/Binaries/Native/Windows/X64/JavonetPerlRuntimeNative.dll +0 -0
  37. package/Binaries/Native/Windows/X64/JavonetPythonRuntimeNative.dll +0 -0
  38. package/Binaries/Native/Windows/X64/JavonetRubyRuntimeNative.dll +0 -0
  39. package/Binaries/Native/Windows/X64/Utils.dll +0 -0
  40. package/Binaries/Netcore/Linux/X64/Javonet.Netcore.Utils.dll +0 -0
  41. package/Binaries/Netcore/Linux/X64/JavonetNetcoreRuntime.dll +0 -0
  42. package/Binaries/Netcore/MacOs/X64/Javonet.Netcore.Utils.dll +0 -0
  43. package/Binaries/Netcore/MacOs/X64/JavonetNetcoreRuntime.dll +0 -0
  44. package/Binaries/Netcore/Windows/X64/Javonet.Netcore.Utils.dll +0 -0
  45. package/Binaries/Netcore/Windows/X64/JavonetNetcoreRuntime.dll +0 -0
  46. package/Binaries/Nodejs/Linux/X64/core/handler/AbstractHandler.js +11 -0
  47. package/Binaries/Nodejs/Linux/X64/core/handler/ArrayGetItemHandler.js +8 -4
  48. package/Binaries/Nodejs/Linux/X64/core/handler/ArrayGetRankHandler.js +6 -2
  49. package/Binaries/Nodejs/Linux/X64/core/handler/ArrayGetSizeHandler.js +7 -3
  50. package/Binaries/Nodejs/Linux/X64/core/handler/ArrayHandler.js +15 -0
  51. package/Binaries/Nodejs/Linux/X64/core/handler/ArraySetItemHandler.js +10 -6
  52. package/Binaries/Nodejs/Linux/X64/core/handler/CreateClassInstanceHandler.js +1 -1
  53. package/Binaries/Nodejs/Linux/X64/core/handler/DestructReferenceHandler.js +6 -2
  54. package/Binaries/Nodejs/Linux/X64/core/handler/GetGlobalStaticFieldHandler.js +1 -1
  55. package/Binaries/Nodejs/Linux/X64/core/handler/GetInstanceFieldHandler.js +1 -1
  56. package/Binaries/Nodejs/Linux/X64/core/handler/GetStaticFieldHandler.js +1 -1
  57. package/Binaries/Nodejs/Linux/X64/core/handler/GetTypeHandler.js +1 -1
  58. package/Binaries/Nodejs/Linux/X64/core/handler/Handler.js +5 -3
  59. package/Binaries/Nodejs/Linux/X64/core/handler/InvokeGlobalMethodHandler.js +1 -1
  60. package/Binaries/Nodejs/Linux/X64/core/handler/InvokeInstanceMethodHandler.js +1 -1
  61. package/Binaries/Nodejs/Linux/X64/core/handler/InvokeStaticMethodHandler.js +1 -2
  62. package/Binaries/Nodejs/Linux/X64/core/handler/LoadLibraryHandler.js +2 -2
  63. package/Binaries/Nodejs/Linux/X64/core/interpreter/Interpreter.js +1 -1
  64. package/Binaries/Nodejs/Linux/X64/core/transmitter/{NodejsTransmitter.js → Transmitter.js} +3 -3
  65. package/Binaries/Nodejs/Linux/X64/core/transmitter/TransmitterWrapper.js +25 -0
  66. package/Binaries/Nodejs/Linux/X64/utils/Command.js +1 -1
  67. package/Binaries/Nodejs/Linux/X64/utils/CommandType.js +3 -2
  68. package/Binaries/Nodejs/MacOs/X64/core/handler/AbstractHandler.js +11 -0
  69. package/Binaries/Nodejs/MacOs/X64/core/handler/ArrayGetItemHandler.js +8 -4
  70. package/Binaries/Nodejs/MacOs/X64/core/handler/ArrayGetRankHandler.js +6 -2
  71. package/Binaries/Nodejs/MacOs/X64/core/handler/ArrayGetSizeHandler.js +7 -3
  72. package/Binaries/Nodejs/MacOs/X64/core/handler/ArrayHandler.js +15 -0
  73. package/Binaries/Nodejs/MacOs/X64/core/handler/ArraySetItemHandler.js +10 -6
  74. package/Binaries/Nodejs/MacOs/X64/core/handler/CreateClassInstanceHandler.js +1 -1
  75. package/Binaries/Nodejs/MacOs/X64/core/handler/DestructReferenceHandler.js +6 -2
  76. package/Binaries/Nodejs/MacOs/X64/core/handler/GetGlobalStaticFieldHandler.js +1 -1
  77. package/Binaries/Nodejs/MacOs/X64/core/handler/GetInstanceFieldHandler.js +1 -1
  78. package/Binaries/Nodejs/MacOs/X64/core/handler/GetStaticFieldHandler.js +1 -1
  79. package/Binaries/Nodejs/MacOs/X64/core/handler/GetTypeHandler.js +1 -1
  80. package/Binaries/Nodejs/MacOs/X64/core/handler/Handler.js +5 -3
  81. package/Binaries/Nodejs/MacOs/X64/core/handler/InvokeGlobalMethodHandler.js +1 -1
  82. package/Binaries/Nodejs/MacOs/X64/core/handler/InvokeInstanceMethodHandler.js +1 -1
  83. package/Binaries/Nodejs/MacOs/X64/core/handler/InvokeStaticMethodHandler.js +1 -2
  84. package/Binaries/Nodejs/MacOs/X64/core/handler/LoadLibraryHandler.js +2 -2
  85. package/Binaries/Nodejs/MacOs/X64/core/interpreter/Interpreter.js +1 -1
  86. package/Binaries/Nodejs/MacOs/X64/core/transmitter/{NodejsTransmitter.js → Transmitter.js} +3 -3
  87. package/Binaries/Nodejs/MacOs/X64/core/transmitter/TransmitterWrapper.js +25 -0
  88. package/Binaries/Nodejs/MacOs/X64/utils/Command.js +1 -1
  89. package/Binaries/Nodejs/MacOs/X64/utils/CommandType.js +3 -2
  90. package/Binaries/Nodejs/Windows/X64/core/handler/AbstractHandler.js +11 -0
  91. package/Binaries/Nodejs/Windows/X64/core/handler/ArrayGetItemHandler.js +8 -4
  92. package/Binaries/Nodejs/Windows/X64/core/handler/ArrayGetRankHandler.js +6 -2
  93. package/Binaries/Nodejs/Windows/X64/core/handler/ArrayGetSizeHandler.js +7 -3
  94. package/Binaries/Nodejs/Windows/X64/core/handler/ArrayHandler.js +15 -0
  95. package/Binaries/Nodejs/Windows/X64/core/handler/ArraySetItemHandler.js +10 -6
  96. package/Binaries/Nodejs/Windows/X64/core/handler/CreateClassInstanceHandler.js +1 -1
  97. package/Binaries/Nodejs/Windows/X64/core/handler/DestructReferenceHandler.js +6 -2
  98. package/Binaries/Nodejs/Windows/X64/core/handler/GetGlobalStaticFieldHandler.js +1 -1
  99. package/Binaries/Nodejs/Windows/X64/core/handler/GetInstanceFieldHandler.js +1 -1
  100. package/Binaries/Nodejs/Windows/X64/core/handler/GetStaticFieldHandler.js +1 -1
  101. package/Binaries/Nodejs/Windows/X64/core/handler/GetTypeHandler.js +1 -1
  102. package/Binaries/Nodejs/Windows/X64/core/handler/Handler.js +5 -3
  103. package/Binaries/Nodejs/Windows/X64/core/handler/InvokeGlobalMethodHandler.js +1 -1
  104. package/Binaries/Nodejs/Windows/X64/core/handler/InvokeInstanceMethodHandler.js +1 -1
  105. package/Binaries/Nodejs/Windows/X64/core/handler/InvokeStaticMethodHandler.js +1 -2
  106. package/Binaries/Nodejs/Windows/X64/core/handler/LoadLibraryHandler.js +2 -2
  107. package/Binaries/Nodejs/Windows/X64/core/interpreter/Interpreter.js +1 -1
  108. package/Binaries/Nodejs/Windows/X64/core/transmitter/{NodejsTransmitter.js → Transmitter.js} +3 -3
  109. package/Binaries/Nodejs/Windows/X64/core/transmitter/TransmitterWrapper.js +25 -0
  110. package/Binaries/Nodejs/Windows/X64/utils/Command.js +1 -1
  111. package/Binaries/Nodejs/Windows/X64/utils/CommandType.js +3 -2
  112. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Data/OptList.pm +7 -7
  113. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Module/Build.pm +1 -1
  114. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Nice/Try.pm +11 -7
  115. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Attribute-Util-1.07/install.json +1 -1
  116. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Capture-Tiny-0.48/install.json +1 -1
  117. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Load-0.25/install.json +1 -1
  118. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Load-XS-0.10/install.json +1 -1
  119. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Clone-0.46/install.json +1 -1
  120. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-Cmp-0.010/install.json +1 -1
  121. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{Data-OptList-0.113 → Data-OptList-0.114}/MYMETA.json +68 -70
  122. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-OptList-0.114/install.json +1 -0
  123. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-UUID-1.226/install.json +1 -1
  124. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-GlobalDestruction-0.14/install.json +1 -1
  125. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-OverloadInfo-0.007/install.json +1 -1
  126. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Devel-StackTrace-2.04/install.json +1 -1
  127. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Dist-CheckConflicts-0.11/install.json +1 -1
  128. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Eval-Closure-0.14/install.json +1 -1
  129. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-Config-0.008/install.json +1 -1
  130. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-Helpers-0.026/install.json +1 -1
  131. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/ExtUtils-InstallPaths-0.012/install.json +1 -1
  132. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-CheckLib-0.31/install.json +1 -1
  133. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{FFI-Platypus-2.07 → FFI-Platypus-2.08}/MYMETA.json +3 -4
  134. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-Platypus-2.08/install.json +1 -0
  135. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-Which-1.27/install.json +1 -1
  136. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/IPC-System-Simple-1.30/install.json +1 -1
  137. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/MRO-Compat-0.15/install.json +1 -1
  138. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{Module-Build-0.4232 → Module-Build-0.4234}/MYMETA.json +21 -21
  139. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-0.4234/install.json +1 -0
  140. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{Module-Build-Tiny-0.039 → Module-Build-Tiny-0.045}/MYMETA.json +10 -10
  141. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-Tiny-0.045/install.json +1 -0
  142. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Implementation-0.09/install.json +1 -1
  143. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-0.016/MYMETA.json +1 -1
  144. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-0.016/install.json +1 -1
  145. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Runtime-Conflicts-0.003/install.json +1 -1
  146. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Moose-2.2203/install.json +1 -1
  147. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/{Nice-Try-v1.3.3 → Nice-Try-v1.3.4}/MYMETA.json +1 -1
  148. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Nice-Try-v1.3.4/install.json +1 -0
  149. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/PPI-1.276/install.json +1 -1
  150. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/PPI-XS-0.910/install.json +1 -1
  151. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-DeprecationManager-0.18/install.json +1 -1
  152. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-Stash-0.40/install.json +1 -1
  153. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Package-Stash-XS-0.30/install.json +1 -1
  154. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Params-Util-1.102/install.json +1 -1
  155. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Path-Tiny-0.144/install.json +1 -1
  156. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scalar-List-Utils-1.63/install.json +1 -1
  157. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  158. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Scope-Guard-0.21/install.json +1 -1
  159. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Exporter-0.989/install.json +1 -1
  160. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Exporter-Progressive-0.001013/install.json +1 -1
  161. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Sub-Install-0.929/install.json +1 -1
  162. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Task-Weaken-1.06/install.json +1 -1
  163. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Test-Fatal-0.017/install.json +1 -1
  164. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Try-Tiny-0.31/install.json +1 -1
  165. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Want-0.29/install.json +1 -1
  166. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/aliased-0.34/install.json +1 -1
  167. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/autobox-v3.0.1/install.json +1 -1
  168. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Build.pm +2 -2
  169. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/API.pm +2 -2
  170. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Buffer.pm +2 -2
  171. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Bundle.pm +2 -2
  172. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Closure.pm +3 -3
  173. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Constant.pm +2 -2
  174. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/DL.pm +2 -2
  175. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Function.pm +2 -2
  176. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Internal.pm +2 -2
  177. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Lang/ASM.pm +2 -2
  178. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Lang/C.pm +2 -2
  179. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Lang/Win32.pm +2 -2
  180. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Lang.pm +2 -2
  181. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Legacy.pm +2 -2
  182. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Memory.pm +2 -2
  183. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Record/Meta.pm +2 -2
  184. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Record/TieArray.pm +2 -2
  185. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Record.pm +2 -2
  186. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/ShareConfig.pm +2 -2
  187. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Type/PointerSizeBuffer.pm +2 -2
  188. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Type/StringArray.pm +2 -2
  189. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Type/StringPointer.pm +2 -2
  190. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Type/WideString.pm +2 -2
  191. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/Type.pm +2 -2
  192. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/TypeParser/Version0.pm +2 -2
  193. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/TypeParser/Version1.pm +2 -2
  194. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/TypeParser/Version2.pm +2 -2
  195. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus/TypeParser.pm +2 -2
  196. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Platypus.pm +18 -9
  197. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Probe/Runner/Builder.pm +2 -2
  198. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Probe/Runner/Result.pm +2 -2
  199. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Probe/Runner.pm +2 -2
  200. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Probe.pm +2 -2
  201. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/FFI/Temp.pm +2 -2
  202. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Class/Load/XS/XS.so +0 -0
  203. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Data/UUID/UUID.so +0 -0
  204. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/FFI/Platypus/Platypus.so +0 -0
  205. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/List/Util/Util.so +0 -0
  206. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Moose/Moose.so +0 -0
  207. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/PPI/XS/XS.so +0 -0
  208. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Package/Stash/XS/XS.so +0 -0
  209. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Params/Util/Util.so +0 -0
  210. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Want/Want.so +0 -0
  211. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/FFI-Platypus/include/ffi_platypus_config.h +1 -1
  212. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/FFI-Platypus/lib/libplfill.so +0 -0
  213. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/FFI-Platypus/probe/bin/dlrun +0 -0
  214. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod +75 -339
  215. package/Binaries/Perl/{MacOs/X64/lib/Javonet/Core/Handler → Linux/X64/lib/Javonet/Core/Exception}/Exception.pm +9 -3
  216. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Exception/ExceptionSerializer.pm +25 -0
  217. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Exception/ExceptionThrower.pm +40 -0
  218. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/AbstractHandler.pm +0 -2
  219. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/AbstractCommandHandler.pm +0 -4
  220. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetItemHandler.pm +2 -2
  221. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetRankHandler.pm +3 -3
  222. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetSizeHandler.pm +2 -2
  223. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/ArraySetItemHandler.pm +2 -2
  224. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/CastingHandler.pm +2 -1
  225. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/CreateClassInstanceHandler.pm +3 -3
  226. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/DestructReferenceHandler.pm +3 -3
  227. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/GetInstanceFieldHandler.pm +3 -3
  228. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/GetStaticFieldHandler.pm +3 -3
  229. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/GetTypeHandler.pm +3 -3
  230. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeInstanceMethodHandler.pm +3 -3
  231. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeStaticMethodHandler.pm +3 -3
  232. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/LoadLibraryHandler.pm +9 -8
  233. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/ResolveInstanceHandler.pm +3 -3
  234. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/CommandHandler/SetStaticFieldHandler.pm +3 -5
  235. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Handler/PerlHandler.pm +4 -7
  236. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Protocol/CommandSerializer.pm +0 -1
  237. package/Binaries/Perl/Linux/X64/lib/Javonet/Core/Transmitter/PerlTransmitterWrapper.pm +39 -25
  238. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/InvocationContext.pm +2 -1
  239. package/Binaries/Perl/Linux/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +4 -0
  240. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Data/OptList.pm +7 -7
  241. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Module/Build.pm +1 -1
  242. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Nice/Try.pm +11 -7
  243. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Attribute-Util-1.07/install.json +1 -1
  244. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Capture-Tiny-0.48/install.json +1 -1
  245. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Class-Load-0.25/install.json +1 -1
  246. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Class-Load-XS-0.10/install.json +1 -1
  247. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Clone-0.46/install.json +1 -1
  248. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-Cmp-0.010/install.json +1 -1
  249. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/{Data-OptList-0.113 → Data-OptList-0.114}/MYMETA.json +68 -70
  250. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-OptList-0.114/install.json +1 -0
  251. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-UUID-1.226/install.json +1 -1
  252. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Devel-GlobalDestruction-0.14/install.json +1 -1
  253. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Devel-OverloadInfo-0.007/install.json +1 -1
  254. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Devel-StackTrace-2.04/install.json +1 -1
  255. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Dist-CheckConflicts-0.11/install.json +1 -1
  256. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Eval-Closure-0.14/install.json +1 -1
  257. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/ExtUtils-Config-0.008/install.json +1 -1
  258. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/ExtUtils-Helpers-0.026/install.json +1 -1
  259. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/ExtUtils-InstallPaths-0.012/install.json +1 -1
  260. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/FFI-CheckLib-0.31/install.json +1 -1
  261. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/{FFI-Platypus-2.07 → FFI-Platypus-2.08}/MYMETA.json +3 -3
  262. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/FFI-Platypus-2.08/install.json +1 -0
  263. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/File-Which-1.27/install.json +1 -1
  264. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/IPC-System-Simple-1.30/install.json +1 -1
  265. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/MRO-Compat-0.15/install.json +1 -1
  266. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/{Module-Build-0.4232 → Module-Build-0.4234}/MYMETA.json +21 -21
  267. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-0.4234/install.json +1 -0
  268. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/{Module-Build-Tiny-0.039 → Module-Build-Tiny-0.045}/MYMETA.json +10 -10
  269. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-Tiny-0.045/install.json +1 -0
  270. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Implementation-0.09/install.json +1 -1
  271. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Runtime-0.016/MYMETA.json +1 -1
  272. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Runtime-0.016/install.json +1 -1
  273. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Runtime-Conflicts-0.003/install.json +1 -1
  274. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Moose-2.2203/install.json +1 -1
  275. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/{Nice-Try-v1.3.3 → Nice-Try-v1.3.4}/MYMETA.json +1 -1
  276. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Nice-Try-v1.3.4/install.json +1 -0
  277. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/PPI-1.276/install.json +1 -1
  278. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/PPI-XS-0.910/install.json +1 -1
  279. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Package-DeprecationManager-0.18/install.json +1 -1
  280. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Package-Stash-0.40/install.json +1 -1
  281. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Package-Stash-XS-0.30/install.json +1 -1
  282. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Params-Util-1.102/install.json +1 -1
  283. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Path-Tiny-0.144/install.json +1 -1
  284. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  285. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Scope-Guard-0.21/install.json +1 -1
  286. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Sub-Exporter-0.989/install.json +1 -1
  287. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Sub-Exporter-Progressive-0.001013/install.json +1 -1
  288. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Sub-Install-0.929/install.json +1 -1
  289. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Task-Weaken-1.06/install.json +1 -1
  290. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Test-Fatal-0.017/install.json +1 -1
  291. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Try-Tiny-0.31/install.json +1 -1
  292. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Want-0.29/install.json +1 -1
  293. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/aliased-0.34/install.json +1 -1
  294. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/autobox-v3.0.1/install.json +1 -1
  295. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Build.pm +2 -2
  296. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/API.pm +2 -2
  297. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Buffer.pm +2 -2
  298. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Bundle.pm +2 -2
  299. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Closure.pm +3 -3
  300. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Constant.pm +2 -2
  301. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/DL.pm +2 -2
  302. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Function.pm +2 -2
  303. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Internal.pm +2 -2
  304. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Lang/ASM.pm +2 -2
  305. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Lang/C.pm +2 -2
  306. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Lang/Win32.pm +2 -2
  307. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Lang.pm +2 -2
  308. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Legacy.pm +2 -2
  309. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Memory.pm +2 -2
  310. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Record/Meta.pm +2 -2
  311. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Record/TieArray.pm +2 -2
  312. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Record.pm +2 -2
  313. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/ShareConfig.pm +2 -2
  314. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Type/PointerSizeBuffer.pm +2 -2
  315. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Type/StringArray.pm +2 -2
  316. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Type/StringPointer.pm +2 -2
  317. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Type/WideString.pm +2 -2
  318. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/Type.pm +2 -2
  319. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/TypeParser/Version0.pm +2 -2
  320. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/TypeParser/Version1.pm +2 -2
  321. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/TypeParser/Version2.pm +2 -2
  322. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus/TypeParser.pm +2 -2
  323. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Platypus.pm +18 -9
  324. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Probe/Runner/Builder.pm +2 -2
  325. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Probe/Runner/Result.pm +2 -2
  326. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Probe/Runner.pm +2 -2
  327. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Probe.pm +2 -2
  328. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/FFI/Temp.pm +2 -2
  329. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/FFI/Platypus/Platypus.bundle +0 -0
  330. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/share/dist/FFI-Platypus/include/ffi_platypus_config.h +1 -1
  331. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/perllocal.pod +73 -535
  332. package/Binaries/Perl/{Linux/X64/lib/Javonet/Core/Handler → MacOs/X64/lib/Javonet/Core/Exception}/Exception.pm +9 -3
  333. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Exception/ExceptionSerializer.pm +25 -0
  334. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Exception/ExceptionThrower.pm +40 -0
  335. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/AbstractHandler.pm +0 -2
  336. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/AbstractCommandHandler.pm +0 -4
  337. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetItemHandler.pm +2 -2
  338. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetRankHandler.pm +3 -3
  339. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetSizeHandler.pm +2 -2
  340. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/ArraySetItemHandler.pm +2 -2
  341. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/CastingHandler.pm +2 -1
  342. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/CreateClassInstanceHandler.pm +3 -3
  343. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/DestructReferenceHandler.pm +3 -3
  344. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/GetInstanceFieldHandler.pm +3 -3
  345. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/GetStaticFieldHandler.pm +3 -3
  346. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/GetTypeHandler.pm +3 -3
  347. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeInstanceMethodHandler.pm +3 -3
  348. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeStaticMethodHandler.pm +3 -3
  349. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/LoadLibraryHandler.pm +9 -8
  350. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/ResolveInstanceHandler.pm +3 -3
  351. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/CommandHandler/SetStaticFieldHandler.pm +3 -5
  352. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Handler/PerlHandler.pm +4 -7
  353. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Protocol/CommandSerializer.pm +0 -1
  354. package/Binaries/Perl/MacOs/X64/lib/Javonet/Core/Transmitter/PerlTransmitterWrapper.pm +39 -25
  355. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Internal/InvocationContext.pm +2 -1
  356. package/Binaries/Perl/MacOs/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +4 -0
  357. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Attribute-Util-1.07/install.json +1 -1
  358. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Data-Cmp-0.010/install.json +1 -1
  359. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Data-UUID-1.226/install.json +1 -1
  360. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/{Nice-Try-v1.3.3 → Nice-Try-v1.3.4}/MYMETA.json +1 -1
  361. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Nice-Try-v1.3.4/install.json +1 -0
  362. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/PPI-1.276/install.json +1 -1
  363. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/PPI-XS-0.910/install.json +1 -1
  364. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Scalar-Util-Numeric-0.40/install.json +1 -1
  365. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Want-0.29/install.json +1 -1
  366. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/autobox-v3.0.1/install.json +1 -1
  367. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Data/UUID/UUID.xs.dll +0 -0
  368. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/PPI/XS/XS.xs.dll +0 -0
  369. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Scalar/Util/Numeric/Numeric.xs.dll +0 -0
  370. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Want/Want.xs.dll +0 -0
  371. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/autobox/autobox.xs.dll +0 -0
  372. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/perllocal.pod +16 -82
  373. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Nice/Try.pm +11 -7
  374. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Exception/Exception.pm +29 -0
  375. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Exception/ExceptionSerializer.pm +25 -0
  376. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Exception/ExceptionThrower.pm +40 -0
  377. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/AbstractHandler.pm +0 -2
  378. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/AbstractCommandHandler.pm +0 -4
  379. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetItemHandler.pm +2 -2
  380. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetRankHandler.pm +3 -3
  381. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/ArrayGetSizeHandler.pm +2 -2
  382. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/ArraySetItemHandler.pm +2 -2
  383. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/CastingHandler.pm +2 -1
  384. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/CreateClassInstanceHandler.pm +3 -3
  385. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/DestructReferenceHandler.pm +3 -3
  386. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/GetInstanceFieldHandler.pm +3 -3
  387. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/GetStaticFieldHandler.pm +3 -3
  388. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/GetTypeHandler.pm +3 -3
  389. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeInstanceMethodHandler.pm +3 -3
  390. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/InvokeStaticMethodHandler.pm +3 -3
  391. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/LoadLibraryHandler.pm +9 -8
  392. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/ResolveInstanceHandler.pm +3 -3
  393. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/CommandHandler/SetStaticFieldHandler.pm +3 -5
  394. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/PerlHandler.pm +4 -7
  395. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Protocol/CommandSerializer.pm +0 -1
  396. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Transmitter/PerlTransmitterWrapper.pm +39 -25
  397. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/InvocationContext.pm +2 -1
  398. package/Binaries/Perl/Windows/X64/lib/Javonet/Sdk/Internal/RuntimeContext.pm +4 -0
  399. package/Binaries/Python/Linux/X64/javonet/core/exception/ExceptionSerializer.py +13 -8
  400. package/Binaries/Python/Linux/X64/javonet/core/exception/ExceptionThrower.py +7 -15
  401. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/AbstractCommandHandler.py +3 -9
  402. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ArrayGetItemHandler.py +3 -1
  403. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ArrayGetRankHandler.py +3 -1
  404. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ArrayGetSizeHandler.py +3 -1
  405. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ArrayHandler.py +13 -0
  406. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ArraySetItemHandler.py +3 -1
  407. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/CreateClassInstanceHandler.py +3 -1
  408. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/GetInstanceFieldHandler.py +3 -1
  409. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/GetStaticFieldHandler.py +3 -1
  410. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/GetTypeHandler.py +3 -1
  411. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/InvokeInstanceMethodHandler.py +3 -1
  412. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/InvokeStaticMethodHandler.py +7 -1
  413. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/LoadLibraryHandler.py +3 -1
  414. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/ResolveInstanceHandler.py +3 -1
  415. package/Binaries/Python/Linux/X64/javonet/core/handler/CommandHandler/SetStaticFieldHandler.py +3 -1
  416. package/Binaries/Python/Linux/X64/javonet/core/handler/Handler.py +5 -2
  417. package/Binaries/Python/Linux/X64/javonet/core/transmitter/PythonTransmitterWrapper.py +25 -6
  418. package/Binaries/Python/Linux/X64/javonet/utils/Command.py +1 -1
  419. package/Binaries/Python/Linux/X64/javonet/utils/CommandType.py +2 -1
  420. package/Binaries/Python/MacOs/X64/javonet/core/exception/ExceptionSerializer.py +13 -8
  421. package/Binaries/Python/MacOs/X64/javonet/core/exception/ExceptionThrower.py +7 -15
  422. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/AbstractCommandHandler.py +3 -9
  423. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ArrayGetItemHandler.py +3 -1
  424. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ArrayGetRankHandler.py +3 -1
  425. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ArrayGetSizeHandler.py +3 -1
  426. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ArrayHandler.py +13 -0
  427. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ArraySetItemHandler.py +3 -1
  428. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/CreateClassInstanceHandler.py +3 -1
  429. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/GetInstanceFieldHandler.py +3 -1
  430. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/GetStaticFieldHandler.py +3 -1
  431. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/GetTypeHandler.py +3 -1
  432. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/InvokeInstanceMethodHandler.py +3 -1
  433. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/InvokeStaticMethodHandler.py +7 -1
  434. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/LoadLibraryHandler.py +3 -1
  435. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/ResolveInstanceHandler.py +3 -1
  436. package/Binaries/Python/MacOs/X64/javonet/core/handler/CommandHandler/SetStaticFieldHandler.py +3 -1
  437. package/Binaries/Python/MacOs/X64/javonet/core/handler/Handler.py +5 -2
  438. package/Binaries/Python/MacOs/X64/javonet/core/transmitter/PythonTransmitterWrapper.py +25 -6
  439. package/Binaries/Python/MacOs/X64/javonet/utils/Command.py +1 -1
  440. package/Binaries/Python/MacOs/X64/javonet/utils/CommandType.py +2 -1
  441. package/Binaries/Python/Windows/X64/javonet/core/__pycache__/__init__.cpython-37.pyc +0 -0
  442. package/Binaries/Python/Windows/X64/javonet/core/exception/ExceptionSerializer.py +13 -8
  443. package/Binaries/Python/Windows/X64/javonet/core/exception/ExceptionThrower.py +7 -15
  444. package/Binaries/Python/Windows/X64/javonet/core/exception/__pycache__/ExceptionSerializer.cpython-37.pyc +0 -0
  445. package/Binaries/Python/Windows/X64/javonet/core/exception/__pycache__/__init__.cpython-37.pyc +0 -0
  446. package/Binaries/Python/Windows/X64/javonet/core/generator/__pycache__/__init__.cpython-37.pyc +0 -0
  447. package/Binaries/Python/Windows/X64/javonet/core/generator/internal/__pycache__/PythonStringBuilder.cpython-37.pyc +0 -0
  448. package/Binaries/Python/Windows/X64/javonet/core/generator/internal/__pycache__/__init__.cpython-37.pyc +0 -0
  449. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/AbstractCommandHandler.py +3 -9
  450. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ArrayGetItemHandler.py +3 -1
  451. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ArrayGetRankHandler.py +3 -1
  452. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ArrayGetSizeHandler.py +3 -1
  453. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ArrayHandler.py +13 -0
  454. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ArraySetItemHandler.py +3 -1
  455. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/CreateClassInstanceHandler.py +3 -1
  456. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/GetInstanceFieldHandler.py +3 -1
  457. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/GetStaticFieldHandler.py +3 -1
  458. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/GetTypeHandler.py +3 -1
  459. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/InvokeInstanceMethodHandler.py +3 -1
  460. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/InvokeStaticMethodHandler.py +7 -1
  461. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/LoadLibraryHandler.py +3 -1
  462. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/ResolveInstanceHandler.py +3 -1
  463. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/SetStaticFieldHandler.py +3 -1
  464. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/AbstractCommandHandler.cpython-37.pyc +0 -0
  465. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayGetItemHandler.cpython-37.pyc +0 -0
  466. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayGetRankHandler.cpython-37.pyc +0 -0
  467. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayGetSizeHandler.cpython-37.pyc +0 -0
  468. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArrayHandler.cpython-37.pyc +0 -0
  469. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ArraySetItemHandler.cpython-37.pyc +0 -0
  470. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/CastingHandler.cpython-37.pyc +0 -0
  471. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/CreateClassInstanceHandler.cpython-37.pyc +0 -0
  472. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/DestructReferenceHandler.cpython-37.pyc +0 -0
  473. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/GetInstanceFieldHandler.cpython-37.pyc +0 -0
  474. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/GetStaticFieldHandler.cpython-37.pyc +0 -0
  475. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/GetTypeHandler.cpython-37.pyc +0 -0
  476. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/InvokeInstanceMethodHandler.cpython-37.pyc +0 -0
  477. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/InvokeStaticMethodHandler.cpython-37.pyc +0 -0
  478. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/LoadLibraryHandler.cpython-37.pyc +0 -0
  479. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ResolveInstanceHandler.cpython-37.pyc +0 -0
  480. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/SetStaticFieldHandler.cpython-37.pyc +0 -0
  481. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/ValueHandler.cpython-37.pyc +0 -0
  482. package/Binaries/Python/Windows/X64/javonet/core/handler/CommandHandler/__pycache__/__init__.cpython-37.pyc +0 -0
  483. package/Binaries/Python/Windows/X64/javonet/core/handler/Handler.py +5 -2
  484. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/AbstractHandler.cpython-37.pyc +0 -0
  485. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/Handler.cpython-37.pyc +0 -0
  486. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/HandlerDictionary.cpython-37.pyc +0 -0
  487. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/ReferencesCache.cpython-37.pyc +0 -0
  488. package/Binaries/Python/Windows/X64/javonet/core/handler/__pycache__/__init__.cpython-37.pyc +0 -0
  489. package/Binaries/Python/Windows/X64/javonet/core/interpreter/__pycache__/Interpreter.cpython-37.pyc +0 -0
  490. package/Binaries/Python/Windows/X64/javonet/core/interpreter/__pycache__/__init__.cpython-37.pyc +0 -0
  491. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/CommandDeserializer.cpython-37.pyc +0 -0
  492. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/CommandSerializer.cpython-37.pyc +0 -0
  493. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/TypeDeserializer.cpython-37.pyc +0 -0
  494. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/TypeSerializer.cpython-37.pyc +0 -0
  495. package/Binaries/Python/Windows/X64/javonet/core/protocol/__pycache__/__init__.cpython-37.pyc +0 -0
  496. package/Binaries/Python/Windows/X64/javonet/core/receiver/__pycache__/Receiver.cpython-37.pyc +0 -0
  497. package/Binaries/Python/Windows/X64/javonet/core/receiver/__pycache__/__init__.cpython-37.pyc +0 -0
  498. package/Binaries/Python/Windows/X64/javonet/core/transmitter/PythonTransmitterWrapper.py +25 -6
  499. package/Binaries/Python/Windows/X64/javonet/utils/Command.py +1 -1
  500. package/Binaries/Python/Windows/X64/javonet/utils/CommandType.py +2 -1
  501. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/Command.cpython-37.pyc +0 -0
  502. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/CommandType.cpython-37.pyc +0 -0
  503. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/ConnectionType.cpython-37.pyc +0 -0
  504. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/ExceptionType.cpython-37.pyc +0 -0
  505. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/RuntimeName.cpython-37.pyc +0 -0
  506. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/StringEncodingMode.cpython-37.pyc +0 -0
  507. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/Type.cpython-37.pyc +0 -0
  508. package/Binaries/Python/Windows/X64/javonet/utils/__pycache__/__init__.cpython-37.pyc +0 -0
  509. package/Binaries/Ruby/Linux/X64/core/exceptions/exception_serializer.rb +13 -13
  510. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/abstract_command_handler.rb +7 -6
  511. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_get_item_handler.rb +7 -3
  512. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_get_rank_handler.rb +5 -1
  513. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_get_size_handler.rb +6 -2
  514. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_handler.rb +12 -0
  515. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/array_set_item_handler.rb +9 -5
  516. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/casting_handler.rb +5 -1
  517. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/create_class_instance_handler.rb +12 -12
  518. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/destruct_reference_handler.rb +1 -0
  519. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/get_instance_field_handler.rb +10 -10
  520. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/get_static_field_handler.rb +10 -10
  521. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/get_type_handler.rb +1 -0
  522. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/invoke_instance_method_handler.rb +10 -10
  523. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/invoke_static_method_handler.rb +10 -9
  524. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/load_library_handler.rb +0 -1
  525. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/resolve_instance_handler.rb +1 -0
  526. package/Binaries/Ruby/Linux/X64/core/handler/command_handler/set_static_field_handler.rb +6 -6
  527. package/Binaries/Ruby/Linux/X64/core/handler/handler.rb +3 -0
  528. package/Binaries/Ruby/Linux/X64/core/transmitter/transmitter.rb +26 -12
  529. package/Binaries/Ruby/Linux/X64/core/transmitter/transmitter_wrapper.rb +12 -11
  530. package/Binaries/Ruby/Linux/X64/utils/command.rb +1 -1
  531. package/Binaries/Ruby/Linux/X64/utils/command_type.rb +5 -2
  532. package/Binaries/Ruby/MacOs/X64/core/exceptions/exception_serializer.rb +13 -13
  533. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/abstract_command_handler.rb +7 -6
  534. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_get_item_handler.rb +7 -3
  535. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_get_rank_handler.rb +5 -1
  536. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_get_size_handler.rb +6 -2
  537. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_handler.rb +12 -0
  538. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/array_set_item_handler.rb +9 -5
  539. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/casting_handler.rb +5 -1
  540. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/create_class_instance_handler.rb +12 -12
  541. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/destruct_reference_handler.rb +1 -0
  542. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/get_instance_field_handler.rb +10 -10
  543. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/get_static_field_handler.rb +10 -10
  544. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/get_type_handler.rb +1 -0
  545. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/invoke_instance_method_handler.rb +10 -10
  546. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/invoke_static_method_handler.rb +10 -9
  547. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/load_library_handler.rb +0 -1
  548. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/resolve_instance_handler.rb +1 -0
  549. package/Binaries/Ruby/MacOs/X64/core/handler/command_handler/set_static_field_handler.rb +6 -6
  550. package/Binaries/Ruby/MacOs/X64/core/handler/handler.rb +3 -0
  551. package/Binaries/Ruby/MacOs/X64/core/transmitter/transmitter.rb +26 -12
  552. package/Binaries/Ruby/MacOs/X64/core/transmitter/transmitter_wrapper.rb +12 -11
  553. package/Binaries/Ruby/MacOs/X64/utils/command.rb +1 -1
  554. package/Binaries/Ruby/MacOs/X64/utils/command_type.rb +5 -2
  555. package/Binaries/Ruby/Windows/X64/core/exceptions/exception_serializer.rb +13 -13
  556. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/abstract_command_handler.rb +7 -6
  557. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_get_item_handler.rb +7 -3
  558. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_get_rank_handler.rb +5 -1
  559. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_get_size_handler.rb +6 -2
  560. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_handler.rb +12 -0
  561. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/array_set_item_handler.rb +9 -5
  562. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/casting_handler.rb +5 -1
  563. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/create_class_instance_handler.rb +12 -12
  564. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/destruct_reference_handler.rb +1 -0
  565. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/get_instance_field_handler.rb +10 -10
  566. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/get_static_field_handler.rb +10 -10
  567. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/get_type_handler.rb +1 -0
  568. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/invoke_instance_method_handler.rb +10 -10
  569. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/invoke_static_method_handler.rb +10 -9
  570. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/load_library_handler.rb +0 -1
  571. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/resolve_instance_handler.rb +1 -0
  572. package/Binaries/Ruby/Windows/X64/core/handler/command_handler/set_static_field_handler.rb +6 -6
  573. package/Binaries/Ruby/Windows/X64/core/handler/handler.rb +3 -0
  574. package/Binaries/Ruby/Windows/X64/core/transmitter/transmitter.rb +26 -12
  575. package/Binaries/Ruby/Windows/X64/core/transmitter/transmitter_wrapper.rb +12 -11
  576. package/Binaries/Ruby/Windows/X64/utils/command.rb +1 -1
  577. package/Binaries/Ruby/Windows/X64/utils/command_type.rb +5 -2
  578. package/addon/JavonetNodejsRuntimeAddon.cpp +48 -32
  579. package/addon/JavonetNodejsRuntimeAddon.h +6 -5
  580. package/lib/Javonet.js +1 -1
  581. package/lib/core/handler/AbstractHandler.js +11 -0
  582. package/lib/core/handler/ArrayGetItemHandler.js +8 -4
  583. package/lib/core/handler/ArrayGetRankHandler.js +6 -2
  584. package/lib/core/handler/ArrayGetSizeHandler.js +7 -3
  585. package/lib/core/handler/ArrayHandler.js +15 -0
  586. package/lib/core/handler/ArraySetItemHandler.js +10 -6
  587. package/lib/core/handler/CreateClassInstanceHandler.js +1 -1
  588. package/lib/core/handler/DestructReferenceHandler.js +6 -2
  589. package/lib/core/handler/GetGlobalStaticFieldHandler.js +1 -1
  590. package/lib/core/handler/GetInstanceFieldHandler.js +1 -1
  591. package/lib/core/handler/GetStaticFieldHandler.js +1 -1
  592. package/lib/core/handler/GetTypeHandler.js +1 -1
  593. package/lib/core/handler/Handler.js +5 -3
  594. package/lib/core/handler/InvokeGlobalMethodHandler.js +1 -1
  595. package/lib/core/handler/InvokeInstanceMethodHandler.js +1 -1
  596. package/lib/core/handler/InvokeStaticMethodHandler.js +1 -2
  597. package/lib/core/handler/LoadLibraryHandler.js +2 -2
  598. package/lib/core/interpreter/Interpreter.js +1 -1
  599. package/lib/core/transmitter/{NodejsTransmitter.js → Transmitter.js} +3 -3
  600. package/lib/core/transmitter/TransmitterWrapper.js +25 -0
  601. package/lib/sdk/internal/InvocationContext.js +17 -6
  602. package/lib/sdk/internal/RuntimeContext.js +4 -4
  603. package/lib/utils/Command.js +1 -1
  604. package/lib/utils/CommandType.js +3 -2
  605. package/package.json +1 -1
  606. package/Binaries/Nodejs/Linux/X64/core/transmitter/NodejsTransmitterWrapper.js +0 -36
  607. package/Binaries/Nodejs/MacOs/X64/core/transmitter/NodejsTransmitterWrapper.js +0 -36
  608. package/Binaries/Nodejs/Windows/X64/core/transmitter/NodejsTransmitterWrapper.js +0 -36
  609. package/Binaries/Perl/Linux/X64/deps/bin/lwp-download +0 -335
  610. package/Binaries/Perl/Linux/X64/deps/bin/lwp-dump +0 -113
  611. package/Binaries/Perl/Linux/X64/deps/bin/lwp-mirror +0 -103
  612. package/Binaries/Perl/Linux/X64/deps/bin/lwp-request +0 -561
  613. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Base/Authoring.pod +0 -100
  614. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Base/FAQ.pod +0 -110
  615. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Base/PkgConfig.pm +0 -258
  616. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Base/Wrapper.pm +0 -583
  617. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Base.pm +0 -1204
  618. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Build.pm +0 -2687
  619. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Role.pm +0 -139
  620. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Alien/Util.pm +0 -156
  621. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Class/Data/Inheritable.pm +0 -150
  622. package/Binaries/Perl/Linux/X64/deps/lib/perl5/File/Listing.pm +0 -616
  623. package/Binaries/Perl/Linux/X64/deps/lib/perl5/File/chdir.pm +0 -474
  624. package/Binaries/Perl/Linux/X64/deps/lib/perl5/HTTP/Cookies/Microsoft.pm +0 -324
  625. package/Binaries/Perl/Linux/X64/deps/lib/perl5/HTTP/Cookies/Netscape.pm +0 -133
  626. package/Binaries/Perl/Linux/X64/deps/lib/perl5/HTTP/Cookies.pm +0 -900
  627. package/Binaries/Perl/Linux/X64/deps/lib/perl5/HTTP/Negotiate.pm +0 -528
  628. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Authen/Basic.pm +0 -86
  629. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Authen/Digest.pm +0 -80
  630. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Authen/Ntlm.pm +0 -183
  631. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/ConnCache.pm +0 -350
  632. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Debug/TraceHTTP.pm +0 -29
  633. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Debug.pm +0 -112
  634. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/DebugFile.pm +0 -7
  635. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/MemberMixin.pm +0 -48
  636. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/cpan.pm +0 -72
  637. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/data.pm +0 -52
  638. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/file.pm +0 -147
  639. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/ftp.pm +0 -555
  640. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/gopher.pm +0 -213
  641. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/http.pm +0 -523
  642. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/loopback.pm +0 -27
  643. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/mailto.pm +0 -184
  644. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/nntp.pm +0 -150
  645. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol/nogo.pm +0 -25
  646. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Protocol.pm +0 -321
  647. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/RobotUA.pm +0 -312
  648. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/Simple.pm +0 -270
  649. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP/UserAgent.pm +0 -2183
  650. package/Binaries/Perl/Linux/X64/deps/lib/perl5/LWP.pm +0 -669
  651. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Net/HTTP/Methods.pm +0 -675
  652. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Net/HTTP/NB.pm +0 -121
  653. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Net/HTTP.pm +0 -307
  654. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Net/HTTPS.pm +0 -135
  655. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien/Build.pm +0 -915
  656. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien/CanCompile.pm +0 -132
  657. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien/CanPlatypus.pm +0 -133
  658. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien/Diag.pm +0 -223
  659. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien/Run.pm +0 -365
  660. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien/Synthetic.pm +0 -261
  661. package/Binaries/Perl/Linux/X64/deps/lib/perl5/Test/Alien.pm +0 -1307
  662. package/Binaries/Perl/Linux/X64/deps/lib/perl5/WWW/RobotRules/AnyDBM_File.pm +0 -170
  663. package/Binaries/Perl/Linux/X64/deps/lib/perl5/WWW/RobotRules.pm +0 -453
  664. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Any.pm +0 -123
  665. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Any.pod +0 -165
  666. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Dumper/Base.pm +0 -111
  667. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Dumper/Base.pod +0 -35
  668. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Dumper.pm +0 -578
  669. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Dumper.pod +0 -38
  670. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Error.pm +0 -191
  671. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Error.pod +0 -35
  672. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Loader/Base.pm +0 -38
  673. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Loader/Base.pod +0 -35
  674. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Loader.pm +0 -839
  675. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Loader.pod +0 -39
  676. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Marshall.pm +0 -47
  677. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Marshall.pod +0 -36
  678. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Mo.pm +0 -80
  679. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Node.pm +0 -218
  680. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Node.pod +0 -91
  681. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Tag.pm +0 -19
  682. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Tag.pod +0 -34
  683. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Types.pm +0 -240
  684. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML/Types.pod +0 -38
  685. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML.pm +0 -117
  686. package/Binaries/Perl/Linux/X64/deps/lib/perl5/YAML.pod +0 -737
  687. package/Binaries/Perl/Linux/X64/deps/lib/perl5/alienfile.pm +0 -880
  688. package/Binaries/Perl/Linux/X64/deps/lib/perl5/lwpcook.pod +0 -310
  689. package/Binaries/Perl/Linux/X64/deps/lib/perl5/lwptut.pod +0 -820
  690. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Alien-Build-2.78/MYMETA.json +0 -203
  691. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Alien-Build-2.78/install.json +0 -1
  692. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Alien-Build-Plugin-Download-GitHub-0.10/MYMETA.json +0 -152
  693. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Alien-Build-Plugin-Download-GitHub-0.10/install.json +0 -1
  694. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Alien-FFI-0.27/MYMETA.json +0 -171
  695. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Alien-FFI-0.27/install.json +0 -1
  696. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Data-Inheritable-0.09/MYMETA.json +0 -40
  697. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Class-Data-Inheritable-0.09/install.json +0 -1
  698. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Data-OptList-0.113/install.json +0 -1
  699. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/FFI-Platypus-2.07/install.json +0 -1
  700. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-Listing-6.15/MYMETA.json +0 -192
  701. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-Listing-6.15/install.json +0 -1
  702. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-chdir-0.1011/MYMETA.json +0 -120
  703. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/File-chdir-0.1011/install.json +0 -1
  704. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/HTTP-Cookies-6.10/MYMETA.json +0 -836
  705. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/HTTP-Cookies-6.10/install.json +0 -1
  706. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/HTTP-Negotiate-6.01/MYMETA.json +0 -49
  707. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/HTTP-Negotiate-6.01/install.json +0 -1
  708. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-0.4232/install.json +0 -1
  709. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Module-Build-Tiny-0.039/install.json +0 -1
  710. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Net-HTTP-6.22/MYMETA.json +0 -855
  711. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Net-HTTP-6.22/install.json +0 -1
  712. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Nice-Try-v1.3.3/install.json +0 -1
  713. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/WWW-RobotRules-6.02/MYMETA.json +0 -51
  714. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/WWW-RobotRules-6.02/install.json +0 -1
  715. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/YAML-1.30/MYMETA.json +0 -69
  716. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/YAML-1.30/install.json +0 -1
  717. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/libwww-perl-6.68/MYMETA.json +0 -1041
  718. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/libwww-perl-6.68/install.json +0 -1
  719. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/Alien/FFI/Install/Files.pm +0 -12
  720. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/Alien/FFI.pm +0 -98
  721. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Alien/FFI/.packlist +0 -6
  722. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Alien/FFI/FFI.txt +0 -1
  723. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Class/Data/Inheritable/.packlist +0 -2
  724. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/File/Listing/.packlist +0 -2
  725. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/File/chdir/.packlist +0 -2
  726. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/HTTP/Cookies/.packlist +0 -6
  727. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/HTTP/Negotiate/.packlist +0 -2
  728. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/LWP/.packlist +0 -44
  729. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Net/HTTP/.packlist +0 -8
  730. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/WWW/RobotRules/.packlist +0 -4
  731. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/YAML/.packlist +0 -34
  732. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-FFI/_alien/alien.json +0 -18
  733. package/Binaries/Perl/Linux/X64/deps/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-FFI/_alien/alienfile +0 -174
  734. package/Binaries/Perl/MacOs/X64/deps/bin/lwp-download +0 -335
  735. package/Binaries/Perl/MacOs/X64/deps/bin/lwp-dump +0 -113
  736. package/Binaries/Perl/MacOs/X64/deps/bin/lwp-mirror +0 -103
  737. package/Binaries/Perl/MacOs/X64/deps/bin/lwp-request +0 -561
  738. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Base/Authoring.pod +0 -100
  739. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Base/FAQ.pod +0 -110
  740. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Base/PkgConfig.pm +0 -258
  741. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Base/Wrapper.pm +0 -583
  742. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Base.pm +0 -1204
  743. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Build.pm +0 -2687
  744. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Role.pm +0 -139
  745. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Alien/Util.pm +0 -156
  746. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Class/Data/Inheritable.pm +0 -150
  747. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Format.pm +0 -403
  748. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Afar.pm +0 -49
  749. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Amharic.pm +0 -87
  750. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Austrian.pm +0 -36
  751. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Brazilian.pm +0 -35
  752. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Bulgarian.pm +0 -92
  753. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Chinese.pm +0 -36
  754. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Chinese_GB.pm +0 -36
  755. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Czech.pm +0 -58
  756. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Danish.pm +0 -36
  757. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Dutch.pm +0 -40
  758. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/English.pm +0 -37
  759. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Finnish.pm +0 -45
  760. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/French.pm +0 -37
  761. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Gedeo.pm +0 -51
  762. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/German.pm +0 -37
  763. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Greek.pm +0 -91
  764. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Hungarian.pm +0 -88
  765. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Icelandic.pm +0 -36
  766. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Italian.pm +0 -36
  767. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Norwegian.pm +0 -36
  768. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Occitan.pm +0 -36
  769. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Oromo.pm +0 -37
  770. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Romanian.pm +0 -37
  771. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Russian.pm +0 -49
  772. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Russian_cp1251.pm +0 -39
  773. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Russian_koi8r.pm +0 -39
  774. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Sidama.pm +0 -37
  775. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Somali.pm +0 -62
  776. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Spanish.pm +0 -35
  777. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Swedish.pm +0 -41
  778. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Tigrinya.pm +0 -58
  779. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/TigrinyaEritrean.pm +0 -93
  780. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/TigrinyaEthiopian.pm +0 -93
  781. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language/Turkish.pm +0 -59
  782. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Language.pm +0 -145
  783. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Date/Parse.pm +0 -388
  784. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Encode/Locale.pm +0 -373
  785. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/File/Listing.pm +0 -616
  786. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/File/chdir.pm +0 -474
  787. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTML/Tagset.pm +0 -471
  788. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Config.pm +0 -458
  789. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Cookies/Microsoft.pm +0 -324
  790. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Cookies/Netscape.pm +0 -133
  791. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Cookies.pm +0 -900
  792. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Date.pm +0 -418
  793. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Headers/Auth.pm +0 -127
  794. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Headers/ETag.pm +0 -123
  795. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Headers/Util.pm +0 -213
  796. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Headers.pm +0 -879
  797. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Message.pm +0 -1241
  798. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Negotiate.pm +0 -528
  799. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Request/Common.pm +0 -580
  800. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Request.pm +0 -352
  801. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Response.pm +0 -671
  802. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/HTTP/Status.pm +0 -381
  803. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/IO/HTML.pm +0 -629
  804. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Authen/Basic.pm +0 -86
  805. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Authen/Digest.pm +0 -80
  806. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Authen/Ntlm.pm +0 -183
  807. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/ConnCache.pm +0 -350
  808. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Debug/TraceHTTP.pm +0 -29
  809. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Debug.pm +0 -112
  810. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/DebugFile.pm +0 -7
  811. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/MediaTypes.pm +0 -292
  812. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/MemberMixin.pm +0 -48
  813. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/cpan.pm +0 -72
  814. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/data.pm +0 -52
  815. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/file.pm +0 -147
  816. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/ftp.pm +0 -555
  817. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/gopher.pm +0 -213
  818. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/http.pm +0 -523
  819. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/loopback.pm +0 -27
  820. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/mailto.pm +0 -184
  821. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/nntp.pm +0 -150
  822. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol/nogo.pm +0 -25
  823. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Protocol.pm +0 -321
  824. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/RobotUA.pm +0 -312
  825. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/Simple.pm +0 -270
  826. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/UserAgent.pm +0 -2183
  827. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP/media.types +0 -1479
  828. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/LWP.pm +0 -669
  829. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Net/HTTP/Methods.pm +0 -675
  830. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Net/HTTP/NB.pm +0 -121
  831. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Net/HTTP.pm +0 -307
  832. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Net/HTTPS.pm +0 -135
  833. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien/Build.pm +0 -915
  834. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien/CanCompile.pm +0 -132
  835. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien/CanPlatypus.pm +0 -133
  836. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien/Diag.pm +0 -223
  837. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien/Run.pm +0 -365
  838. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien/Synthetic.pm +0 -261
  839. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Test/Alien.pm +0 -1307
  840. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/Time/Zone.pm +0 -291
  841. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/TimeDate.pm +0 -16
  842. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/Escape.pm +0 -248
  843. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/Heuristic.pm +0 -253
  844. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/IRI.pm +0 -47
  845. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/QueryParam.pm +0 -33
  846. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/Split.pm +0 -97
  847. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/URL.pm +0 -303
  848. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/WithBase.pm +0 -174
  849. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_foreign.pm +0 -10
  850. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_generic.pm +0 -283
  851. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_idna.pm +0 -91
  852. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_ldap.pm +0 -140
  853. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_login.pm +0 -13
  854. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_punycode.pm +0 -217
  855. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_query.pm +0 -178
  856. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_segment.pm +0 -24
  857. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_server.pm +0 -167
  858. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/_userpass.pm +0 -55
  859. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/data.pm +0 -142
  860. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/Base.pm +0 -84
  861. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/FAT.pm +0 -27
  862. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/Mac.pm +0 -121
  863. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/OS2.pm +0 -32
  864. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/QNX.pm +0 -20
  865. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/Unix.pm +0 -58
  866. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file/Win32.pm +0 -87
  867. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/file.pm +0 -326
  868. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/ftp.pm +0 -46
  869. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/gopher.pm +0 -97
  870. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/http.pm +0 -27
  871. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/https.pm +0 -14
  872. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/ldap.pm +0 -120
  873. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/ldapi.pm +0 -29
  874. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/ldaps.pm +0 -14
  875. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/mailto.pm +0 -88
  876. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/mms.pm +0 -12
  877. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/news.pm +0 -71
  878. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/nntp.pm +0 -10
  879. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/nntps.pm +0 -14
  880. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/pop.pm +0 -71
  881. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/rlogin.pm +0 -12
  882. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/rsync.pm +0 -14
  883. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/rtsp.pm +0 -12
  884. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/rtspu.pm +0 -12
  885. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/sftp.pm +0 -10
  886. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/sip.pm +0 -81
  887. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/sips.pm +0 -14
  888. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/snews.pm +0 -14
  889. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/ssh.pm +0 -16
  890. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/telnet.pm +0 -12
  891. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/tn3270.pm +0 -12
  892. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/urn/isbn.pm +0 -105
  893. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/urn/oid.pm +0 -20
  894. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI/urn.pm +0 -105
  895. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/URI.pm +0 -1317
  896. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/WWW/RobotRules/AnyDBM_File.pm +0 -170
  897. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/WWW/RobotRules.pm +0 -453
  898. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Any.pm +0 -123
  899. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Any.pod +0 -165
  900. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Dumper/Base.pm +0 -111
  901. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Dumper/Base.pod +0 -35
  902. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Dumper.pm +0 -578
  903. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Dumper.pod +0 -38
  904. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Error.pm +0 -191
  905. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Error.pod +0 -35
  906. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Loader/Base.pm +0 -38
  907. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Loader/Base.pod +0 -35
  908. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Loader.pm +0 -839
  909. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Loader.pod +0 -39
  910. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Marshall.pm +0 -47
  911. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Marshall.pod +0 -36
  912. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Mo.pm +0 -80
  913. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Node.pm +0 -218
  914. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Node.pod +0 -91
  915. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Tag.pm +0 -19
  916. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Tag.pod +0 -34
  917. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Types.pm +0 -240
  918. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML/Types.pod +0 -38
  919. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML.pm +0 -117
  920. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/YAML.pod +0 -737
  921. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/alienfile.pm +0 -880
  922. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Alien-Build-2.78/MYMETA.json +0 -203
  923. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Alien-Build-2.78/install.json +0 -1
  924. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Alien-Build-Plugin-Download-GitHub-0.10/MYMETA.json +0 -152
  925. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Alien-Build-Plugin-Download-GitHub-0.10/install.json +0 -1
  926. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Alien-FFI-0.27/MYMETA.json +0 -171
  927. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Alien-FFI-0.27/install.json +0 -1
  928. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Class-Data-Inheritable-0.09/MYMETA.json +0 -40
  929. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Class-Data-Inheritable-0.09/install.json +0 -1
  930. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Data-OptList-0.113/install.json +0 -1
  931. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Encode-Locale-1.05/MYMETA.json +0 -57
  932. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Encode-Locale-1.05/install.json +0 -1
  933. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/FFI-Platypus-2.07/install.json +0 -1
  934. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/File-Listing-6.15/MYMETA.json +0 -192
  935. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/File-Listing-6.15/install.json +0 -1
  936. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/File-chdir-0.1011/MYMETA.json +0 -120
  937. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/File-chdir-0.1011/install.json +0 -1
  938. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTML-Parser-3.81/MYMETA.json +0 -164
  939. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTML-Parser-3.81/install.json +0 -1
  940. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTML-Tagset-3.20/MYMETA.json +0 -31
  941. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTML-Tagset-3.20/install.json +0 -1
  942. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Cookies-6.10/MYMETA.json +0 -836
  943. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Cookies-6.10/install.json +0 -1
  944. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Date-6.05/MYMETA.json +0 -898
  945. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Date-6.05/install.json +0 -1
  946. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Message-6.44/MYMETA.json +0 -908
  947. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Message-6.44/install.json +0 -1
  948. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Negotiate-6.01/MYMETA.json +0 -49
  949. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/HTTP-Negotiate-6.01/install.json +0 -1
  950. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/IO-HTML-1.004/MYMETA.json +0 -357
  951. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/IO-HTML-1.004/install.json +0 -1
  952. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/LWP-MediaTypes-6.04/MYMETA.json +0 -740
  953. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/LWP-MediaTypes-6.04/install.json +0 -1
  954. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-0.4232/install.json +0 -1
  955. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Module-Build-Tiny-0.039/install.json +0 -1
  956. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Net-HTTP-6.22/MYMETA.json +0 -855
  957. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Net-HTTP-6.22/install.json +0 -1
  958. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/Nice-Try-v1.3.3/install.json +0 -1
  959. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/TimeDate-2.33/MYMETA.json +0 -45
  960. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/TimeDate-2.33/install.json +0 -1
  961. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/URI-5.17/MYMETA.json +0 -907
  962. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/URI-5.17/install.json +0 -1
  963. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/WWW-RobotRules-6.02/MYMETA.json +0 -51
  964. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/WWW-RobotRules-6.02/install.json +0 -1
  965. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/YAML-1.30/MYMETA.json +0 -69
  966. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/YAML-1.30/install.json +0 -1
  967. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/libwww-perl-6.68/MYMETA.json +0 -1041
  968. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/.meta/libwww-perl-6.68/install.json +0 -1
  969. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/Alien/FFI/Install/Files.pm +0 -12
  970. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/Alien/FFI.pm +0 -98
  971. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/Entities.pm +0 -482
  972. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/Filter.pm +0 -110
  973. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/HeadParser.pm +0 -314
  974. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/LinkExtor.pm +0 -185
  975. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/Parser.pm +0 -1256
  976. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/PullParser.pm +0 -210
  977. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/HTML/TokeParser.pm +0 -372
  978. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/Alien/FFI/.packlist +0 -6
  979. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/Alien/FFI/FFI.txt +0 -1
  980. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/Class/Data/Inheritable/.packlist +0 -2
  981. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/Date/Parse/.packlist +0 -46
  982. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/Encode/Locale/.packlist +0 -2
  983. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/File/Listing/.packlist +0 -2
  984. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/File/chdir/.packlist +0 -2
  985. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTML/Parser/.packlist +0 -15
  986. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTML/Parser/Parser.bundle +0 -0
  987. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTML/Tagset/.packlist +0 -2
  988. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTTP/Cookies/.packlist +0 -6
  989. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTTP/Date/.packlist +0 -2
  990. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTTP/Message/.packlist +0 -20
  991. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/HTTP/Negotiate/.packlist +0 -2
  992. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/IO/HTML/.packlist +0 -2
  993. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/LWP/.packlist +0 -44
  994. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/LWP/MediaTypes/.packlist +0 -3
  995. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/Net/HTTP/.packlist +0 -8
  996. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/URI/.packlist +0 -65
  997. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/WWW/RobotRules/.packlist +0 -4
  998. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/YAML/.packlist +0 -34
  999. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/share/dist/Alien-FFI/_alien/alien.json +0 -18
  1000. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/darwin-thread-multi-2level/auto/share/dist/Alien-FFI/_alien/alienfile +0 -174
  1001. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/lwpcook.pod +0 -310
  1002. package/Binaries/Perl/MacOs/X64/deps/lib/perl5/lwptut.pod +0 -820
  1003. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Base/Authoring.pod +0 -100
  1004. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Base/FAQ.pod +0 -110
  1005. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Base/PkgConfig.pm +0 -258
  1006. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Base/Wrapper.pm +0 -583
  1007. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Base.pm +0 -1204
  1008. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Build.pm +0 -2687
  1009. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Role.pm +0 -139
  1010. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Alien/Util.pm +0 -156
  1011. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Alien-Build-2.78/MYMETA.json +0 -204
  1012. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Alien-Build-2.78/install.json +0 -1
  1013. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Alien-Build-Plugin-Download-GitHub-0.10/MYMETA.json +0 -152
  1014. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Alien-Build-Plugin-Download-GitHub-0.10/install.json +0 -1
  1015. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Alien-FFI-0.27/MYMETA.json +0 -171
  1016. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Alien-FFI-0.27/install.json +0 -1
  1017. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/.meta/Nice-Try-v1.3.3/install.json +0 -1
  1018. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/Alien/FFI/Install/Files.pm +0 -12
  1019. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/Alien/FFI.pm +0 -98
  1020. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Alien/FFI/.packlist +0 -5
  1021. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/Alien/FFI/FFI.txt +0 -1
  1022. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/share/dist/Alien-FFI/_alien/alien.json +0 -18
  1023. package/Binaries/Perl/Windows/X64/deps/lib/perl5/MSWin32-x64-multi-thread/auto/share/dist/Alien-FFI/_alien/alienfile +0 -174
  1024. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien/Build.pm +0 -915
  1025. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien/CanCompile.pm +0 -132
  1026. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien/CanPlatypus.pm +0 -133
  1027. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien/Diag.pm +0 -223
  1028. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien/Run.pm +0 -365
  1029. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien/Synthetic.pm +0 -261
  1030. package/Binaries/Perl/Windows/X64/deps/lib/perl5/Test/Alien.pm +0 -1307
  1031. package/Binaries/Perl/Windows/X64/deps/lib/perl5/alienfile.pm +0 -880
  1032. package/Binaries/Perl/Windows/X64/lib/Javonet/Core/Handler/Exception.pm +0 -23
  1033. package/lib/core/transmitter/NodejsTransmitterWrapper.js +0 -36
@@ -1,2687 +0,0 @@
1
- package Alien::Build;
2
-
3
- use strict;
4
- use warnings;
5
- use 5.008004;
6
- use Path::Tiny ();
7
- use Carp ();
8
- use File::chdir;
9
- use JSON::PP ();
10
- use Env qw( @PATH @PKG_CONFIG_PATH );
11
- use Config ();
12
- use Alien::Build::Log;
13
-
14
- # ABSTRACT: Build external dependencies for use in CPAN
15
- our $VERSION = '2.78'; # VERSION
16
-
17
-
18
- sub _path { goto \&Path::Tiny::path }
19
-
20
-
21
- sub new
22
- {
23
- my($class, %args) = @_;
24
- my $self = bless {
25
- install_prop => {
26
- root => _path($args{root} || "_alien")->absolute->stringify,
27
- patch => (defined $args{patch}) ? _path($args{patch})->absolute->stringify : undef,
28
- },
29
- runtime_prop => {
30
- alien_build_version => $Alien::Build::VERSION || 'dev',
31
- },
32
- plugin_instance_prop => {},
33
- bin_dir => [],
34
- pkg_config_path => [],
35
- aclocal_path => [],
36
- }, $class;
37
-
38
- # force computing this as soon as possible
39
- $self->download_rule;
40
-
41
- $self->meta->filename(
42
- $args{filename} || do {
43
- my(undef, $filename) = caller;
44
- _path($filename)->absolute->stringify;
45
- }
46
- );
47
-
48
- if($args{meta_prop})
49
- {
50
- $self->meta->prop->{$_} = $args{meta_prop}->{$_} for keys %{ $args{meta_prop} };
51
- }
52
-
53
- $self;
54
- }
55
-
56
-
57
- my $count = 0;
58
-
59
- sub load
60
- {
61
- my(undef, $alienfile, @args) = @_;
62
-
63
- my $rcfile = Path::Tiny->new($ENV{ALIEN_BUILD_RC} || '~/.alienbuild/rc.pl')->absolute;
64
- if(-r $rcfile)
65
- {
66
- require Alien::Build::rc;
67
- package Alien::Build::rc;
68
- require $rcfile;
69
- }
70
-
71
- unless(-r $alienfile)
72
- {
73
- Carp::croak "Unable to read alienfile: $alienfile";
74
- }
75
-
76
- my $file = _path $alienfile;
77
- my $name = $file->parent->basename;
78
- $name =~ s/^alien-//i;
79
- $name =~ s/[^a-z]//g;
80
- $name = 'x' if $name eq '';
81
- $name = ucfirst $name;
82
-
83
- my $class = "Alien::Build::Auto::$name@{[ $count++ ]}";
84
-
85
- { no strict 'refs';
86
- @{ "${class}::ISA" } = ('Alien::Build');
87
- *{ "${class}::Alienfile::meta" } = sub {
88
- $class =~ s{::Alienfile$}{};
89
- $class->meta;
90
- }};
91
-
92
- my @preload = qw( Core::Setup Core::Download Core::FFI Core::Override Core::CleanInstall );
93
- push @preload, @Alien::Build::rc::PRELOAD;
94
- push @preload, split /;/, $ENV{ALIEN_BUILD_PRELOAD}
95
- if defined $ENV{ALIEN_BUILD_PRELOAD};
96
-
97
- my @postload = qw( Core::Legacy Core::Gather Core::Tail );
98
- push @postload, @Alien::Build::rc::POSTLOAD;
99
- push @postload, split /;/, $ENV{ALIEN_BUILD_POSTLOAD}
100
- if defined $ENV{ALIEN_BUILD_POSTLOAD};
101
-
102
- my $self = $class->new(
103
- filename => $file->absolute->stringify,
104
- @args,
105
- );
106
-
107
- require alienfile;
108
-
109
- foreach my $preload (@preload)
110
- {
111
- ref $preload eq 'CODE' ? $preload->($self->meta) : $self->meta->apply_plugin($preload);
112
- }
113
-
114
- # TODO: do this without a string eval ?
115
- ## no critic
116
- eval '# line '. __LINE__ . ' "' . __FILE__ . qq("\n) . qq{
117
- package ${class}::Alienfile;
118
- do '@{[ $file->absolute->stringify ]}';
119
- die \$\@ if \$\@;
120
- };
121
- die $@ if $@;
122
- ## use critic
123
-
124
- foreach my $postload (@postload)
125
- {
126
- ref $postload eq 'CODE' ? $postload->($self->meta) : $self->meta->apply_plugin($postload);
127
- }
128
-
129
- $self->{args} = \@args;
130
- unless(defined $self->meta->prop->{arch})
131
- {
132
- $self->meta->prop->{arch} = 1;
133
- }
134
-
135
- unless(defined $self->meta->prop->{network})
136
- {
137
- $self->meta->prop->{network} = 1;
138
- ## https://github.com/PerlAlien/Alien-Build/issues/23#issuecomment-341114414
139
- #$self->meta->prop->{network} = 0 if $ENV{NO_NETWORK_TESTING};
140
- $self->meta->prop->{network} = 0 if (defined $ENV{ALIEN_INSTALL_NETWORK}) && ! $ENV{ALIEN_INSTALL_NETWORK};
141
- }
142
-
143
- unless(defined $self->meta->prop->{local_source})
144
- {
145
- if(! defined $self->meta->prop->{start_url})
146
- {
147
- $self->meta->prop->{local_source} = 0;
148
- }
149
- # we assume URL schemes are at least two characters, that
150
- # way Windows absolute paths can be used as local start_url
151
- elsif($self->meta->prop->{start_url} =~ /^([a-z]{2,}):/i)
152
- {
153
- my $scheme = $1;
154
- $self->meta->prop->{local_source} = $scheme eq 'file';
155
- }
156
- else
157
- {
158
- $self->meta->prop->{local_source} = 1;
159
- }
160
- }
161
-
162
- return $self;
163
- }
164
-
165
-
166
- sub resume
167
- {
168
- my(undef, $alienfile, $root) = @_;
169
- my $h = JSON::PP::decode_json(_path("$root/state.json")->slurp);
170
- my $self = Alien::Build->load("$alienfile", @{ $h->{args} });
171
- $self->{install_prop} = $h->{install};
172
- $self->{plugin_instance_prop} = $h->{plugin_instance};
173
- $self->{runtime_prop} = $h->{runtime};
174
- $self;
175
- }
176
-
177
-
178
- sub meta_prop
179
- {
180
- my($class) = @_;
181
- $class->meta->prop;
182
- }
183
-
184
-
185
- sub install_prop
186
- {
187
- shift->{install_prop};
188
- }
189
-
190
-
191
- sub plugin_instance_prop
192
- {
193
- my($self, $plugin) = @_;
194
- my $instance_id = $plugin->instance_id;
195
- $self->{plugin_instance_prop}->{$instance_id} ||= {};
196
- }
197
-
198
-
199
- sub runtime_prop
200
- {
201
- shift->{runtime_prop};
202
- }
203
-
204
-
205
- sub hook_prop
206
- {
207
- shift->{hook_prop};
208
- }
209
-
210
- sub _command_prop
211
- {
212
- my($self) = @_;
213
-
214
- return {
215
- alien => {
216
- install => $self->install_prop,
217
- runtime => $self->runtime_prop,
218
- hook => $self->hook_prop,
219
- meta => $self->meta_prop,
220
- },
221
- perl => {
222
- config => \%Config::Config,
223
- },
224
- env => \%ENV,
225
- };
226
- }
227
-
228
-
229
- sub checkpoint
230
- {
231
- my($self) = @_;
232
- my $root = $self->root;
233
- _path("$root/state.json")->spew(
234
- JSON::PP->new->pretty->canonical(1)->ascii->encode({
235
- install => $self->install_prop,
236
- runtime => $self->runtime_prop,
237
- plugin_instance => $self->{plugin_instance_prop},
238
- args => $self->{args},
239
- })
240
- );
241
- $self;
242
- }
243
-
244
-
245
- sub root
246
- {
247
- my($self) = @_;
248
- my $root = $self->install_prop->{root};
249
- _path($root)->mkpath unless -d $root;
250
- $root;
251
- }
252
-
253
-
254
- sub install_type
255
- {
256
- my($self) = @_;
257
- $self->{runtime_prop}->{install_type} ||= $self->probe;
258
- }
259
-
260
-
261
- sub download_rule
262
- {
263
- my($self) = @_;
264
-
265
- $self->install_prop->{download_rule} ||= do {
266
- my $dr = $ENV{ALIEN_DOWNLOAD_RULE};
267
- $dr = 'warn' unless defined $dr;
268
- $dr = 'warn' if $dr eq 'default';
269
- unless($dr =~ /^(warn|digest|encrypt|digest_or_encrypt|digest_and_encrypt)$/)
270
- {
271
- $self->log("unknown ALIEN_DOWNLOAD_RULE \"$dr\", using \"warn\" instead");
272
- $dr = 'warn';
273
- }
274
- $dr;
275
- };
276
- }
277
-
278
-
279
- sub set_prefix
280
- {
281
- my($self, $prefix) = @_;
282
-
283
- if($self->meta_prop->{destdir})
284
- {
285
- $self->runtime_prop->{prefix} =
286
- $self->install_prop->{prefix} = $prefix;
287
- }
288
- else
289
- {
290
- $self->runtime_prop->{prefix} = $prefix;
291
- $self->install_prop->{prefix} = $self->install_prop->{stage};
292
- }
293
- }
294
-
295
-
296
- sub set_stage
297
- {
298
- my($self, $dir) = @_;
299
- $self->install_prop->{stage} = $dir;
300
- }
301
-
302
- sub _merge
303
- {
304
- my %h;
305
- while(@_)
306
- {
307
- my $mod = shift;
308
- my $ver = shift;
309
- if((!defined $h{$mod}) || $ver > $h{$mod})
310
- { $h{$mod} = $ver }
311
- }
312
- \%h;
313
- }
314
-
315
-
316
- sub requires
317
- {
318
- my($self, $phase) = @_;
319
- $phase ||= 'any';
320
- my $meta = $self->meta;
321
- $phase =~ /^(?:any|configure)$/
322
- ? $meta->{require}->{$phase} || {}
323
- : _merge %{ $meta->{require}->{any} }, %{ $meta->{require}->{$phase} };
324
- }
325
-
326
-
327
- sub load_requires
328
- {
329
- my($self, $phase, $eval) = @_;
330
- my $reqs = $self->requires($phase);
331
- foreach my $mod (keys %$reqs)
332
- {
333
- my $ver = $reqs->{$mod};
334
- my $check = sub {
335
- my $pm = "$mod.pm";
336
- $pm =~ s{::}{/}g;
337
- require $pm;
338
- };
339
- if($eval)
340
- {
341
- eval { $check->() };
342
- die "Required $mod @{[ $ver || 'undef' ]}, missing" if $@;
343
- }
344
- else
345
- {
346
- $check->();
347
- }
348
- # note Test::Alien::Build#alienfile_skip_if_missing_prereqs does a regex
349
- # on this diagnostic, so if you change it here, change it there too.
350
- die "Required $mod $ver, have @{[ $mod->VERSION || 0 ]}" if $ver && ! $mod->VERSION($ver);
351
-
352
- # allow for requires on Alien::Build or Alien::Base
353
- next if $mod eq 'Alien::Build';
354
- next if $mod eq 'Alien::Base';
355
-
356
- if($mod->can('bin_dir'))
357
- {
358
- push @{ $self->{bin_dir} }, $mod->bin_dir;
359
- }
360
-
361
- if(($mod->can('runtime_prop') && $mod->runtime_prop)
362
- || ($mod->isa('Alien::Base') && $mod->install_type('share')))
363
- {
364
- for my $dir (qw(lib share)) {
365
- my $path = _path($mod->dist_dir)->child("$dir/pkgconfig");
366
- if(-d $path)
367
- {
368
- push @{ $self->{pkg_config_path} }, $path->stringify;
369
- }
370
- }
371
- my $path = _path($mod->dist_dir)->child('share/aclocal');
372
- if(-d $path)
373
- {
374
- $path = "$path";
375
- if($^O eq 'MSWin32')
376
- {
377
- # convert to MSYS path
378
- $path =~ s{^([a-z]):}{/$1/}i;
379
- }
380
- push @{ $self->{aclocal_path} }, $path;
381
- }
382
- }
383
-
384
- # sufficiently new Autotools have a aclocal_dir which will
385
- # give us the directories we need.
386
- if($mod eq 'Alien::Autotools' && $mod->can('aclocal_dir'))
387
- {
388
- push @{ $self->{aclocal_path} }, $mod->aclocal_dir;
389
- }
390
-
391
- if($mod->can('alien_helper'))
392
- {
393
- my $helpers = $mod->alien_helper;
394
- foreach my $name (sort keys %$helpers)
395
- {
396
- my $code = $helpers->{$name};
397
- $self->meta->interpolator->replace_helper($name => $code);
398
- }
399
- }
400
-
401
- }
402
- 1;
403
- }
404
-
405
- sub _call_hook
406
- {
407
- my $self = shift;
408
-
409
- local $ENV{PATH} = $ENV{PATH};
410
- unshift @PATH, @{ $self->{bin_dir} };
411
-
412
- local $ENV{PKG_CONFIG_PATH} = $ENV{PKG_CONFIG_PATH};
413
- unshift @PKG_CONFIG_PATH, @{ $self->{pkg_config_path} };
414
-
415
- local $ENV{ACLOCAL_PATH} = $ENV{ACLOCAL_PATH};
416
- # autoconf uses MSYS paths, even for the ACLOCAL_PATH environment variable, so we can't use Env for this.
417
- {
418
- my @path;
419
- @path = split /:/, $ENV{ACLOCAL_PATH} if defined $ENV{ACLOCAL_PATH};
420
- unshift @path, @{ $self->{aclocal_path} };
421
- $ENV{ACLOCAL_PATH} = join ':', @path;
422
- }
423
-
424
- my $config = ref($_[0]) eq 'HASH' ? shift : {};
425
- my($name, @args) = @_;
426
-
427
- local $self->{hook_prop} = {};
428
-
429
- $self->meta->call_hook( $config, $name => $self, @args );
430
- }
431
-
432
-
433
- sub probe
434
- {
435
- my($self) = @_;
436
- local $CWD = $self->root;
437
- my $dir;
438
-
439
- my $env = $self->_call_hook('override');
440
- my $type;
441
- my $error;
442
-
443
- $env = '' if $env eq 'default';
444
-
445
- if($env eq 'share')
446
- {
447
- $type = 'share';
448
- }
449
- else
450
- {
451
- $type = eval {
452
- $self->_call_hook(
453
- {
454
- before => sub {
455
- $dir = Alien::Build::TempDir->new($self, "probe");
456
- $CWD = "$dir";
457
- },
458
- after => sub {
459
- $CWD = $self->root;
460
- },
461
- ok => 'system',
462
- continue => sub {
463
- if($_[0] eq 'system')
464
- {
465
- foreach my $name (qw( probe_class probe_instance_id ))
466
- {
467
- if(exists $self->hook_prop->{$name} && defined $self->hook_prop->{$name})
468
- {
469
- $self->install_prop->{"system_$name"} = $self->hook_prop->{$name};
470
- }
471
- }
472
- return undef;
473
- }
474
- else
475
- {
476
- return 1;
477
- }
478
- },
479
- },
480
- 'probe',
481
- );
482
- };
483
- $error = $@;
484
- $type = 'share' unless defined $type;
485
- }
486
-
487
- if($error)
488
- {
489
- if($env eq 'system')
490
- {
491
- die $error;
492
- }
493
- $self->log("error in probe (will do a share install): $@");
494
- $self->log("Don't panic, we will attempt a share build from source if possible.");
495
- $self->log("Do not file a bug unless you expected a system install to succeed.");
496
- $type = 'share';
497
- }
498
-
499
- if($env && $env ne $type)
500
- {
501
- die "requested $env install not available";
502
- }
503
-
504
- if($type !~ /^(system|share)$/)
505
- {
506
- Carp::croak "probe hook returned something other than system or share: $type";
507
- }
508
-
509
- if($type eq 'share' && (!$self->meta_prop->{network}) && (!$self->meta_prop->{local_source}))
510
- {
511
- $self->log("install type share requested or detected, but network fetch is turned off");
512
- $self->log("see https://metacpan.org/pod/Alien::Build::Manual::FAQ#Network-fetch-is-turned-off");
513
- Carp::croak "network fetch is turned off";
514
- }
515
-
516
- $self->runtime_prop->{install_type} = $type;
517
-
518
- $type;
519
- }
520
-
521
-
522
- sub download
523
- {
524
- my($self) = @_;
525
-
526
- return $self unless $self->install_type eq 'share';
527
- return $self if $self->install_prop->{complete}->{download};
528
-
529
- if($self->meta->has_hook('download'))
530
- {
531
- my $tmp;
532
- local $CWD;
533
- my $valid = 0;
534
-
535
- $self->_call_hook(
536
- {
537
- before => sub {
538
- $tmp = Alien::Build::TempDir->new($self, "download");
539
- $CWD = "$tmp";
540
- },
541
- verify => sub {
542
- my @list = grep { $_->basename !~ /^\./, } _path('.')->children;
543
-
544
- my $count = scalar @list;
545
-
546
- if($count == 0)
547
- {
548
- die "no files downloaded";
549
- }
550
- elsif($count == 1)
551
- {
552
- my($archive) = $list[0];
553
- if(-d $archive)
554
- {
555
- # TODO: this is probably a bug that we don't set
556
- # download or compelte properties?
557
- $self->log("single dir, assuming directory");
558
- }
559
- else
560
- {
561
- $self->log("single file, assuming archive");
562
- }
563
- $self->install_prop->{download} = $archive->absolute->stringify;
564
- $self->install_prop->{complete}->{download} = 1;
565
- $valid = 1;
566
- }
567
- else
568
- {
569
- $self->log("multiple files, assuming directory");
570
- $self->install_prop->{complete}->{download} = 1;
571
- $self->install_prop->{download} = _path('.')->absolute->stringify;
572
- $valid = 1;
573
- }
574
- },
575
- after => sub {
576
- $CWD = $self->root;
577
- },
578
- },
579
- 'download',
580
- );
581
-
582
- # experimental and undocumented for now
583
- if($self->meta->has_hook('check_download'))
584
- {
585
- $self->meta->call_hook(check_download => $self);
586
- }
587
-
588
- return $self if $valid;
589
- }
590
- else
591
- {
592
- # This will call the default download hook
593
- # defined in Core::Download since the recipe
594
- # does not provide a download hook
595
- my $ret = $self->_call_hook('download');
596
-
597
- # experimental and undocumented for now
598
- if($self->meta->has_hook('check_download'))
599
- {
600
- $self->meta->call_hook(check_download => $self);
601
- }
602
-
603
- return $self;
604
- }
605
-
606
- die "download failed";
607
- }
608
-
609
-
610
- sub fetch
611
- {
612
- my $self = shift;
613
- my $url = $_[0] || $self->meta_prop->{start_url};
614
-
615
- my $secure = 0;
616
-
617
- if(defined $url && ($url =~ /^(https|file):/ || $url !~ /:/))
618
- {
619
- # considered secure when either https or a local file
620
- $secure = 1;
621
- }
622
- elsif(!defined $url)
623
- {
624
- $self->log("warning: undefined url in fetch");
625
- }
626
- else
627
- {
628
- $self->log("warning: attempting to fetch a non-TLS or bundled URL: @{[ $url ]}");
629
- }
630
-
631
- die "insecure fetch is not allowed" if $self->download_rule =~ /^(encrypt|digest_and_encrypt)$/ && !$secure;
632
-
633
- my $file = $self->_call_hook( 'fetch' => @_ );
634
-
635
- $secure = 0;
636
-
637
- if(ref($file) ne 'HASH')
638
- {
639
- $self->log("warning: fetch returned non-hash reference");
640
- }
641
- elsif(!defined $file->{protocol})
642
- {
643
- $self->log("warning: fetch did not return a protocol");
644
- }
645
- elsif($file->{protocol} !~ /^(https|file)$/)
646
- {
647
- $self->log("warning: fetch did not use a secure protocol: @{[ $file->{protocol} ]}");
648
- }
649
- else
650
- {
651
- $secure = 1;
652
- }
653
-
654
- die "insecure fetch is not allowed" if $self->download_rule =~ /^(encrypt|digest_and_encrypt)$/ && !$secure;
655
-
656
- $file;
657
- }
658
-
659
-
660
- sub check_digest
661
- {
662
- my($self, $file) = @_;
663
-
664
- return '' unless $self->meta_prop->{check_digest};
665
-
666
- unless(ref($file) eq 'HASH')
667
- {
668
- my $path = Path::Tiny->new($file);
669
- $file = {
670
- type => 'file',
671
- filename => $path->basename,
672
- path => "$path",
673
- tmp => 0,
674
- };
675
- }
676
-
677
- my $path = $file->{path};
678
- if(defined $path)
679
- {
680
- # there is technically a race condition here
681
- die "Missing file in digest check: @{[ $file->{filename} ]}" unless -f $path;
682
- die "Unreadable file in digest check: @{[ $file->{filename} ]}" unless -r $path;
683
- }
684
- else
685
- {
686
- die "File is wrong type" unless defined $file->{type} && $file->{type} eq 'file';
687
- die "File has no filename" unless defined $file->{filename};
688
- die "@{[ $file->{filename} ]} has no content" unless defined $file->{content};
689
- }
690
-
691
- my $filename = $file->{filename};
692
- my $signature = $self->meta_prop->{digest}->{$filename} || $self->meta_prop->{digest}->{'*'};
693
-
694
- die "No digest for $filename" unless defined $signature && ref $signature eq 'ARRAY';
695
-
696
- my($algo, $expected) = @$signature;
697
-
698
- if($self->meta->call_hook( check_digest => $self, $file, $algo, $expected ))
699
- {
700
- # record the verification here so that we can check in the extract step that the signature
701
- # was checked.
702
- $self->install_prop->{download_detail}->{$path}->{digest} = [$algo, $expected] if defined $path; return 1;
703
- }
704
- else
705
- {
706
- die "No plugin provides digest algorithm for $algo";
707
- }
708
- }
709
-
710
-
711
- sub decode
712
- {
713
- my($self, $res) = @_;
714
- my $res2 = $self->_call_hook( decode => $res );
715
- $res2->{protocol} = $res->{protocol}
716
- if !defined $res2->{protocol}
717
- && defined $res->{protocol};
718
- return $res2;
719
- }
720
-
721
-
722
- sub prefer
723
- {
724
- my($self, $res) = @_;
725
- my $res2 = $self->_call_hook( prefer => $res );
726
- $res2->{protocol} = $res->{protocol}
727
- if !defined $res2->{protocol}
728
- && defined $res->{protocol};
729
- return $res2;
730
- }
731
-
732
-
733
- sub extract
734
- {
735
- my($self, $archive) = @_;
736
-
737
- $archive ||= $self->install_prop->{download};
738
-
739
- unless(defined $archive)
740
- {
741
- die "tried to call extract before download";
742
- }
743
-
744
- {
745
- my $checked_digest = 0;
746
- my $encrypted_fetch = 0;
747
- my $detail = $self->install_prop->{download_detail}->{$archive};
748
- if(defined $detail)
749
- {
750
- if(defined $detail->{digest})
751
- {
752
- my($algo, $expected) = @{ $detail->{digest} };
753
- my $file = {
754
- type => 'file',
755
- filename => Path::Tiny->new($archive)->basename,
756
- path => $archive,
757
- tmp => 0,
758
- };
759
- $checked_digest = $self->meta->call_hook( check_digest => $self, $file, $algo, $expected )
760
- }
761
- if(!defined $detail->{protocol})
762
- {
763
- $self->log("warning: extract did not receive protocol details for $archive") unless $checked_digest;
764
- }
765
- elsif($detail->{protocol} !~ /^(https|file)$/)
766
- {
767
- $self->log("warning: extracting from a file that was fetched via insecure protocol @{[ $detail->{protocol} ]}") unless $checked_digest ;
768
- }
769
- else
770
- {
771
- $encrypted_fetch = 1;
772
- }
773
- }
774
- else
775
- {
776
- $self->log("warning: extract received no download details for $archive");
777
- }
778
-
779
- if($self->download_rule eq 'digest')
780
- {
781
- die "required digest missing for $archive" unless $checked_digest;
782
- }
783
- elsif($self->download_rule eq 'encrypt')
784
- {
785
- die "file was fetched insecurely for $archive" unless $encrypted_fetch;
786
- }
787
- elsif($self->download_rule eq 'digest_or_encrypt')
788
- {
789
- die "file was fetched insecurely and required digest missing for $archive" unless $checked_digest || $encrypted_fetch;
790
- }
791
- elsif($self->download_rule eq 'digest_and_encrypt')
792
- {
793
- die "file was fetched insecurely and required digest missing for $archive" unless $checked_digest || $encrypted_fetch;
794
- die "required digest missing for $archive" unless $checked_digest;
795
- die "file was fetched insecurely for $archive" unless $encrypted_fetch;
796
- }
797
- elsif($self->download_rule eq 'warn')
798
- {
799
- unless($checked_digest || $encrypted_fetch)
800
- {
801
- $self->log("!!! NOTICE OF FUTURE CHANGE IN BEHAVIOR !!!");
802
- $self->log("a future version of Alien::Build will die here by default with this exception: file was fetched insecurely and required digest missing for $archive");
803
- $self->log("!!! NOTICE OF FUTURE CHANGE IN BEHAVIOR !!!");
804
- }
805
- }
806
- else
807
- {
808
- die "internal error, unknown download rule: @{[ $self->download_rule ]}";
809
- }
810
-
811
- }
812
-
813
- my $nick_name = 'build';
814
-
815
- if($self->meta_prop->{out_of_source})
816
- {
817
- $nick_name = 'extract';
818
- my $extract = $self->install_prop->{extract};
819
- return $extract if defined $extract && -d $extract;
820
- }
821
-
822
- my $tmp;
823
- local $CWD;
824
- my $ret;
825
-
826
- $self->_call_hook({
827
-
828
- before => sub {
829
- # called build instead of extract, because this
830
- # will be used for the build step, and technically
831
- # extract is a substage of build anyway.
832
- $tmp = Alien::Build::TempDir->new($self, $nick_name);
833
- $CWD = "$tmp";
834
- },
835
- verify => sub {
836
-
837
- my $path = '.';
838
- if($self->meta_prop->{out_of_source} && $self->install_prop->{extract})
839
- {
840
- $path = $self->install_prop->{extract};
841
- }
842
-
843
- my @list = grep { $_->basename !~ /^\./ && $_->basename ne 'pax_global_header' } _path($path)->children;
844
-
845
- my $count = scalar @list;
846
-
847
- if($count == 0)
848
- {
849
- die "no files extracted";
850
- }
851
- elsif($count == 1 && -d $list[0])
852
- {
853
- $ret = $list[0]->absolute->stringify;
854
- }
855
- else
856
- {
857
- $ret = "$tmp";
858
- }
859
-
860
- },
861
- after => sub {
862
- $CWD = $self->root;
863
- },
864
-
865
- }, 'extract', $archive);
866
-
867
- $self->install_prop->{extract} ||= $ret;
868
- $ret ? $ret : ();
869
- }
870
-
871
-
872
- sub build
873
- {
874
- my($self) = @_;
875
-
876
- # save the evironment, in case some plugins decide
877
- # to alter it. Or us! See just a few lines below.
878
- local %ENV = %ENV;
879
-
880
- my $stage = _path($self->install_prop->{stage});
881
- $stage->mkpath;
882
-
883
- my $tmp;
884
-
885
- if($self->install_type eq 'share')
886
- {
887
- foreach my $suffix ('', '_ffi')
888
- {
889
- local $CWD;
890
- delete $ENV{DESTDIR} unless $self->meta_prop->{destdir};
891
-
892
- my %env_meta = %{ $self->meta_prop ->{env} || {} };
893
- my %env_inst = %{ $self->install_prop->{env} || {} };
894
-
895
- if($self->meta_prop->{env_interpolate})
896
- {
897
- foreach my $key (keys %env_meta)
898
- {
899
- $env_meta{$key} = $self->meta->interpolator->interpolate($env_meta{$key}, $self);
900
- }
901
- }
902
-
903
- %ENV = (%ENV, %env_meta);
904
- %ENV = (%ENV, %env_inst);
905
-
906
- my $destdir;
907
-
908
- $self->_call_hook(
909
- {
910
- before => sub {
911
- if($self->meta_prop->{out_of_source})
912
- {
913
- $self->extract;
914
- $CWD = $tmp = Alien::Build::TempDir->new($self, 'build');
915
- }
916
- else
917
- {
918
- $CWD = $tmp = $self->extract;
919
- }
920
- if($self->meta_prop->{destdir})
921
- {
922
- $destdir = Alien::Build::TempDir->new($self, 'destdir');
923
- $ENV{DESTDIR} = "$destdir";
924
- }
925
- $self->_call_hook({ all => 1 }, "patch${suffix}");
926
- },
927
- after => sub {
928
- $destdir = "$destdir" if $destdir;
929
- },
930
- }, "build${suffix}");
931
-
932
- $self->install_prop->{"_ab_build@{[ $suffix || '_share' ]}"} = "$CWD";
933
-
934
- $self->_call_hook("gather@{[ $suffix || '_share' ]}");
935
- }
936
- }
937
-
938
- elsif($self->install_type eq 'system')
939
- {
940
- local $CWD = $self->root;
941
- my $dir;
942
-
943
- $self->_call_hook(
944
- {
945
- before => sub {
946
- $dir = Alien::Build::TempDir->new($self, "gather");
947
- $CWD = "$dir";
948
- },
949
- after => sub {
950
- $CWD = $self->root;
951
- },
952
- },
953
- 'gather_system',
954
- );
955
-
956
- $self->install_prop->{finished} = 1;
957
- $self->install_prop->{complete}->{gather_system} = 1;
958
- }
959
-
960
- $self;
961
- }
962
-
963
-
964
- sub test
965
- {
966
- my($self) = @_;
967
-
968
- if($self->install_type eq 'share')
969
- {
970
- foreach my $suffix ('_share', '_ffi')
971
- {
972
- if($self->meta->has_hook("test$suffix"))
973
- {
974
- my $dir = $self->install_prop->{"_ab_build$suffix"};
975
- Carp::croak("no build directory to run tests") unless $dir && -d $dir;
976
- local $CWD = $dir;
977
- $self->_call_hook("test$suffix");
978
- }
979
- }
980
- }
981
- else
982
- {
983
- if($self->meta->has_hook("test_system"))
984
- {
985
- my $dir = Alien::Build::TempDir->new($self, "test");
986
- local $CWD = "$dir";
987
- $self->_call_hook("test_system");
988
- }
989
- }
990
-
991
- }
992
-
993
-
994
- sub clean_install
995
- {
996
- my($self) = @_;
997
- if($self->install_type eq 'share')
998
- {
999
- $self->_call_hook("clean_install");
1000
- }
1001
- }
1002
-
1003
-
1004
- sub system
1005
- {
1006
- my($self, $command, @args) = @_;
1007
-
1008
- my $prop = $self->_command_prop;
1009
-
1010
- ($command, @args) = map {
1011
- $self->meta->interpolator->interpolate($_, $prop)
1012
- } ($command, @args);
1013
-
1014
- $self->log("+ $command @args");
1015
-
1016
- scalar @args
1017
- ? system $command, @args
1018
- : system $command;
1019
- }
1020
-
1021
-
1022
- sub log
1023
- {
1024
- my(undef, $message) = @_;
1025
- my $caller = [caller];
1026
- chomp $message;
1027
- foreach my $line (split /\n/, $message)
1028
- {
1029
- Alien::Build::Log->default->log(
1030
- caller => $caller,
1031
- message => $line,
1032
- );
1033
- }
1034
- }
1035
-
1036
-
1037
- {
1038
- my %meta;
1039
-
1040
- sub meta
1041
- {
1042
- my($class) = @_;
1043
- $class = ref $class if ref $class;
1044
- $meta{$class} ||= Alien::Build::Meta->new( class => $class );
1045
- }
1046
- }
1047
-
1048
- package Alien::Build::Meta;
1049
-
1050
- our @CARP_NOT = qw( alienfile );
1051
-
1052
- sub new
1053
- {
1054
- my($class, %args) = @_;
1055
- my $self = bless {
1056
- phase => 'any',
1057
- build_suffix => '',
1058
- require => {
1059
- any => {},
1060
- share => {},
1061
- system => {},
1062
- },
1063
- around => {},
1064
- prop => {},
1065
- %args,
1066
- }, $class;
1067
- $self;
1068
- }
1069
-
1070
-
1071
- sub prop
1072
- {
1073
- shift->{prop};
1074
- }
1075
-
1076
- sub filename
1077
- {
1078
- my($self, $new) = @_;
1079
- $self->{filename} = $new if defined $new;
1080
- $self->{filename};
1081
- }
1082
-
1083
-
1084
- sub add_requires
1085
- {
1086
- my $self = shift;
1087
- my $phase = shift;
1088
- while(@_)
1089
- {
1090
- my $module = shift;
1091
- my $version = shift;
1092
- my $old = $self->{require}->{$phase}->{$module};
1093
- if((!defined $old) || $version > $old)
1094
- { $self->{require}->{$phase}->{$module} = $version }
1095
- }
1096
- $self;
1097
- }
1098
-
1099
-
1100
- sub interpolator
1101
- {
1102
- my($self, $new) = @_;
1103
- if(defined $new)
1104
- {
1105
- if(defined $self->{intr})
1106
- {
1107
- Carp::croak "tried to set interpolator twice";
1108
- }
1109
- if(ref $new)
1110
- {
1111
- $self->{intr} = $new;
1112
- }
1113
- else
1114
- {
1115
- $self->{intr} = $new->new;
1116
- }
1117
- }
1118
- elsif(!defined $self->{intr})
1119
- {
1120
- require Alien::Build::Interpolate::Default;
1121
- $self->{intr} = Alien::Build::Interpolate::Default->new;
1122
- }
1123
- $self->{intr};
1124
- }
1125
-
1126
-
1127
- sub has_hook
1128
- {
1129
- my($self, $name) = @_;
1130
- defined $self->{hook}->{$name};
1131
- }
1132
-
1133
-
1134
- sub _instr
1135
- {
1136
- my($self, $name, $instr) = @_;
1137
- if(ref($instr) eq 'CODE')
1138
- {
1139
- return $instr;
1140
- }
1141
- elsif(ref($instr) eq 'ARRAY')
1142
- {
1143
- my %phase = (
1144
- download => 'share',
1145
- fetch => 'share',
1146
- decode => 'share',
1147
- prefer => 'share',
1148
- extract => 'share',
1149
- patch => 'share',
1150
- patch_ffi => 'share',
1151
- build => 'share',
1152
- build_ffi => 'share',
1153
- stage => 'share',
1154
- gather_ffi => 'share',
1155
- gather_share => 'share',
1156
- gather_system => 'system',
1157
- test_ffi => 'share',
1158
- test_share => 'share',
1159
- test_system => 'system',
1160
- );
1161
- require Alien::Build::CommandSequence;
1162
- my $seq = Alien::Build::CommandSequence->new(@$instr);
1163
- $seq->apply_requirements($self, $phase{$name} || 'any');
1164
- return $seq;
1165
- }
1166
- else
1167
- {
1168
- Carp::croak "type not supported as a hook";
1169
- }
1170
- }
1171
-
1172
- sub register_hook
1173
- {
1174
- my($self, $name, $instr) = @_;
1175
- push @{ $self->{hook}->{$name} }, _instr $self, $name, $instr;
1176
- $self;
1177
- }
1178
-
1179
-
1180
- sub default_hook
1181
- {
1182
- my($self, $name, $instr) = @_;
1183
- $self->{default_hook}->{$name} = _instr $self, $name, $instr;
1184
- $self;
1185
- }
1186
-
1187
-
1188
- sub around_hook
1189
- {
1190
- my($self, $name, $code) = @_;
1191
- if(my $old = $self->{around}->{$name})
1192
- {
1193
- # this is the craziest shit I have ever
1194
- # come up with.
1195
- $self->{around}->{$name} = sub {
1196
- my $orig = shift;
1197
- $code->(sub { $old->($orig, @_) }, @_);
1198
- };
1199
- }
1200
- else
1201
- {
1202
- $self->{around}->{$name} = $code;
1203
- }
1204
- }
1205
-
1206
-
1207
- sub after_hook
1208
- {
1209
- my($self, $name, $code) = @_;
1210
- $self->around_hook(
1211
- $name => sub {
1212
- my $orig = shift;
1213
- my $ret = $orig->(@_);
1214
- $code->(@_);
1215
- $ret;
1216
- }
1217
- );
1218
- }
1219
-
1220
-
1221
- sub before_hook
1222
- {
1223
- my($self, $name, $code) = @_;
1224
- $self->around_hook(
1225
- $name => sub {
1226
- my $orig = shift;
1227
- $code->(@_);
1228
- my $ret = $orig->(@_);
1229
- $ret;
1230
- }
1231
- );
1232
- }
1233
-
1234
-
1235
- sub call_hook
1236
- {
1237
- my $self = shift;
1238
- my %args = ref $_[0] ? %{ shift() } : ();
1239
- my($name, @args) = @_;
1240
- my $error;
1241
-
1242
- my @hooks = @{ $self->{hook}->{$name} || []};
1243
-
1244
- if(@hooks == 0)
1245
- {
1246
- if(defined $self->{default_hook}->{$name})
1247
- {
1248
- @hooks = ($self->{default_hook}->{$name})
1249
- }
1250
- elsif(!$args{all})
1251
- {
1252
- Carp::croak "No hooks registered for $name";
1253
- }
1254
- }
1255
-
1256
- my $value;
1257
-
1258
- foreach my $hook (@hooks)
1259
- {
1260
- if(eval { $args[0]->isa('Alien::Build') })
1261
- {
1262
- %{ $args[0]->{hook_prop} } = (
1263
- name => $name,
1264
- );
1265
- }
1266
-
1267
- my $wrapper = $self->{around}->{$name} || sub { my $code = shift; $code->(@_) };
1268
- my $value;
1269
- $args{before}->() if $args{before};
1270
- if(ref($hook) eq 'CODE')
1271
- {
1272
- $value = eval {
1273
- my $value = $wrapper->(sub { $hook->(@_) }, @args);
1274
- $args{verify}->('code') if $args{verify};
1275
- $value;
1276
- };
1277
- }
1278
- else
1279
- {
1280
- $value = $wrapper->(sub {
1281
- eval {
1282
- $hook->execute(@_);
1283
- $args{verify}->('command') if $args{verify};
1284
- };
1285
- defined $args{ok} ? $args{ok} : 1;
1286
- }, @args);
1287
- }
1288
- $error = $@;
1289
- $args{after}->() if $args{after};
1290
- if($args{all})
1291
- {
1292
- die if $error;
1293
- }
1294
- else
1295
- {
1296
- next if $error;
1297
- next if $args{continue} && $args{continue}->($value);
1298
- return $value;
1299
- }
1300
- }
1301
-
1302
- die $error if $error && ! $args{all};
1303
-
1304
- $value;
1305
- }
1306
-
1307
-
1308
- sub apply_plugin
1309
- {
1310
- my($self, $name, @args) = @_;
1311
-
1312
- my $class;
1313
- my $pm;
1314
- my $found;
1315
-
1316
- if($name =~ /^=(.*)$/)
1317
- {
1318
- $class = $1;
1319
- $pm = "$class.pm";
1320
- $pm =~ s!::!/!g;
1321
- $found = 1;
1322
- }
1323
-
1324
- if($name !~ /::/ && !$found)
1325
- {
1326
- foreach my $inc (@INC)
1327
- {
1328
- # TODO: allow negotiators to work with @INC hooks
1329
- next if ref $inc;
1330
- my $file = Path::Tiny->new("$inc/Alien/Build/Plugin/$name/Negotiate.pm");
1331
- if(-r $file)
1332
- {
1333
- $class = "Alien::Build::Plugin::${name}::Negotiate";
1334
- $pm = "Alien/Build/Plugin/$name/Negotiate.pm";
1335
- $found = 1;
1336
- last;
1337
- }
1338
- }
1339
- }
1340
-
1341
- unless($found)
1342
- {
1343
- $class = "Alien::Build::Plugin::$name";
1344
- $pm = "Alien/Build/Plugin/$name.pm";
1345
- $pm =~ s{::}{/}g;
1346
- }
1347
-
1348
- require $pm unless $class->can('new');
1349
- my $plugin = $class->new(@args);
1350
- $plugin->init($self);
1351
- $self;
1352
- }
1353
-
1354
- package Alien::Build::TempDir;
1355
-
1356
- # TODO: it's confusing that there is both a AB::TempDir and AB::Temp
1357
- # although they do different things. there could maybe be a better
1358
- # name for AB::TempDir (maybe AB::TempBuildDir, though that is a little
1359
- # redundant). Happily both are private classes, and either are able to
1360
- # rename, if a good name can be thought of.
1361
-
1362
- use overload '""' => sub { shift->as_string }, bool => sub { 1 }, fallback => 1;
1363
- use File::Temp qw( tempdir );
1364
-
1365
- sub new
1366
- {
1367
- my($class, $build, $name) = @_;
1368
- my $root = $build->install_prop->{root};
1369
- Path::Tiny->new($root)->mkpath unless -d $root;
1370
- bless {
1371
- dir => Path::Tiny->new(tempdir( "${name}_XXXX", DIR => $root)),
1372
- }, $class;
1373
- }
1374
-
1375
- sub as_string
1376
- {
1377
- shift->{dir}->stringify;
1378
- }
1379
-
1380
- sub DESTROY
1381
- {
1382
- my($self) = @_;
1383
- if(-d $self->{dir} && $self->{dir}->children == 0)
1384
- {
1385
- rmdir($self->{dir}) || warn "unable to remove @{[ $self->{dir} ]} $!";
1386
- }
1387
- }
1388
-
1389
- 1;
1390
-
1391
- __END__
1392
-
1393
- =pod
1394
-
1395
- =encoding UTF-8
1396
-
1397
- =head1 NAME
1398
-
1399
- Alien::Build - Build external dependencies for use in CPAN
1400
-
1401
- =head1 VERSION
1402
-
1403
- version 2.78
1404
-
1405
- =head1 SYNOPSIS
1406
-
1407
- my $build = Alien::Build->load('./alienfile');
1408
- $build->load_requires('configure');
1409
- $build->set_prefix('/usr/local');
1410
- $build->set_stage('/foo/mystage'); # needs to be absolute
1411
- $build->load_requires($build->install_type);
1412
- $build->download;
1413
- $build->build;
1414
- # files are now in /foo/mystage, it is your job (or
1415
- # ExtUtils::MakeMaker, Module::Build, etc) to copy
1416
- # those files into /usr/local
1417
-
1418
- =head1 DESCRIPTION
1419
-
1420
- This module provides tools for building external (non-CPAN) dependencies
1421
- for CPAN. It is mainly designed to be used at install time of a CPAN
1422
- client, and work closely with L<Alien::Base> which is used at runtime.
1423
-
1424
- This is the detailed documentation for the L<Alien::Build> class.
1425
- If you are starting out you probably want to do so from one of these documents:
1426
-
1427
- =over 4
1428
-
1429
- =item L<Alien::Build::Manual::Alien>
1430
-
1431
- A broad overview of C<Alien-Build> and its ecosystem.
1432
-
1433
- =item L<Alien::Build::Manual::AlienUser>
1434
-
1435
- For users of an C<Alien::libfoo> that is implemented using L<Alien::Base>.
1436
- (The developer of C<Alien::libfoo> I<should> provide the documentation
1437
- necessary, but if not, this is the place to start).
1438
-
1439
- =item L<Alien::Build::Manual::AlienAuthor>
1440
-
1441
- If you are writing your own L<Alien> based on L<Alien::Build> and L<Alien::Base>.
1442
-
1443
- =item L<Alien::Build::Manual::FAQ>
1444
-
1445
- If you have a common question that has already been answered, like
1446
- "How do I use L<alienfile> with some build system".
1447
-
1448
- =item L<Alien::Build::Manual::PluginAuthor>
1449
-
1450
- This is for the brave souls who want to write plugins that will work with
1451
- L<Alien::Build> + L<alienfile>.
1452
-
1453
- =item L<Alien::Build::Manual::Security>
1454
-
1455
- If you are concerned that L<Alien>s might be downloading tarballs off
1456
- the internet, then this is the place for you. This will discuss some
1457
- of the risks of downloading (really any) software off the internet
1458
- and will give you some tools to remediate these risks.
1459
-
1460
- =back
1461
-
1462
- Note that you will not usually create a L<Alien::Build> instance
1463
- directly, but rather be using a thin installer layer, such as
1464
- L<Alien::Build::MM> (for use with L<ExtUtils::MakeMaker>) or
1465
- L<Alien::Build::MB> (for use with L<Module::Build>). One of the
1466
- goals of this project is to remain installer agnostic.
1467
-
1468
- =head1 CONSTRUCTORS
1469
-
1470
- =head2 new
1471
-
1472
- my $build = Alien::Build->new;
1473
-
1474
- This creates a new empty instance of L<Alien::Build>. Normally you will
1475
- want to use C<load> below to create an instance of L<Alien::Build> from
1476
- an L<alienfile> recipe.
1477
-
1478
- =head2 load
1479
-
1480
- my $build = Alien::Build->load($alienfile);
1481
-
1482
- This creates an L<Alien::Build> instance with the given L<alienfile>
1483
- recipe.
1484
-
1485
- =head2 resume
1486
-
1487
- my $build = Alien::Build->resume($alienfile, $root);
1488
-
1489
- Load a checkpointed L<Alien::Build> instance. You will need the original
1490
- L<alienfile> and the build root (usually C<_alien>), and a build that
1491
- had been properly checkpointed using the C<checkpoint> method below.
1492
-
1493
- =head1 PROPERTIES
1494
-
1495
- There are three main properties for L<Alien::Build>. There are a number
1496
- of properties documented here with a specific usage. Note that these
1497
- properties may need to be serialized into something primitive like JSON
1498
- that does not support: regular expressions, code references of blessed
1499
- objects.
1500
-
1501
- If you are writing a plugin (L<Alien::Build::Plugin>) you should use a
1502
- prefix like "plugin_I<name>" (where I<name> is the name of your plugin)
1503
- so that it does not interfere with other plugin or future versions of
1504
- L<Alien::Build>. For example, if you were writing
1505
- C<Alien::Build::Plugin::Fetch::NewProtocol>, please use the prefix
1506
- C<plugin_fetch_newprotocol>:
1507
-
1508
- sub init
1509
- {
1510
- my($self, $meta) = @_;
1511
-
1512
- $meta->prop( plugin_fetch_newprotocol_foo => 'some value' );
1513
-
1514
- $meta->register_hook(
1515
- some_hook => sub {
1516
- my($build) = @_;
1517
- $build->install_prop->{plugin_fetch_newprotocol_bar} = 'some other value';
1518
- $build->runtime_prop->{plugin_fetch_newprotocol_baz} = 'and another value';
1519
- }
1520
- );
1521
- }
1522
-
1523
- If you are writing a L<alienfile> recipe please use the prefix C<my_>:
1524
-
1525
- use alienfile;
1526
-
1527
- meta_prop->{my_foo} = 'some value';
1528
-
1529
- probe sub {
1530
- my($build) = @_;
1531
- $build->install_prop->{my_bar} = 'some other value';
1532
- $build->install_prop->{my_baz} = 'and another value';
1533
- };
1534
-
1535
- Any property may be used from a command:
1536
-
1537
- probe [ 'some command %{.meta.plugin_fetch_newprotocol_foo}' ];
1538
- probe [ 'some command %{.install.plugin_fetch_newprotocol_bar}' ];
1539
- probe [ 'some command %{.runtime.plugin_fetch_newprotocol_baz}' ];
1540
- probe [ 'some command %{.meta.my_foo}' ];
1541
- probe [ 'some command %{.install.my_bar}' ];
1542
- probe [ 'some command %{.runtime.my_baz}' ];
1543
-
1544
- =head2 meta_prop
1545
-
1546
- my $href = $build->meta_prop;
1547
- my $href = Alien::Build->meta_prop;
1548
-
1549
- Meta properties have to do with the recipe itself, and not any particular
1550
- instance that probes or builds that recipe. Meta properties can be changed
1551
- from within an L<alienfile> using the C<meta_prop> directive, or from
1552
- a plugin from its C<init> method (though should NOT be modified from any
1553
- hooks registered within that C<init> method). This is not strictly enforced,
1554
- but if you do not follow this rule your recipe will likely be broken.
1555
-
1556
- =over
1557
-
1558
- =item arch
1559
-
1560
- This is a hint to an installer like L<Alien::Build::MM> or L<Alien::Build::MB>,
1561
- that the library or tool contains architecture dependent files and so should
1562
- be stored in an architecture dependent location. If not specified by your
1563
- L<alienfile> then it will be set to true.
1564
-
1565
- =item check_digest
1566
-
1567
- True if cryptographic digest should be checked when files are fetched
1568
- or downloaded. This is set by
1569
- L<Digest negotiator plugin|Alien::Build::Plugin::Digest::Negotiate>.
1570
-
1571
- =item destdir
1572
-
1573
- Some plugins (L<Alien::Build::Plugin::Build::Autoconf> for example) support
1574
- installing via C<DESTDIR>. They will set this property to true if they
1575
- plan on doing such an install. This helps L<Alien::Build> find the staged
1576
- install files and how to locate them.
1577
-
1578
- If available, C<DESTDIR> is used to stage install files in a sub directory before
1579
- copying the files into C<blib>. This is generally preferred method
1580
- if available.
1581
-
1582
- =item destdir_filter
1583
-
1584
- Regular expression for the files that should be copied from the C<DESTDIR>
1585
- into the stage directory. If not defined, then all files will be copied.
1586
-
1587
- =item destdir_ffi_filter
1588
-
1589
- Same as C<destdir_filter> except applies to C<build_ffi> instead of C<build>.
1590
-
1591
- =item digest
1592
-
1593
- This properties contains the cryptographic digests (if any) that should
1594
- be used when verifying any fetched and downloaded files. It is a hash
1595
- reference where the key is the filename and the value is an array
1596
- reference containing a pair of values, the first being the algorithm
1597
- ('SHA256' is recommended) and the second is the actual digest. The
1598
- special filename C<*> may be specified to indicate that any downloaded
1599
- file should match that digest. If there are both real filenames and
1600
- the C<*> placeholder, the real filenames will be used for filenames
1601
- that match and any other files will use the placeholder. Example:
1602
-
1603
- $build->meta_prop->{digest} = {
1604
- 'foo-1.00.tar.gz' => [ SHA256 => '9feac593aa49a44eb837de52513a57736457f1ea70078346c60f0bfc5f24f2c1' ],
1605
- 'foo-1.01.tar.gz' => [ SHA256 => '6bbde6a7f10ae5924cf74afc26ff5b7bc4b4f9dfd85c6b534c51bd254697b9e7' ],
1606
- '*' => [ SHA256 => '33a20aae3df6ecfbe812b48082926d55391be4a57d858d35753ab1334b9fddb3' ],
1607
- };
1608
-
1609
- Cryptographic signatures will only be checked
1610
- if the L<check_digest meta property|/check_digest> is set and if the
1611
- L<Digest negotiator plugin|Alien::Build::Plugin::Digest::Negotiate> is loaded.
1612
- (The Digest negotiator can be used directly, but is also loaded automatically
1613
- if you use the L<digest directive|alienfile/digest> is used by the L<alienfile>).
1614
-
1615
- =item env
1616
-
1617
- Environment variables to override during the build stage.
1618
-
1619
- =item env_interpolate
1620
-
1621
- Environment variable values will be interpolated with helpers. Example:
1622
-
1623
- meta->prop->{env_interpolate} = 1;
1624
- meta->prop->{env}->{PERL} = '%{perl}';
1625
-
1626
- =item local_source
1627
-
1628
- Set to true if source code package is available locally. (that is not fetched
1629
- over the internet). This is computed by default based on the C<start_url>
1630
- property. Can be set by an L<alienfile> or plugin.
1631
-
1632
- =item platform
1633
-
1634
- Hash reference. Contains information about the platform beyond just C<$^O>.
1635
-
1636
- =over 4
1637
-
1638
- =item platform.compiler_type
1639
-
1640
- Refers to the type of flags that the compiler accepts. May be expanded in the
1641
- future, but for now, will be one of:
1642
-
1643
- =over 4
1644
-
1645
- =item microsoft
1646
-
1647
- On Windows when using Microsoft Visual C++
1648
-
1649
- =item unix
1650
-
1651
- Virtually everything else, including gcc on windows.
1652
-
1653
- =back
1654
-
1655
- The main difference is that with Visual C++ C<-LIBPATH> should be used instead
1656
- of C<-L>, and static libraries should have the C<.LIB> suffix instead of C<.a>.
1657
-
1658
- =item platform.system_type
1659
-
1660
- C<$^O> is frequently good enough to make platform specific logic in your
1661
- L<alienfile>, this handles the case when $^O can cover platforms that provide
1662
- multiple environments that Perl might run under. The main example is windows,
1663
- but others may be added in the future.
1664
-
1665
- =over 4
1666
-
1667
- =item unix
1668
-
1669
- =item vms
1670
-
1671
- =item windows-activestate
1672
-
1673
- =item windows-microsoft
1674
-
1675
- =item windows-mingw
1676
-
1677
- =item windows-strawberry
1678
-
1679
- =item windows-unknown
1680
-
1681
- =back
1682
-
1683
- Note that C<cygwin> and C<msys> are considered C<unix> even though they run
1684
- on windows!
1685
-
1686
- =item platform.cpu.count
1687
-
1688
- Contains a non-negative integer of available (possibly virtual) CPUs on the
1689
- system. This can be used by build plugins to build in parallel. The environment
1690
- variable C<ALIEN_CPU_COUNT> can be set to override the CPU count.
1691
-
1692
- =item platform.cpu.arch.name
1693
-
1694
- Contains a normalized name for the architecture of the current Perl. This can
1695
- be used by fetch plugins to determine which binary packages to download.
1696
- The value may be one of the following, but this list will be expanded as
1697
- needed.
1698
-
1699
- =over 4
1700
-
1701
- =item C<armel>
1702
-
1703
- 32-bit ARM soft-float
1704
-
1705
- =item C<armhf>
1706
-
1707
- 32-bit ARM hard-float
1708
-
1709
- =item C<aarch64>
1710
-
1711
- 64-bit ARM
1712
-
1713
- =item C<ppc>
1714
-
1715
- 32-bit PowerPC (big-endian)
1716
-
1717
- =item C<ppc64>
1718
-
1719
- 64-bit PowerPC (big-endian)
1720
-
1721
- =item C<x86>
1722
-
1723
- 32-bit Intel (i386, i486, i686)
1724
-
1725
- =item C<x86_64>
1726
-
1727
- 64-bit Intel (AMD64)
1728
-
1729
- =item C<unknown>
1730
-
1731
- Unable to detect architecture. Please report this if needed.
1732
-
1733
- =back
1734
-
1735
- =back
1736
-
1737
- =item out_of_source
1738
-
1739
- Build in a different directory from the where the source code is stored.
1740
- In autoconf this is referred to as a "VPATH" build. Everyone else calls this
1741
- an "out-of-source" build. When this property is true, instead of extracting
1742
- to the source build root, the downloaded source will be extracted to an source
1743
- extraction directory and the source build root will be empty. You can use the
1744
- C<extract> install property to get the location of the extracted source.
1745
-
1746
- =item network
1747
-
1748
- True if a network fetch is available. This should NOT be set by an L<alienfile>
1749
- or plugin. This is computed based on the C<ALIEN_INSTALL_NETWORK> environment
1750
- variables.
1751
-
1752
- =item start_url
1753
-
1754
- The default or start URL used by fetch plugins.
1755
-
1756
- =back
1757
-
1758
- =head2 install_prop
1759
-
1760
- my $href = $build->install_prop;
1761
-
1762
- Install properties are used during the install phase (either
1763
- under C<share> or C<system> install). They are remembered for
1764
- the entire install phase, but not kept around during the runtime
1765
- phase. Thus they cannot be accessed from your L<Alien::Base>
1766
- based module.
1767
-
1768
- =over
1769
-
1770
- =item autoconf_prefix
1771
-
1772
- The prefix as understood by autoconf. This is only different on Windows
1773
- Where MSYS is used and paths like C<C:/foo> are represented as C</C/foo>
1774
- which are understood by the MSYS tools, but not by Perl. You should
1775
- only use this if you are using L<Alien::Build::Plugin::Build::Autoconf> in
1776
- your L<alienfile>. This is set during before the
1777
- L<build hook|Alien::Build::Manual::PluginAuthor/"build hook"> is run.
1778
-
1779
- =item download
1780
-
1781
- The location of the downloaded archive (tar.gz, or similar) or directory.
1782
- This will be undefined until the archive is actually downloaded.
1783
-
1784
- =item download_detail
1785
-
1786
- This property contains optional details about a downloaded file. This
1787
- property is populated by L<Alien::Build> core. This property is a
1788
- hash reference. The key is the path to the file that has been downloaded
1789
- and the value is a hash reference with additional detail. All fields
1790
- are optional.
1791
-
1792
- =over 4
1793
-
1794
- =item download_detail.digest
1795
-
1796
- This, if available, with the cryptographic signature that was successfully
1797
- matched against the downloaded file. It is an array reference with a
1798
- pair of values, the algorithm (typically something like C<SHA256>) and
1799
- the digest.
1800
-
1801
- =item download_detail.protocol
1802
-
1803
- This, if available, will be the URL protocol used to fetch the downloaded
1804
- file.
1805
-
1806
- =back
1807
-
1808
- =item env
1809
-
1810
- Environment variables to override during the build stage. Plugins are
1811
- free to set additional overrides using this hash.
1812
-
1813
- =item extract
1814
-
1815
- The location of the last source extraction. For a "out-of-source" build
1816
- (see the C<out_of_source> meta property above), this will only be set once.
1817
- For other types of builds, the source code may be extracted multiple times,
1818
- and thus this property may change.
1819
-
1820
- =item old
1821
-
1822
- [deprecated]
1823
-
1824
- Hash containing information on a previously installed Alien of the same
1825
- name, if available. This may be useful in cases where you want to
1826
- reuse the previous install if it is still sufficient.
1827
-
1828
- =over 4
1829
-
1830
- =item old.prefix
1831
-
1832
- [deprecated]
1833
-
1834
- The prefix for the previous install. Versions prior to 1.42 unfortunately
1835
- had this in typo form of C<preifx>.
1836
-
1837
- =item old.runtime
1838
-
1839
- [deprecated]
1840
-
1841
- The runtime properties from the previous install.
1842
-
1843
- =back
1844
-
1845
- =item patch
1846
-
1847
- Directory with patches, if available. This will be C<undef> if there
1848
- are no patches. When initially installing an alien this will usually
1849
- be a sibling of the C<alienfile>, a directory called C<patch>. Once
1850
- installed this will be in the share directory called C<_alien/patch>.
1851
- The former is useful for rebuilding an alienized package using
1852
- L<af>.
1853
-
1854
- =item prefix
1855
-
1856
- The install time prefix. Under a C<destdir> install this is the
1857
- same as the runtime or final install location. Under a non-C<destdir>
1858
- install this is the C<stage> directory (usually the appropriate
1859
- share directory under C<blib>).
1860
-
1861
- =item root
1862
-
1863
- The build root directory. This will be an absolute path. It is the
1864
- absolute form of C<./_alien> by default.
1865
-
1866
- =item stage
1867
-
1868
- The stage directory where files will be copied. This is usually the
1869
- root of the blib share directory.
1870
-
1871
- =item system_probe_class
1872
-
1873
- After the probe step this property may contain the plugin class that
1874
- performed the system probe. It shouldn't be filled in directly by
1875
- the plugin (instead if should use the hook property C<probe_class>,
1876
- see below). This is optional, and not all probe plugins will provide
1877
- this information.
1878
-
1879
- =item system_probe_instance_id
1880
-
1881
- After the probe step this property may contain the plugin instance id that
1882
- performed the system probe. It shouldn't be filled in directly by
1883
- the plugin (instead if should use the hook property C<probe_instance_id>,
1884
- see below). This is optional, and not all probe plugins will provide
1885
- this information.
1886
-
1887
- =back
1888
-
1889
- =head2 plugin_instance_prop
1890
-
1891
- my $href = $build->plugin_instance_prop($plugin);
1892
-
1893
- This returns the private plugin instance properties for a given plugin.
1894
- This method should usually only be called internally by plugins themselves
1895
- to keep track of internal state. Because the content can be used arbitrarily
1896
- by the owning plugin because it is private to the plugin, and thus is not
1897
- part of the L<Alien::Build> spec.
1898
-
1899
- =head2 runtime_prop
1900
-
1901
- my $href = $build->runtime_prop;
1902
-
1903
- Runtime properties are used during the install and runtime phases
1904
- (either under C<share> or C<system> install). This should include
1905
- anything that you will need to know to use the library or tool
1906
- during runtime, and shouldn't include anything that is no longer
1907
- relevant once the install process is complete.
1908
-
1909
- =over 4
1910
-
1911
- =item alien_build_version
1912
-
1913
- The version of L<Alien::Build> used to install the library or tool.
1914
-
1915
- =item alt
1916
-
1917
- Alternate configurations. If the alienized package has multiple
1918
- libraries this could be used to store the different compiler or
1919
- linker flags for each library. Typically this will be set by a
1920
- plugin in the gather stage (for either share or system installs).
1921
-
1922
- =item cflags
1923
-
1924
- The compiler flags. This is typically set by a plugin in the
1925
- gather stage (for either share or system installs).
1926
-
1927
- =item cflags_static
1928
-
1929
- The static compiler flags. This is typically set by a plugin in the
1930
- gather stage (for either share or system installs).
1931
-
1932
- =item command
1933
-
1934
- The command name for tools where the name my differ from platform to
1935
- platform. For example, the GNU version of make is usually C<make> in
1936
- Linux and C<gmake> on FreeBSD. This is typically set by a plugin in the
1937
- gather stage (for either share or system installs).
1938
-
1939
- =item ffi_name
1940
-
1941
- The name DLL or shared object "name" to use when searching for dynamic
1942
- libraries at runtime. This is passed into L<FFI::CheckLib>, so if
1943
- your library is something like C<libarchive.so> or C<archive.dll> you
1944
- would set this to C<archive>. This may be a string or an array of
1945
- strings. This is typically set by a plugin in the gather stage
1946
- (for either share or system installs).
1947
-
1948
- =item ffi_checklib
1949
-
1950
- This property contains two sub properties:
1951
-
1952
- =over 4
1953
-
1954
- =item ffi_checklib.share
1955
-
1956
- $build->runtime_prop->{ffi_checklib}->{share} = [ ... ];
1957
-
1958
- Array of additional L<FFI::CheckLib> flags to pass in to C<find_lib>
1959
- for a C<share> install.
1960
-
1961
- =item ffi_checklib.system
1962
-
1963
- Array of additional L<FFI::CheckLib> flags to pass in to C<find_lib>
1964
- for a C<system> install.
1965
-
1966
- Among other things, useful for specifying the C<try_linker_script>
1967
- flag:
1968
-
1969
- $build->runtime_prop->{ffi_checklib}->{system} = [ try_linker_script => 1 ];
1970
-
1971
- =back
1972
-
1973
- This is typically set by a plugin in the gather stage
1974
- (for either share or system installs).
1975
-
1976
- =item inline_auto_include
1977
-
1978
- [version 2.53]
1979
-
1980
- This property is an array reference of C code that will be passed into
1981
- L<Inline::C> to make sure that appropriate headers are automatically
1982
- included. See L<Inline::C/auto_include> for details.
1983
-
1984
- =item install_type
1985
-
1986
- The install type. This is set by AB core after the
1987
- L<probe hook|Alien::Build::Manual::PluginAuthor/"probe hook"> is
1988
- executed. Is one of:
1989
-
1990
- =over 4
1991
-
1992
- =item system
1993
-
1994
- For when the library or tool is provided by the operating system, can be
1995
- detected by L<Alien::Build>, and is considered satisfactory by the
1996
- C<alienfile> recipe.
1997
-
1998
- =item share
1999
-
2000
- For when a system install is not possible, the library source will be
2001
- downloaded from the internet or retrieved in another appropriate fashion
2002
- and built.
2003
-
2004
- =back
2005
-
2006
- =item libs
2007
-
2008
- The library flags. This is typically set by a plugin in the
2009
- gather stage (for either share or system installs).
2010
-
2011
- =item libs_static
2012
-
2013
- The static library flags. This is typically set by a plugin in the
2014
- gather stage (for either share or system installs).
2015
-
2016
- =item perl_module_version
2017
-
2018
- The version of the Perl module used to install the alien (if available).
2019
- For example if L<Alien::curl> is installing C<libcurl> this would be the
2020
- version of L<Alien::curl> used during the install step.
2021
-
2022
- =item prefix
2023
-
2024
- The final install root. This is usually they share directory.
2025
-
2026
- =item version
2027
-
2028
- The version of the library or tool. This is typically set by a plugin in the
2029
- gather stage (for either share or system installs).
2030
-
2031
- =back
2032
-
2033
- =head2 hook_prop
2034
-
2035
- my $href = $build->hook_prop;
2036
-
2037
- Hook properties are for the currently running (if any) hook. They are
2038
- used only during the execution of each hook and are discarded after.
2039
- If no hook is currently running then C<hook_prop> will return C<undef>.
2040
-
2041
- =over 4
2042
-
2043
- =item name
2044
-
2045
- The name of the currently running hook.
2046
-
2047
- =item version (probe)
2048
-
2049
- Probe and PkgConfig plugins I<may> set this property indicating the
2050
- version of the alienized package. Not all plugins and configurations
2051
- may be able to provide this.
2052
-
2053
- =item probe_class (probe)
2054
-
2055
- Probe and PkgConfig plugins I<may> set this property indicating the
2056
- plugin class that made the probe. If the probe results in a system
2057
- install this will be propagated to C<system_probe_class> for later
2058
- use.
2059
-
2060
- =item probe_instance_id (probe)
2061
-
2062
- Probe and PkgConfig plugins I<may> set this property indicating the
2063
- plugin instance id that made the probe. If the probe results in a
2064
- system install this will be propagated to C<system_probe_instance_id>
2065
- for later use.
2066
-
2067
- =back
2068
-
2069
- =head1 METHODS
2070
-
2071
- =head2 checkpoint
2072
-
2073
- $build->checkpoint;
2074
-
2075
- Save any install or runtime properties so that they can be reloaded on
2076
- a subsequent run in a separate process. This is useful if your build
2077
- needs to be done in multiple stages from a C<Makefile>, such as with
2078
- L<ExtUtils::MakeMaker>. Once checkpointed you can use the C<resume>
2079
- constructor (documented above) to resume the probe/build/install]
2080
- process.
2081
-
2082
- =head2 root
2083
-
2084
- my $dir = $build->root;
2085
-
2086
- This is just a shortcut for:
2087
-
2088
- my $root = $build->install_prop->{root};
2089
-
2090
- Except that it will be created if it does not already exist.
2091
-
2092
- =head2 install_type
2093
-
2094
- my $type = $build->install_type;
2095
-
2096
- This will return the install type. (See the like named install property
2097
- above for details). This method will call C<probe> if it has not already
2098
- been called.
2099
-
2100
- =head2 download_rule
2101
-
2102
- my $rule = $build->download_rule;
2103
-
2104
- This returns install rule as a string. This is determined by the environment
2105
- and should be one of:
2106
-
2107
- =over 4
2108
-
2109
- =item C<warn>
2110
-
2111
- Warn only if fetching via non secure source (secure sources include C<https>,
2112
- and bundled files, may include other encrypted protocols in the future).
2113
-
2114
- =item C<digest>
2115
-
2116
- Require that any downloaded source package have a cryptographic signature in
2117
- the L<alienfile> and that signature matches what was downloaded.
2118
-
2119
- =item C<encrypt>
2120
-
2121
- Require that any downloaded source package is fetched via secure source.
2122
-
2123
- =item C<digest_or_encrypt>
2124
-
2125
- Require that any downloaded source package is B<either> fetched via a secure source
2126
- B<or> has a cryptographic signature in the L<alienfile> and that signature matches
2127
- what was downloaded.
2128
-
2129
- =item C<digest_and_encrypt>
2130
-
2131
- Require that any downloaded source package is B<both> fetched via a secure source
2132
- B<and> has a cryptographic signature in the L<alienfile> and that signature matches
2133
- what was downloaded.
2134
-
2135
- =back
2136
-
2137
- The current default is C<warn>, but in the near future this will be upgraded to
2138
- C<digest_or_encrypt>.
2139
-
2140
- =head2 set_prefix
2141
-
2142
- $build->set_prefix($prefix);
2143
-
2144
- Set the final (unstaged) prefix. This is normally only called by L<Alien::Build::MM>
2145
- and similar modules. It is not intended for use from plugins or from an L<alienfile>.
2146
-
2147
- =head2 set_stage
2148
-
2149
- $build->set_stage($dir);
2150
-
2151
- Sets the stage directory. This is normally only called by L<Alien::Build::MM>
2152
- and similar modules. It is not intended for use from plugins or from an L<alienfile>.
2153
-
2154
- =head2 requires
2155
-
2156
- my $hash = $build->requires($phase);
2157
-
2158
- Returns a hash reference of the modules required for the given phase. Phases
2159
- include:
2160
-
2161
- =over 4
2162
-
2163
- =item configure
2164
-
2165
- These modules must already be available when the L<alienfile> is read.
2166
-
2167
- =item any
2168
-
2169
- These modules are used during either a C<system> or C<share> install.
2170
-
2171
- =item share
2172
-
2173
- These modules are used during the build phase of a C<share> install.
2174
-
2175
- =item system
2176
-
2177
- These modules are used during the build phase of a C<system> install.
2178
-
2179
- =back
2180
-
2181
- =head2 load_requires
2182
-
2183
- $build->load_requires($phase);
2184
-
2185
- This loads the appropriate modules for the given phase (see C<requires> above
2186
- for a description of the phases).
2187
-
2188
- =head2 probe
2189
-
2190
- my $install_type = $build->probe;
2191
-
2192
- Attempts to determine if the operating system has the library or
2193
- tool already installed. If so, then the string C<system> will
2194
- be returned and a system install will be performed. If not,
2195
- then the string C<share> will be installed and the tool or
2196
- library will be downloaded and built from source.
2197
-
2198
- If the environment variable C<ALIEN_INSTALL_TYPE> is set, then that
2199
- will force a specific type of install. If the detection logic
2200
- cannot accommodate the install type requested then it will fail with
2201
- an exception.
2202
-
2203
- =head2 download
2204
-
2205
- $build->download;
2206
-
2207
- Download the source, usually as a tarball, usually from the internet.
2208
-
2209
- Under a C<system> install this does not do anything.
2210
-
2211
- =head2 fetch
2212
-
2213
- my $res = $build->fetch;
2214
- my $res = $build->fetch($url, %options);
2215
-
2216
- Fetch a resource using the fetch hook. Returns the same hash structure
2217
- described below in the
2218
- L<fetch hook|Alien::Build::Manual::PluginAuthor/"fetch hook"> documentation.
2219
-
2220
- [version 2.39]
2221
-
2222
- As of L<Alien::Build> 2.39, these options are supported:
2223
-
2224
- =over 4
2225
-
2226
- =item http_headers
2227
-
2228
- my $res = $build->fetch($url, http_headers => [ $key1 => $value1, $key2 => $value 2, ... ]);
2229
-
2230
- Set the HTTP request headers on all outgoing HTTP requests. Note that not all
2231
- protocols or fetch plugins support setting request headers, but the ones that
2232
- do not I<should> issue a warning if you try to set request headers and they
2233
- are not supported.
2234
-
2235
- =back
2236
-
2237
- =head2 check_digest
2238
-
2239
- [experimental]
2240
-
2241
- my $bool = $build->check_digest($path);
2242
-
2243
- Checks any cryptographic signatures for the given file. The
2244
- file is specified by C<$path> which may be one of:
2245
-
2246
- =over 4
2247
-
2248
- =item string
2249
-
2250
- Containing the path to the file to be checked.
2251
-
2252
- =item L<Path::Tiny>
2253
-
2254
- Containing the path to the file to be checked.
2255
-
2256
- =item C<HASH>
2257
-
2258
- A Hash reference containing information about a file. See
2259
- the L<fetch hook|Alien::Build::Manual::PluginAuthor/"fetch hook"> for details
2260
- on the format.
2261
-
2262
- =back
2263
-
2264
- Returns true if the cryptographic signature matches, false if cryptographic
2265
- signatures are disabled. Will throw an exception if the signature does not
2266
- match, or if no plugin provides the correct algorithm for checking the
2267
- signature.
2268
-
2269
- =head2 decode
2270
-
2271
- my $decoded_res = $build->decode($res);
2272
-
2273
- Decode the HTML or file listing returned by C<fetch>. Returns the same
2274
- hash structure described below in the
2275
- L<decode hook|Alien::Build::Manual::PluginAuthor/"decode hook"> documentation.
2276
-
2277
- =head2 prefer
2278
-
2279
- my $sorted_res = $build->prefer($res);
2280
-
2281
- Filter and sort candidates. The preferred candidate will be returned first in the list.
2282
- The worst candidate will be returned last. Returns the same hash structure described
2283
- below in the
2284
- L<prefer hook|Alien::Build::Manual::PluginAuthor/"prefer hook"> documentation.
2285
-
2286
- =head2 extract
2287
-
2288
- my $dir = $build->extract;
2289
- my $dir = $build->extract($archive);
2290
-
2291
- Extracts the given archive into a fresh directory. This is normally called internally
2292
- to L<Alien::Build>, and for normal usage is not needed from a plugin or L<alienfile>.
2293
-
2294
- =head2 build
2295
-
2296
- $build->build;
2297
-
2298
- Run the build step. It is expected that C<probe> and C<download>
2299
- have already been performed. What it actually does depends on the
2300
- type of install:
2301
-
2302
- =over 4
2303
-
2304
- =item share
2305
-
2306
- The source is extracted, and built as determined by the L<alienfile>
2307
- recipe. If there is a C<gather_share> that will be executed last.
2308
-
2309
- =item system
2310
-
2311
- The
2312
- L<gather_system hook|Alien::Build::Manual::PluginAuthor/"gather_system hook">
2313
- will be executed.
2314
-
2315
- =back
2316
-
2317
- =head2 test
2318
-
2319
- $build->test;
2320
-
2321
- Run the test phase
2322
-
2323
- =head2 clean_install
2324
-
2325
- $build->clean_install
2326
-
2327
- Clean files from the final install location. The default implementation removes all
2328
- files recursively except for the C<_alien> directory. This is helpful when you have
2329
- an old install with files that may break the new build.
2330
-
2331
- For a non-share install this doesn't do anything.
2332
-
2333
- =head2 system
2334
-
2335
- $build->system($command);
2336
- $build->system($command, @args);
2337
-
2338
- Interpolates the command and arguments and run the results using
2339
- the Perl C<system> command.
2340
-
2341
- =head2 log
2342
-
2343
- $build->log($message);
2344
-
2345
- Send a message to the log. By default this prints to C<STDOUT>.
2346
-
2347
- =head2 meta
2348
-
2349
- my $meta = Alien::Build->meta;
2350
- my $meta = $build->meta;
2351
-
2352
- Returns the meta object for your L<Alien::Build> class or instance. The
2353
- meta object is a way to manipulate the recipe, and so any changes to the
2354
- meta object should be made before the C<probe>, C<download> or C<build> steps.
2355
-
2356
- =head1 META METHODS
2357
-
2358
- =head2 prop
2359
-
2360
- my $href = $build->meta->prop;
2361
-
2362
- Meta properties. This is the same as calling C<meta_prop> on
2363
- the class or L<Alien::Build> instance.
2364
-
2365
- =head2 add_requires
2366
-
2367
- Alien::Build->meta->add_requires($phase, $module => $version, ...);
2368
-
2369
- Add the requirement to the given phase. Phase should be one of:
2370
-
2371
- =over 4
2372
-
2373
- =item configure
2374
-
2375
- =item any
2376
-
2377
- =item share
2378
-
2379
- =item system
2380
-
2381
- =back
2382
-
2383
- =head2 interpolator
2384
-
2385
- my $interpolator = $build->meta->interpolator;
2386
- my $interpolator = Alien::Build->interpolator;
2387
-
2388
- Returns the L<Alien::Build::Interpolate> instance for the L<Alien::Build> class.
2389
-
2390
- =head2 has_hook
2391
-
2392
- my $bool = $build->meta->has_hook($name);
2393
- my $bool = Alien::Build->has_hook($name);
2394
-
2395
- Returns if there is a usable hook registered with the given name.
2396
-
2397
- =head2 register_hook
2398
-
2399
- $build->meta->register_hook($name, $instructions);
2400
- Alien::Build->meta->register_hook($name, $instructions);
2401
-
2402
- Register a hook with the given name. C<$instruction> should be either
2403
- a code reference, or a command sequence, which is an array reference.
2404
-
2405
- =head2 default_hook
2406
-
2407
- $build->meta->default_hook($name, $instructions);
2408
- Alien::Build->meta->default_hook($name, $instructions);
2409
-
2410
- Register a default hook, which will be used if the L<alienfile> does not
2411
- register its own hook with that name.
2412
-
2413
- =head2 around_hook
2414
-
2415
- $build->meta->around_hook($hook_name, $code);
2416
- Alien::Build->meta->around_hook($hook_name, $code);
2417
-
2418
- Wrap the given hook with a code reference. This is similar to a L<Moose>
2419
- method modifier, except that it wraps around the given hook instead of
2420
- a method. For example, this will add a probe system requirement:
2421
-
2422
- $build->meta->around_hook(
2423
- probe => sub {
2424
- my $orig = shift;
2425
- my $build = shift;
2426
- my $type = $orig->($build, @_);
2427
- return $type unless $type eq 'system';
2428
- # also require a configuration file
2429
- if(-f '/etc/foo.conf')
2430
- {
2431
- return 'system';
2432
- }
2433
- else
2434
- {
2435
- return 'share';
2436
- }
2437
- },
2438
- );
2439
-
2440
- =head2 after_hook
2441
-
2442
- $build->meta->after_hook($hook_name, sub {
2443
- my(@args) = @_;
2444
- ...
2445
- });
2446
-
2447
- Execute the given code reference after the hook. The original
2448
- arguments are passed into the code reference.
2449
-
2450
- =head2 before_hook
2451
-
2452
- $build->meta->before_hook($hook_name, sub {
2453
- my(@args) = @_;
2454
- ...
2455
- });
2456
-
2457
- Execute the given code reference before the hook. The original
2458
- arguments are passed into the code reference.
2459
-
2460
- =head2 apply_plugin
2461
-
2462
- Alien::Build->meta->apply_plugin($name);
2463
- Alien::Build->meta->apply_plugin($name, @args);
2464
-
2465
- Apply the given plugin with the given arguments.
2466
-
2467
- =head1 ENVIRONMENT
2468
-
2469
- L<Alien::Build> responds to these environment variables:
2470
-
2471
- =over 4
2472
-
2473
- =item ALIEN_BUILD_LOG
2474
-
2475
- The default log class used. See L<Alien::Build::Log> and L<Alien::Build::Log::Default>.
2476
-
2477
- =item ALIEN_BUILD_PKG_CONFIG
2478
-
2479
- Override the logic in L<Alien::Build::Plugin::PkgConfig::Negotiate> which
2480
- chooses the best C<pkg-config> plugin.
2481
-
2482
- =item ALIEN_BUILD_POSTLOAD
2483
-
2484
- semicolon separated list of plugins to automatically load after parsing
2485
- your L<alienfile>.
2486
-
2487
- =item ALIEN_BUILD_PRELOAD
2488
-
2489
- semicolon separated list of plugins to automatically load before parsing
2490
- your L<alienfile>.
2491
-
2492
- =item ALIEN_BUILD_RC
2493
-
2494
- Perl source file which can override some global defaults for L<Alien::Build>,
2495
- by, for example, setting preload and postload plugins.
2496
-
2497
- =item ALIEN_DOWNLOAD_RULE
2498
-
2499
- This value determines the rules by which types of downloads are allowed. The legal
2500
- values listed under L</download_rule>, plus C<default> which will be the default for
2501
- the current version of L<Alien::Build>. For this version that default is C<warn>.
2502
-
2503
- =item ALIEN_INSTALL_NETWORK
2504
-
2505
- If set to true (the default), then network fetch will be allowed. If set to
2506
- false, then network fetch will not be allowed.
2507
-
2508
- What constitutes a local vs. network fetch is determined based on the C<start_url>
2509
- and C<local_source> meta properties. An L<alienfile> or plugin C<could> override
2510
- this detection (possibly inappropriately), so this variable is not a substitute
2511
- for properly auditing of Perl modules for environments that require that.
2512
-
2513
- =item ALIEN_INSTALL_TYPE
2514
-
2515
- If set to C<share> or C<system>, it will override the system detection logic.
2516
- If set to C<default>, it will use the default setting for the L<alienfile>.
2517
- The behavior of other values is undefined.
2518
-
2519
- Although the recommended way for a consumer to use an L<Alien::Base> based L<Alien>
2520
- is to declare it as a static configure and build-time dependency, some consumers
2521
- may prefer to fallback on using an L<Alien> only when the consumer itself cannot
2522
- detect the necessary package. In some cases the consumer may want the user to opt-in
2523
- to using an L<Alien> before requiring it.
2524
-
2525
- To keep the interface consistent among Aliens, the consumer of the fallback opt-in
2526
- L<Alien> may fallback on the L<Alien> if the environment variable C<ALIEN_INSTALL_TYPE>
2527
- is set to any value. The rationale is that by setting this environment variable the
2528
- user is aware that L<Alien> modules may be installed and have indicated consent.
2529
- The actual implementation of this, by its nature would have to be in the consuming
2530
- CPAN module.
2531
-
2532
- =item DESTDIR
2533
-
2534
- This environment variable will be manipulated during a destdir install.
2535
-
2536
- =item PKG_CONFIG
2537
-
2538
- This environment variable can be used to override the program name for C<pkg-config>
2539
- when using the command line plugin: L<Alien::Build::Plugin::PkgConfig::CommandLine>.
2540
-
2541
- =item ftp_proxy, all_proxy
2542
-
2543
- If these environment variables are set, it may influence the Download negotiation
2544
- plugin L<Alien::Build::Plugin::Download::Negotiate>. Other proxy variables may
2545
- be used by some Fetch plugins, if they support it.
2546
-
2547
- =back
2548
-
2549
- =head1 SUPPORT
2550
-
2551
- The intent of the C<Alien-Build> team is to support as best as possible
2552
- all Perls from 5.8.4 to the latest production version. So long as they
2553
- are also supported by the Perl toolchain.
2554
-
2555
- Please feel encouraged to report issues that you encounter to the
2556
- project GitHub Issue tracker:
2557
-
2558
- =over 4
2559
-
2560
- =item L<https://github.com/PerlAlien/Alien-Build/issues>
2561
-
2562
- =back
2563
-
2564
- Better if you can fix the issue yourself, please feel encouraged to open
2565
- pull-request on the project GitHub:
2566
-
2567
- =over 4
2568
-
2569
- =item L<https://github.com/PerlAlien/Alien-Build/pulls>
2570
-
2571
- =back
2572
-
2573
- If you are confounded and have questions, join us on the C<#native>
2574
- channel on irc.perl.org. The C<Alien-Build> developers frequent this
2575
- channel and can probably help point you in the right direction. If you
2576
- don't have an IRC client handy, you can use this web interface:
2577
-
2578
- =over 4
2579
-
2580
- =item L<https://chat.mibbit.com/?channel=%23native&server=irc.perl.org>
2581
-
2582
- =back
2583
-
2584
- =head1 SEE ALSO
2585
-
2586
- L<Alien::Build::Manual::AlienAuthor>,
2587
- L<Alien::Build::Manual::AlienUser>,
2588
- L<Alien::Build::Manual::Contributing>,
2589
- L<Alien::Build::Manual::FAQ>,
2590
- L<Alien::Build::Manual::PluginAuthor>
2591
-
2592
- L<alienfile>, L<Alien::Build::MM>, L<Alien::Build::Plugin>, L<Alien::Base>, L<Alien>
2593
-
2594
- =head1 THANKS
2595
-
2596
- L<Alien::Base> was originally written by Joel Berger, the rest of this project would
2597
- not have been possible without him getting the project started. Thanks to his support
2598
- I have been able to augment the original L<Alien::Base> system with a reliable set
2599
- of tools (L<Alien::Build>, L<alienfile>, L<Test::Alien>), which make up this toolset.
2600
-
2601
- The original L<Alien::Base> is still copyright (c) 2012-2020 Joel Berger. It has
2602
- the same license as the rest of the Alien::Build and related tools distributed as
2603
- C<Alien-Build>. Joel Berger thanked a number of people who helped in in the development
2604
- of L<Alien::Base>, in the documentation for that module.
2605
-
2606
- I would also like to acknowledge the other members of the PerlAlien github
2607
- organization, Zakariyya Mughal (sivoais, ZMUGHAL) and mohawk (ETJ). Also important
2608
- in the early development of L<Alien::Build> were the early adopters Chase Whitener
2609
- (genio, CAPOEIRAB, author of L<Alien::libuv>), William N. Braswell, Jr (willthechill,
2610
- WBRASWELL, author of L<Alien::JPCRE2> and L<Alien::PCRE2>) and Ahmad Fatoum (a3f,
2611
- ATHREEF, author of L<Alien::libudev> and L<Alien::LibUSB>).
2612
-
2613
- The Alien ecosystem owes a debt to Dan Book, who goes by Grinnz on IRC, for answering
2614
- question about how to use L<Alien::Build> and friends.
2615
-
2616
- =head1 AUTHOR
2617
-
2618
- Author: Graham Ollis E<lt>plicease@cpan.orgE<gt>
2619
-
2620
- Contributors:
2621
-
2622
- Diab Jerius (DJERIUS)
2623
-
2624
- Roy Storey (KIWIROY)
2625
-
2626
- Ilya Pavlov
2627
-
2628
- David Mertens (run4flat)
2629
-
2630
- Mark Nunberg (mordy, mnunberg)
2631
-
2632
- Christian Walde (Mithaldu)
2633
-
2634
- Brian Wightman (MidLifeXis)
2635
-
2636
- Zaki Mughal (zmughal)
2637
-
2638
- mohawk (mohawk2, ETJ)
2639
-
2640
- Vikas N Kumar (vikasnkumar)
2641
-
2642
- Flavio Poletti (polettix)
2643
-
2644
- Salvador Fandiño (salva)
2645
-
2646
- Gianni Ceccarelli (dakkar)
2647
-
2648
- Pavel Shaydo (zwon, trinitum)
2649
-
2650
- Kang-min Liu (劉康民, gugod)
2651
-
2652
- Nicholas Shipp (nshp)
2653
-
2654
- Juan Julián Merelo Guervós (JJ)
2655
-
2656
- Joel Berger (JBERGER)
2657
-
2658
- Petr Písař (ppisar)
2659
-
2660
- Lance Wicks (LANCEW)
2661
-
2662
- Ahmad Fatoum (a3f, ATHREEF)
2663
-
2664
- José Joaquín Atria (JJATRIA)
2665
-
2666
- Duke Leto (LETO)
2667
-
2668
- Shoichi Kaji (SKAJI)
2669
-
2670
- Shawn Laffan (SLAFFAN)
2671
-
2672
- Paul Evans (leonerd, PEVANS)
2673
-
2674
- Håkon Hægland (hakonhagland, HAKONH)
2675
-
2676
- nick nauwelaerts (INPHOBIA)
2677
-
2678
- Florian Weimer
2679
-
2680
- =head1 COPYRIGHT AND LICENSE
2681
-
2682
- This software is copyright (c) 2011-2022 by Graham Ollis.
2683
-
2684
- This is free software; you can redistribute it and/or modify it under
2685
- the same terms as the Perl 5 programming language system itself.
2686
-
2687
- =cut