From: Rafael Garcia-Suarez Date: Tue, 23 Feb 2010 22:02:58 +0000 (+0100) Subject: Add more version::vxs routines to the default share X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e4e6525004a789fccbc9985446369454092d5b77;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 38e9f81..70f0d2d 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 ])];