Skip Menu |

This queue is for tickets about the Finance-InteractiveBrokers-TWS CPAN distribution.

Report information
The Basics
Id: 18492
Status: open
Priority: 0/
Queue: Finance-InteractiveBrokers-TWS

People
Owner: Nobody in particular
Requestors: jeff [...] adcycle.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v0.0.6
Fixed in: (no value)



Subject: version.pm issue?
[Finance-InteractiveBrokers-TWS-v0.0.6]# perl Makefile.PL Warning: prerequisite version 0 not found. Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $VERSION; $VERSION=undef; do { use version; $VERSION = qv('0.0.6'); }; $VERSION ' in lib/Finance/InteractiveBrokers/TWS.pm: Can't locate version.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread- multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread- multi /usr/lib64/perl5/site_perl/5.8.4/x86_64-linux-thread- multi /usr/lib64/perl5/site_perl/5.8.3/x86_64-linux-thread- multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /us r/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/per l5/site_perl /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread- multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread- multi /usr/lib64/perl5/vendor_perl/5.8.4/x86_64-linux-thread- multi /usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread- multi /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr /lib/perl5/vendor_perl /usr/lib64/perl5/5.8.6/x86_64-linux-thread- multi /usr/lib/perl5/5.8.6 .) at (eval 20) line 7, <FH> line 3. BEGIN failed--compilation aborted at (eval 20) line 7, <FH> line 3. WARNING: Setting VERSION via file 'lib/Finance/InteractiveBrokers/TWS.pm' failed at /usr/lib/perl5/5.8.6/ExtUtils/MakeMaker.pm line 495 ------------------------------------------------------- also; [Finance-InteractiveBrokers-TWS-v0.0.6]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.load............NOK 1 # Failed test 'use Finance::InteractiveBrokers::TWS;' # in t/00.load.t at line 4. # Tried to use 'Finance::InteractiveBrokers::TWS'. # Error: Can't locate version.pm in @INC (@INC contains: /root/soft/Finance-InteractiveBrokers-TWS- v0.0.6/blib/lib/5.8.6/x86_64-linux-thread-multi /root/soft/Finance- InteractiveBrokers-TWS-v0.0.6/blib/lib/5.8.6 /root/soft/Finance- InteractiveBrokers-TWS-v0.0.6/blib/lib/x86_64-linux-thread- multi /root/soft/Finance-InteractiveBrokers-TWS- v0.0.6/blib/lib/5.8.5 /root/soft/Finance-InteractiveBrokers-TWS- v0.0.6/blib/lib/5.8.4 /root/soft/Finance thanks
Subject: Re: [rt.cpan.org #18492] version.pm issue?
Date: Sat, 1 Apr 2006 07:56:52 -0600
To: bug-Finance-InteractiveBrokers-TWS [...] rt.cpan.org, jeff [...] adcycle.com
From: Jay Strauss <me [...] heyjay.com>
Show quoted text
> [Finance-InteractiveBrokers-TWS-v0.0.6]# perl Makefile.PL > Warning: prerequisite version 0 not found. > Could not eval ' > package ExtUtils::MakeMaker::_version; > no strict; > > local $VERSION; > $VERSION=undef; do { > use version; $VERSION = qv('0.0.6'); > }; $VERSION > ' in lib/Finance/InteractiveBrokers/TWS.pm: Can't locate
Hi Jeff, Like it says version.pm is a prerequisite. You need to install version.pm Jay
Subject: RE: [rt.cpan.org #18492] version.pm issue?
Date: Sat, 1 Apr 2006 09:55:47 -0800
To: <bug-Finance-InteractiveBrokers-TWS [...] rt.cpan.org>
From: "Jeff Pryor" <jeff [...] adcycle.com>
Jay, Thanks for the reply. Which module is version.pm contained in? I installed ExtUtils::MakeMaker(v6.30), however version.pm does not seem to contained in it. thanks, jeff Show quoted text
-----Original Message----- From: me@heyjay.com via RT [mailto:bug-Finance-InteractiveBrokers-TWS@rt.cpan.org] Sent: Saturday, April 01, 2006 5:57 AM To: Jeff Pryor Subject: Re: [rt.cpan.org #18492] version.pm issue? <URL: http://rt.cpan.org/Ticket/Display.html?id=18492 >
> [Finance-InteractiveBrokers-TWS-v0.0.6]# perl Makefile.PL > Warning: prerequisite version 0 not found. > Could not eval ' > package ExtUtils::MakeMaker::_version; > no strict; > > local $VERSION; > $VERSION=undef; do { > use version; $VERSION = qv('0.0.6'); > }; $VERSION > ' in lib/Finance/InteractiveBrokers/TWS.pm: Can't locate
Hi Jeff, Like it says version.pm is a prerequisite. You need to install version.pm Jay
Subject: Re: [rt.cpan.org #18492] version.pm issue?
Date: Sat, 1 Apr 2006 20:51:57 -0600
To: bug-Finance-InteractiveBrokers-TWS [...] rt.cpan.org, jeff [...] adcycle.com
From: Jay Strauss <me [...] heyjay.com>
On Saturday 01 April 2006 11:56 am, jeff@adcycle.com via RT wrote: Show quoted text
> Queue: Finance-InteractiveBrokers-TWS > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18492 > > > Jay, > > Thanks for the reply. Which module is version.pm contained in? I > installed ExtUtils::MakeMaker(v6.30), however version.pm does not seem > to contained in it. > > thanks, > > jeff
Hi Jeff, version.pm is a standalone module: http://search.cpan.org/~jpeacock/version-0.59/lib/version.pod just do: Show quoted text
cpan> install version
Jay