Front page | perl.perl5.porters |
Postings from October 2011
Index problem for B ?
From:
H.Merijn Brand
Date:
October 4, 2011 03:11
Subject:
Index problem for B ?
Message ID:
20111004121128.2ed22911@pc09.procura.nl
I installed perl-5.14.2 with all the modules that I had installed for
5.10.1 on HP-UX 11.23-IPF 64bitall-ld
The update process also updates CORE modules that have newer versions
on CPAN (by now). After all was done, I check what could be left undone
CPAN: Storable loaded ok (v2.30)
Reading '/u/usr/merijn/.cpan/Metadata'
Database was generated on Mon, 03 Oct 2011 14:30:39 GMT
CPAN: Module::CoreList loaded ok (v2.56)
Module Avail Installed EU:I tgz
--------------- ----- --------- ---- --------------------
1 B 1.31 1.29 - perl-5.15.2 (5.12.4, 5.14.2)
2 Tie::Watch 1.301 1.3 1.3 Tie-Watch-1.301
The second is annoying, but known. The first is weird
$ find * -name B.pm
5.10.1/IA64.ARCHREV_0-LP64/B.pm
5.14.2/IA64.ARCHREV_0-LP64-ld/B.pm
5.8.7/IA64.ARCHREV_0-LP64/B.pm
$ grep VERSION 5.14.2/IA64.ARCHREV_0-LP64-ld/B.pm
$B::VERSION = '1.29';
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
-
Index problem for B ?
by H.Merijn Brand