Add more version::vxs routines to the default share
authorRafael Garcia-Suarez <rgs@consttype.org>
Tue, 23 Feb 2010 22:02:58 +0000 (23:02 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 23 Feb 2010 22:02:58 +0000 (23:02 +0100)
This is probably not completely sufficient yet, but with those,
Miyagawa reports all tests passing on 5.10.0 plus version 0.80.

dist/Safe/Safe.pm

index 38e9f81..70f0d2d 100644 (file)
@@ -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
 ])];