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,