This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d594433
)
Add &version::vxs::VCMP to Safe's default share
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Sun, 31 Oct 2010 13:08:53 +0000
(14:08 +0100)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Sun, 31 Oct 2010 13:17:35 +0000
(14:17 +0100)
This is to accomodate this new function in version.pm 0.85.
dist/Safe/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Safe/Safe.pm
b/dist/Safe/Safe.pm
index
5d40528
..
2358090
100644
(file)
--- 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
])];