Module Dependencies
Version
Pheix dCMS v0.15.7 2c4023a8
Bitcoin::Core::Secp256k1
Compress::Bzip2
Data::Dump
FastCGI::NativeCall
FastCGI::NativeCall::Async
GeoIP2
HTML::Template
JSON::Fast
JSON::Schema
LZW::Revolunet
MIME::Base64
MagickWand
MagickWand::Enums
MagickWand::NativeCall
MagickWand::NativeCall::DrawingWand
MagickWand::NativeCall::Image
MagickWand::NativeCall::PixelWand
MagickWand::NativeCall::Wand
NativeCall
Net::Ethereum
Node::Ethereum::Keccak256::Native
Node::Ethereum::KeyStore::V3
Node::Ethereum::RLP
OpenSSL::CryptTools
OpenSSL::Digest
P5quotemeta
Router::Right
Test
URI::Encode
Get the dependencies
Run the command in Pheix dCMS repository root folder:
grep -r -E '^use ' ./ | grep -v -E "\.git|\./t/|Pheix\:\:|v6|'lib'" > /tmp/raw.txt
Parse /tmp/raw.txt
with the build-in dependency checker script ./bin/pheixdependency.raku
:
./bin/pheixdependency.raku --file=/tmp/raw.txt
Install all dependencies
zef --vebose install $(./bin/pheixdependency.raku --file=/tmp/raw.txt --divider=' ')
MagickWand
manually: https://github.com/pheix/perl6-magickwand.git