In response to recent thread on psync/panther, I have checked the case
and found that on Panther + preinstalled perl, make test passes fine
but noisy w/ v-string warnings. Version 0.69 just corrects that.
There are no other changes so existing users don't have to update.
Availability
------------
http://www.dan.co.jp/cases/macosx/MacOSX-File-0.69.tar.gz
or CPAN near you.
Changes
-------
$Revision: 0.69 $ $Date: 2004/08/05 03:18:15 $
! File.pm Catalog/Catalog.pm Spec/Spec.pm Copy/Copy.pm Info/Info.pm
s/use 5.6.0;/use 5.006;/ so v-string warning on 5.8.1-RC3 is quiet.
This version is tested on:
--------------------------
* Jaguar + /usr/bin/perl (5.6.0)
+ /usr/local/bin/perl (5.8.5)
* Panther + /usr/bin/perl (5.8.1-RC3)
+ /usr/local/bin/perl (5.8.5)
Dan the Maintainer Thereof