develooper Front page | perl.perl5.porters | Postings from April 2007

Re: unpack - a CPAN statistic

Thread Previous | Thread Next
From:
Marc Lehmann
Date:
April 11, 2007 05:28
Subject:
Re: unpack - a CPAN statistic
Message ID:
20070411122758.GE8976@schmorp.de
On Tue, Apr 03, 2007 at 04:44:31AM -0700, Ask Bjoern Hansen <ask@develooper.com> wrote:
> Marc Lehmann wrote:
> 
> >   ./DBD-mysql-2.1017/lib/Mysql/Statement.pm:    $x =~ 
> >   s/([\001-\037\177])/sprintf("\\%03o",unpack("C",$1))/eg;
> >   ./DBI-1.51/DBI.pm:    my @b_chars = (utf8::is_utf8($b)) ? unpack("U*", 
> >   $b) : unpack("C*", $b);
> 
> Is your CPAN mirror up-to-date?  I noticed those particular 
> distributions are, uh, old...  (from 2002 and June 2006 respectively).

Well spotted, but they are on www.cpan.org, so if my CPAN mirror is not
up-todate, then www.cpan.org is neither:

http://www.cpan.org/modules/by-module/DBD/

(I actually use rsync from ftp.funet.fi, and maybe somethign siw rong
with my delete options, but at least in both those cases above, it seems
correct).

-- 
                The choice of a
      -----==-     _GNU_
      ----==-- _       generation     Marc Lehmann
      ---==---(_)__  __ ____  __      pcg@goof.com
      --==---/ / _ \/ // /\ \/ /      http://schmorp.de/
      -=====/_/_//_/\_,_/ /_/\_\      XX11-RIPE

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About