On Sat, Feb 06, 2016 at 08:20:14PM -0500, yary wrote:
> Thanks all... I expect hiccups... just venting to help (future coders
> and current self)... while we're on this topic
> 
> a) lwp-download.pl doesn't have a "use 6". Since Windows ignores the
> shebang, it invokes perl5 which is registered to handle "pl" files,
> and gives a bunch of syntax errors. If it did have "use 6" at the top,
> then it would give a single more meaningful error... yet another
> reason for module authors to put "use 6" in their code.
> 
> b) subject line should be "use 6.c", the "v" is depreciated... edited

For the record, just to clear up some possible confusion, "use 6.c"
doesn't work in source files; you need "use v6.c".

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p...@storpool.com
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13

Attachment: signature.asc
Description: PGP signature

Reply via email to