Skip Menu |

This queue is for tickets about the Devel-GlobalDestruction CPAN distribution.

Report information
The Basics
Id: 85354
Status: rejected
Priority: 0/
Queue: Devel-GlobalDestruction

People
Owner: Nobody in particular
Requestors: gordon [...] morehouse.me
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Installing w/Homebrew 'cpanm --installdeps .' fails on OS X
Date: Thu, 16 May 2013 09:03:54 -0700
To: bug-Devel-GlobalDestruction [...] rt.cpan.org
From: Gordon Morehouse <gordon [...] morehouse.me>
This is on OS X 10.7 using the Homebrew formula built cpanm. Original bug report to the project using GlobalDestruction 0.11: https://github.com/miyagawa/wemo-control/issues/1 Snippet from 'cpanm --installdeps .': Building and testing Devel-GlobalDestruction-0.11 cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm Manifying blib/man3/Devel::GlobalDestruction.3pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Use of uninitialized value in string eq at t/01_basic.t line 67. Undefined subroutine &main::in_global_destruction called at t/01_basic.t line 69 . Undefined subroutine &main::in_global_destruction called at t/01_basic.t line 75 . END failed--call queue aborted at t/01_basic.t line 69. Undefined subroutine &main::in_global_destruction called at t/01_basic.t line 58 . END failed--call queue aborted at t/01_basic.t line 69. t/01_basic.t ......... Dubious, test returned 3 (wstat 768, 0x300) -- Sent from my device
Can you post the full output of 'cpanm -v Devel::GlobalDestruction' and 'perl -V'?
Subject: Re: [rt.cpan.org #85354] Installing w/Homebrew 'cpanm --installdeps .' fails on OS X
Date: Thu, 16 May 2013 11:00:34 -0700
To: Graham Knop via RT <bug-Devel-GlobalDestruction [...] rt.cpan.org>
From: Gordon Morehouse <gordon [...] morehouse.me>

Message body is not shown because it is too large.

It seems likely this is a bug in cpanm that has been fixed. Can you retry using the latest version? You can get it my running curl -L http://cpanmin.us > cpanm chmod +x cpanm then ./cpanm -v Devel::GlobalDestruction If that's the issue, it should just be a matter of getting Homebrew to update the version they have.
Homebrew's version of cpanminus has been updated the the latest, which should fix this bug. I'm going to close this issue pending evidence it is actually related to Devel::GlobalDestruction.