Skip Menu |

This queue is for tickets about the Math-NumSeq CPAN distribution.

Report information
The Basics
Id: 116357
Status: resolved
Priority: 0/
Queue: Math-NumSeq

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Dependency on Language::Expr?
It looks like the dependency is there but not declared. Sample fail report: http://www.cpantesters.org/cpan/report/70761227 It does not complain about missing Language::Expr but `Can't locate object method "enum_vars" via package "Language::Expr"`. There seems to have been a successful require on it, it looks like we had version 0.27. I wonder if it might help to declare the dependency? At least we would get a report on the version number that was there. Meanwhile I have upgraded to 0.29 but it does not help, error remains.
Subject: Re: [rt.cpan.org #116357] Dependency on Language::Expr?
Date: Thu, 21 Jul 2016 22:15:03 +1000
To: "Andreas Koenig via RT" <bug-Math-NumSeq [...] rt.cpan.org>
From: Kevin Ryde <user42_kevin [...] yahoo.com.au>
"Andreas Koenig via RT" <bug-Math-NumSeq@rt.cpan.org> writes: Show quoted text
> > It looks like the dependency is there but not declared.
It's supposed to be optional, used if available and if the user wants. (Only my tests fail as such.) Show quoted text
> It does not complain about missing Language::Expr but `Can't locate > object method "enum_vars" via package "Language::Expr"`. There seems > to have been a successful require on it, it looks like we had version > 0.27.
Grr. Looks like incompatible change post 0.23 has broken. :-( I'll disable my use -- maybe remove depending how annoyed I feel.
Subject: Re: [rt.cpan.org #116357] Dependency on Language::Expr?
Date: Sat, 23 Jul 2016 16:47:36 +1000
To: bug-Math-NumSeq [...] rt.cpan.org
From: Kevin Ryde <user42_kevin [...] yahoo.com.au>
I made some changes in version 72 which ought to help.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #116357] Dependency on Language::Expr?
Date: Sat, 23 Jul 2016 13:28:17 +0200
To: "Kevin Ryde via RT" <bug-Math-NumSeq [...] rt.cpan.org>
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
>>>>> On Sat, 23 Jul 2016 02:48:21 -0400, "Kevin Ryde via RT" <bug-Math-NumSeq@rt.cpan.org> said:
Show quoted text
krvr> I made some changes in version 72 which ought to help.
My smoker says: 32 results, all pass. Thanks, -- andreas