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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed the ifdefs for INCOMPLETE_TAINTS
[perl5.git]
/
dist
/
Cwd
/
Cwd.pm
diff --git
a/dist/Cwd/Cwd.pm
b/dist/Cwd/Cwd.pm
index
bd19ea7
..
d9de63c
100644
(file)
--- a/
dist/Cwd/Cwd.pm
+++ b/
dist/Cwd/Cwd.pm
@@
-171,7
+171,7
@@
use strict;
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.4
4
';
+$VERSION = '3.4
5
';
my $xs_version = $VERSION;
$VERSION =~ tr/_//;