Hello,

it might be an CPANPLUS issue quite well, I haven't had a chance yet to look further into it, but I thought I'll drop a note anyway:

when trying to install Module::Build via CPANPLUS,

---------------------------------

# perl -MCPANPLUS -e shell

CPAN Terminal> i Module::Build

Installing Module::Build (0.30)
Running [/usr/bin/perl /usr/lib/perl5/site_perl/5.8.8/../../../../bin/cpanp-run-perl /root/.cpanplus/5.8.8/build/Module-Build-0.30/Makefile.PL ]...
# running Build.PL
/usr/bin/perl Build.PL

Checking whether your kit is complete...
Looks good

Checking prerequisites...
Looks good

Checking features:
  manpage_support....enabled
  YAML_support.......enabled
  C_support..........enabled
  HTML_support.......enabled
Deleting Build
Removed previous script 'Build'

Creating new 'Build' script for 'Module-Build' version '0.30'
Running [/usr/bin/make test ]...
/usr/bin/perl Build --makefile_env_macros 1 test
t/basic...............
#   Failed test 'Make sure Module::Build was loaded from blib/'
#   at t/lib/MBTest.pm line 175.
#                   'lib/Module/Build.pm'
#     doesn't match '(?-xism:\bblib\b)'
# Looks like you failed 1 test of 52.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/52 subtests
t/compat..............
#   Failed test 'Make sure Module::Build was loaded from blib/'
#   at t/lib/MBTest.pm line 175.
#                   'lib/Module/Build.pm'
#     doesn't match '(?-xism:\bblib\b)'
# Looks like you failed 1 test of 124.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/124 subtests
t/destinations........
#   Failed test 'Make sure Module::Build was loaded from blib/'
#   at t/lib/MBTest.pm line 175.
#                   'lib/Module/Build.pm'
#     doesn't match '(?-xism:\bblib\b)'
# Looks like you failed 1 test of 115.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/115 subtests
        (less 8 skipped subtests: 106 okay)

[...]

-------------------------------------------------

whereas installing via CPAN instead of CPANPLUS goes well and passes all tests.

No other problems otherwise with my CPANPLUS installation on a Fedora 8 machine.

Similar behavior on a Centos 5 machine: CPANPLUS fails, CPAN works.

Hope that helps - if there is anything else I can or should do, please let me know.

Best,

Iosif Fettich

Reply via email to