Survey: Let them eat sort
This commit is contained in:
parent
4b3f81e3a0
commit
a9638ae691
2 changed files with 4 additions and 2 deletions
|
|
@ -448,6 +448,7 @@ sub run {
|
|||
|
||||
# Create the Safe compartment
|
||||
my $compartment = Safe->new();
|
||||
$compartment->permit(qw(sort));
|
||||
|
||||
# Share our utility subs with the compartment
|
||||
$compartment->share('&value');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue