diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-29 20:49:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-29 20:49:30 +0000 |
commit | 21887892fe1643d3535b08fa503112a3fcf67aa3 (patch) | |
tree | 7b41c3e4833b48c4a579e341f89d8435d58477cc /lib/File/Spec/Functions.pm | |
parent | 87cea99e29dc843a5ce7742434c86a627eb3f6f5 (diff) | |
download | perl-21887892fe1643d3535b08fa503112a3fcf67aa3.tar.gz |
Upgrade to PathTools 3.29.
p4raw-id: //depot/perl@34643
Diffstat (limited to 'lib/File/Spec/Functions.pm')
-rw-r--r-- | lib/File/Spec/Functions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec/Functions.pm b/lib/File/Spec/Functions.pm index 7bcbddf21f..796556229a 100644 --- a/lib/File/Spec/Functions.pm +++ b/lib/File/Spec/Functions.pm @@ -5,7 +5,7 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION); -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; require Exporter; |