diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-10-31 14:08:53 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-10-31 14:17:35 +0100 |
commit | 45c3e378e4f0099778aec21f94f40fc2357470ca (patch) | |
tree | 4ca388ff8ef370efeb42aec5160ef1c0edbbe1bc /dist | |
parent | d5944336d74c819152158dabfd806d49ad0ecb21 (diff) | |
download | perl-45c3e378e4f0099778aec21f94f40fc2357470ca.tar.gz |
Add &version::vxs::VCMP to Safe's default share
This is to accomodate this new function in version.pm 0.85.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Safe/Safe.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 5d40528ee2..2358090fbc 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -134,6 +134,7 @@ my $default_share = [qw[ &version::vxs::stringify &version::vxs::new &version::vxs::parse + &version::vxs::VCMP ]), ($] >= 5.011 && qw[ &re::regexp_pattern ])]; |