We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bd338 commit 6be9365Copy full SHA for 6be9365
Changes.md
@@ -8,6 +8,7 @@ not yet released: v0.09-beta
8
9
- Added Perl.exitStatus
10
- Updated regex_tester.html
11
+- Added modules Future, Digest::MD5, and Digest::SHA
12
13
14
2018-09-04: v0.07-beta
build/emperl_config.sh
@@ -9,7 +9,7 @@
# A whitespace-separated list of modules to download and add to the build.
# Note: Cpanel::JSON::XS is required for WebPerl!
-export EMPERL_EXTENSIONS="Cpanel::JSON::XS Devel::StackTrace"
+export EMPERL_EXTENSIONS="Cpanel::JSON::XS Devel::StackTrace Future"
# Modules from the above list that have XS code need to be linked statically.
15
# Add them here, separated by whitespace (see also the "static_ext" variable
0 commit comments