Hello,
I downloaded and installed MacOS::File 0.70, but was unable to run
psync.
Here is the error message I got:
/usr/local/bin/psync: line 5: use: command not found
/usr/local/bin/psync: line 6: use: command not found
/usr/local/bin/psync: line 7: use: command not found
/usr/local/bin/psync: line 8: use: command not found
/usr/local/bin/psync: line 9: use: command not found
/usr/local/bin/psync: line 10: use: command not found
/usr/local/bin/psync: line 11: use: command not found
/usr/local/bin/psync: line 12: use: command not found
/usr/local/bin/psync: line 13: syntax error near unexpected token `('
/usr/local/bin/psync: line 13: `use Fcntl qq(:mode);'
I could run psync which came with the version 0.69. The first lines
are different:
0.69:
#!/usr/bin/perl
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
#
# $Id: psync,v 0.67 2004/05/03 14:53:30 dankogai Exp $
#
use strict;
use Getopt::Long;
use Fcntl;
use DB_File;
use File::Basename;
use MacOSX::File;
use MacOSX::File::Copy;
use MacOSX::File::Info;
use Fcntl qq(:mode);
.....
0.70:
#
# $Id: psync,v 0.70 2005/08/09 15:47:00 dankogai Exp dankogai $
#
use strict;
use Getopt::Long;
use Fcntl;
use DB_File;
use File::Basename;
use MacOSX::File;
use MacOSX::File::Copy;
use MacOSX::File::Info;
use Fcntl qq(:mode);
.......
I think there is some error in the version 0.70...??
Best regards,
Nobumi Iyanaga
Tokyo,
Japan
On Aug 10, 2005, at 1:06 AM, Dan Kogai wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
Sorry for those who waited, especially Tiger users, for
MacOSX::File which did not make test fine. Now it does, with
version 0.70.
(I ought to have done so at OSCON but the connection there was
sporadic and I barely released Encode-2.11 :)
=head1 AVAILABILITY
http://www.dan.co.jp/cases/macosx/MacOSX-File-0.70.tar.gz
and CPAN near you as it propagates
=head1 CHANGES
$Revision: 0.70 $ $Date: 2005/08/09 15:47:00 $
+ t/AskGetFileInfo.pm
! t/catalog.t t/info.t
Modified so it passes under Tiger.
! File.pm bin/*
tiger's utilities are now mentioned in pod
! bin/psync
is now replaced with that of Jean-Louis Fuchs
<[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
=head1 Signature
Dan the Maintainer Thereof, with Round Tuit :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFC+NSCErJia/WXtBsRAol7AJ9kSNZs5f9HeP5vLn0AjrHPnxYdHQCgiOTw
WqPtSW5XynvEA2ZAt0yqo5I=
=JSm1
-----END PGP SIGNATURE-----