diff options
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Safe.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index 2628d74aa1..5ee1f92d5c 100644 --- a/ext/Opcode/Safe.pm +++ b/ext/Opcode/Safe.pm @@ -58,6 +58,8 @@ my $default_share = [qw[ &utf8::downgrade &utf8::native_to_unicode &utf8::unicode_to_native + $version::VERSION + $version::CLASS ], ($] >= 5.010 && qw[ &re::is_regexp &re::regname |