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/Mac.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/Mac.pm')
-rw-r--r-- | lib/File/Spec/Mac.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec/Mac.pm b/lib/File/Spec/Mac.pm index 32d5319663..aceef4bd9b 100644 --- a/lib/File/Spec/Mac.pm +++ b/lib/File/Spec/Mac.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); |