Skip Menu |

This queue is for tickets about the AnyEvent-CallbackStack CPAN distribution.

Report information
The Basics
Id: 77925
Status: rejected
Priority: 0/
Queue: AnyEvent-CallbackStack

People
Owner: BlueT [...] BlueT.org
Requestors: khedin [...] gmail.com
Cc:
AdminCc:

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



Subject: Missing dependency: Data/Dumper/Simple.pm
I've tried to install this module via CPAN and got the error: # Failed test 'use AnyEvent::CallbackStack;' # at t/00-load.t line 6. # Tried to use 'AnyEvent::CallbackStack'. # Error: Can't locate Data/Dumper/Simple.pm in @INC (@INC contains: [skipped] After installing the module in question, install went OK. So I suggest putting Data::Dumper::Simple onto the dependencies list.
Thanks man, it's really glad to know some people's using my module. :-) I'll fix it soon. Thanks a lot again! 在 2012年6月20日周三 下午11:17:14 時,Dallaylaen 寫到: Show quoted text
> I've tried to install this module via CPAN and got the error: > > # Failed test 'use AnyEvent::CallbackStack;' > # at t/00-load.t line 6. > # Tried to use 'AnyEvent::CallbackStack'. > # Error: Can't locate Data/Dumper/Simple.pm in @INC (@INC contains: > [skipped] > > After installing the module in question, install went OK. > > So I suggest putting Data::Dumper::Simple onto the dependencies list.
Hi Dallaylaen, I'm not sure why this happens, because I do have it in my Makefile.PL 'Data::Dumper::Simple' => 0, in the PREREQ_PM => {} block. Could you check it again? BTW, which tool do you use for installing Perl Modules? Pure CPAN, CPANPLUS, cpanminus, or ? Best wishes, BlueT 在 2012年6月20日周三 下午11:17:14 時,Dallaylaen 寫到: Show quoted text
> I've tried to install this module via CPAN and got the error: > > # Failed test 'use AnyEvent::CallbackStack;' > # at t/00-load.t line 6. > # Tried to use 'AnyEvent::CallbackStack'. > # Error: Can't locate Data/Dumper/Simple.pm in @INC (@INC contains: > [skipped] > > After installing the module in question, install went OK. > > So I suggest putting Data::Dumper::Simple onto the dependencies list.
Subject: Re: [rt.cpan.org #77925] Missing dependency: Data/Dumper/Simple.pm
Date: Wed, 20 Jun 2012 22:44:50 +0400
To: bug-AnyEvent-CallbackStack [...] rt.cpan.org
From: "Konstantin S. Uvarin" <khedin [...] gmail.com>
Hello, I'm using just cpan: sudo cpan AnyEvent::CallbackStack It turned out I have configured cpan to install to my home dir before, and when I run it under sudo it "forgets" about PERL5LIB. So if I run w/o sudo: cpan AnyEvent::CallbackStack -- it installs just fine. So the bug is really nonexistent. Thank you for looking into it. On Wed, 2012-06-20 at 14:18 -0400, BlueT - Matthew Lien - 練喆明 via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=77925 > > > Hi Dallaylaen, > > I'm not sure why this happens, because I do have it in my Makefile.PL > > 'Data::Dumper::Simple' => 0, > > in the PREREQ_PM => {} block. > > Could you check it again? > > > BTW, which tool do you use for installing Perl Modules? > Pure CPAN, CPANPLUS, cpanminus, or ? > > > Best wishes, > BlueT > > 在 2012年6月20日周三 下午11:17:14 時,Dallaylaen 寫到:
> > I've tried to install this module via CPAN and got the error: > > > > # Failed test 'use AnyEvent::CallbackStack;' > > # at t/00-load.t line 6. > > # Tried to use 'AnyEvent::CallbackStack'. > > # Error: Can't locate Data/Dumper/Simple.pm in @INC (@INC contains: > > [skipped] > > > > After installing the module in question, install went OK. > > > > So I suggest putting Data::Dumper::Simple onto the dependencies list.
> > >
-- С уважением, Константин Уварин jabber:lodin@jabber.ru +7 (903) 266-26-25
Hiya, Thanks for your response! :D Seems the case's closed. 在 2012年6月21日周四 上午02:45:08 時,khedin@gmail.com 寫到: Show quoted text
> Hello, > > I'm using just cpan: > > sudo cpan AnyEvent::CallbackStack > > It turned out I have configured cpan to install to my home dir before, > and when I run it under sudo it "forgets" about PERL5LIB. > > So if I run w/o sudo: > > cpan AnyEvent::CallbackStack > > -- it installs just fine. > > So the bug is really nonexistent. Thank you for looking into it. > > On Wed, 2012-06-20 at 14:18 -0400, BlueT - Matthew Lien - 練喆明 via RT > wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=77925 > > > > > Hi Dallaylaen, > > > > I'm not sure why this happens, because I do have it in my Makefile.PL > > > > 'Data::Dumper::Simple' => 0, > > > > in the PREREQ_PM => {} block. > > > > Could you check it again? > > > > > > BTW, which tool do you use for installing Perl Modules? > > Pure CPAN, CPANPLUS, cpanminus, or ? > > > > > > Best wishes, > > BlueT > > > > 在 2012年6月20日周三 下午11:17:14 時,Dallaylaen 寫到:
> > > I've tried to install this module via CPAN and got the error: > > > > > > # Failed test 'use AnyEvent::CallbackStack;' > > > # at t/00-load.t line 6. > > > # Tried to use 'AnyEvent::CallbackStack'. > > > # Error: Can't locate Data/Dumper/Simple.pm in @INC (@INC
contains: Show quoted text
> > > [skipped] > > > > > > After installing the module in question, install went OK. > > > > > > So I suggest putting Data::Dumper::Simple onto the dependencies list.
> > > > > >
>