Skip to content

Commit 6be9365

Browse files
committed
Added module "Future"
Note on Changes.md: The Digest::* modules were added in haukex/emperl5@32197c6
1 parent 09bd338 commit 6be9365

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ not yet released: v0.09-beta
88

99
- Added Perl.exitStatus
1010
- Updated regex_tester.html
11+
- Added modules Future, Digest::MD5, and Digest::SHA
1112

1213

1314
2018-09-04: v0.07-beta

build/emperl_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# A whitespace-separated list of modules to download and add to the build.
1111
# Note: Cpanel::JSON::XS is required for WebPerl!
12-
export EMPERL_EXTENSIONS="Cpanel::JSON::XS Devel::StackTrace"
12+
export EMPERL_EXTENSIONS="Cpanel::JSON::XS Devel::StackTrace Future"
1313

1414
# Modules from the above list that have XS code need to be linked statically.
1515
# Add them here, separated by whitespace (see also the "static_ext" variable

0 commit comments

Comments
 (0)