projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8716d68
)
Add more version::vxs routines to the default share
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Tue, 23 Feb 2010 22:02:58 +0000
(23:02 +0100)
committer
Rafael 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
patch
|
blob
|
history
diff --git
a/dist/Safe/Safe.pm
b/dist/Safe/Safe.pm
index
38e9f81
..
70f0d2d
100644
(file)
--- 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
])];