Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #474 from lucasbuchala/temp2
Add Proc to RESTRICTED setting
  • Loading branch information
jnthn committed Jul 18, 2015
2 parents a9136d2 + b3ba1b3 commit 2cb9230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RESTRICTED.setting
Expand Up @@ -43,6 +43,7 @@ my class IO::Socket is RESTRICTED-CLASS { }
my class IO::Socket::INET is RESTRICTED-CLASS { }
my class IOU is RESTRICTED-CLASS { }
my class NativeCall is RESTRICTED-CLASS { }
my class Proc is RESTRICTED-CLASS { }
my class Proc::Async is RESTRICTED-CLASS { }

my role RESTRICTED-ROLE {
Expand Down

0 comments on commit 2cb9230

Please sign in to comment.