diff --git a/Changes.md b/Changes.md index d006e91..2c3f66f 100644 --- a/Changes.md +++ b/Changes.md @@ -8,6 +8,7 @@ not yet released: v0.09-beta - Added Perl.exitStatus - Updated regex_tester.html +- Added modules Future, Digest::MD5, and Digest::SHA 2018-09-04: v0.07-beta diff --git a/build/emperl_config.sh b/build/emperl_config.sh index 60a6877..8aa4cd0 100755 --- a/build/emperl_config.sh +++ b/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. # Add them here, separated by whitespace (see also the "static_ext" variable