[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] CPAN for MacPerl, anyone?



Chris Nandor wrote:
> 
> 1.  I noted yesterday in a post, but here it is more clearly.  In
> Archive::Tar 0.08, change:
> 
>   #eval {require Compress::Zlib;};
>   eval {die;};
> 
> to:
> 
>   eval {require Compress::Zlib;};
>   #eval {die;};
> 
> It is a bug.
> 
> 2.  Run the autosplit script on Compress::Zlib.
> 
>   #!perl -w
>   use AutoSplit;
>   $dir = "$ENV{MACPERL}site_perl";  # assuming you have it in site_perl
>   autosplit("$dir:Compress:Zlib.pm","$dir:auto",0,1,1);
> 
> 3.  Get Paul's Fixed Library Routines for Exporter and AutoLoader, as per
> the original message.  If you put them in site_perl (as I think you
> should), you might need to add site_perl to your libraries preferences to
> make sure it comes before lib.
> 
Having followed these tweaks, and having downgraded a couple of modules
to earlier versions, I now have working droplets. tarzipme does still
spit these warnings though:

# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 253
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 264
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 276
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 299
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 393
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 444
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 447
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 470
# Ambiguous use of {list} resolved to {"list"}.
File 'HardDisk:Scripting:MacPerl °:lib:Mac:Lists.pm'; Line 485

Doing a simple find and replace in Lists.pm to change {list} to {"list"}
gets rid of the errors. Otherwise working perfectly now though.

j


> --
> Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
> %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])


--
#!/usr/bin/perl
$dot="\x2e";$lt="\x3c";$gt="\x3e";$at="\x40";
print "J Mignault ${lt}mignault${at}nytimes${dot}com${gt}\n";
$yow = qq(YOW!! Now I understand advanced MICROBIOLOGY and th' new
	TAX REFORM laws!!);

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch