summaryrefslogtreecommitdiff
path: root/dist/Safe
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-02-23 23:02:58 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-02-23 23:02:58 +0100
commite4e6525004a789fccbc9985446369454092d5b77 (patch)
treece97a672d824dafc937c5bf1ba1dfc60c05c5225 /dist/Safe
parent8716d6843736c4aa32d8ee199f6141210f12e9ec (diff)
downloadperl-e4e6525004a789fccbc9985446369454092d5b77.tar.gz
Add more version::vxs routines to the default share
This is probably not completely sufficient yet, but with those, Miyagawa reports all tests passing on 5.10.0 plus version 0.80.
Diffstat (limited to 'dist/Safe')
-rw-r--r--dist/Safe/Safe.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index 38e9f81b5c..70f0d2dfb7 100644
--- a/dist/Safe/Safe.pm
+++ b/dist/Safe/Safe.pm
@@ -119,6 +119,8 @@ my $default_share = [qw[
&version::vxs::declare
&version::vxs::qv
&version::vxs::_VERSION
+ &version::vxs::new
+ &version::vxs::parse
]), ($] >= 5.011 && qw[
&re::regexp_pattern
])];