Survey: Let them eat sort

This commit is contained in:
Patrick Donelan 2009-05-19 02:45:26 +00:00
parent 4b3f81e3a0
commit a9638ae691
2 changed files with 4 additions and 2 deletions

View file

@ -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');