>>>>> On Fri, 20 Nov 2009 18:14:29 -0500, David Golden <xda...@gmail.com> said:

  > On Fri, Nov 20, 2009 at 3:59 PM, Andreas J. Koenig
  > <andreas.koenig.7os6v...@franz.ak.mind.de> wrote:
 >> Something is seriously broken in the combination of
 >> bleadperl/Module::Build, I wonder why nobody has reported this problem
 >> besides me (or have they). Please try out what I did:

  > No problems for me.

Ahh, I just managed to reproduce your variant. Now I have found out the
recipe you need to reproduce. You need a fresh perl without YAML::Tiny
installed. You must then install YAML.pm. And then you try to call perl
Build.PL. Please try it with Text-Glob-0.08 so we do not talk about
different environments.

% /home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/bin/perl 
-MYAML::Tiny\ 999 -e 0
Can't locate YAML/Tiny.pm in @INC (@INC contains: 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/site_perl/5.11.2/x86_64-linux-thread-multi
 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/site_perl/5.11.2
 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/5.11.2/x86_64-linux-thread-multi
 /home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/5.11.2 
.).
BEGIN failed--compilation aborted.

% /home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/bin/perl 
-MYAML\ 999 -e 0 
YAML version 999 required--this is only version 0.70.
BEGIN failed--compilation aborted.

% /home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/bin/perl 
Build.PL
Creating new 'MYMETA.yml' with configuration results
Can't locate YAML/Tiny.pm in @INC (@INC contains: 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/site_perl/5.11.2/x86_64-linux-thread-multi
 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/site_perl/5.11.2
 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/5.11.2/x86_64-linux-thread-multi
 /home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/5.11.2 
.) at 
/home/src/perl/repoperls/installed-perls/perl/v5.11.2-22-g52bbce6/lib/5.11.2/Module/Build/Base.pm
 line 4145.




-- 
andreas

Reply via email to