This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix PathTools taint handling for Perl 5.6
[perl5.git] / dist / PathTools / lib / File / Spec / Functions.pm
index 6b75f74..71f0e6a 100644 (file)
@@ -5,8 +5,8 @@ use strict;
 
 use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
 
-$VERSION = '3.51';
-$VERSION =~ tr/_//;
+$VERSION = '3.68';
+$VERSION =~ tr/_//d;
 
 require Exporter;