Skip Menu |

This queue is for tickets about the Algorithm-BayesianSets CPAN distribution.

Report information
The Basics
Id: 50437
Status: resolved
Priority: 0/
Queue: Algorithm-BayesianSets

People
Owner: fujisawa [...] bayon.cc
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Dependency on constant needs a version declaration
The syntax you are using to declare constants was not always supported. perl 5.6.2 came with version 1.02 of constant.pm and there this syntax was not supported. This is why you have many FAILs in the matrix for 5.6.2 but also some PASSes from people who have upgraded constant.pm: http://matrix.cpantesters.org/?dist=Algorithm-BayesianSets-0.01 It would be nice if you could declare the dependency on constant explicitly. The version number should probably be 1.03. I have not tested but I found this in the changelog: 1.03 2001.06.29 blead@8240: Declare multiple constants at once (Casey West). I have tested with constant 1.17 which works definitely. Thanks,
Thank you for reporting bug! Show quoted text
> It would be nice if you could declare the dependency on constant > explicitly.
I modified the declaration of the dependency on constant, and uploaded new version of this module. Thanks,