Skip Menu |

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

Report information
The Basics
Id: 14972
Status: new
Priority: 0/
Queue: Math-Combinatorics

People
Owner: Nobody in particular
Requestors: waltman [...] pobox.com
Cc:
AdminCc:

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



Subject: Syntax warning when using module
When I use Math::Combinatorics, perl is reporting a syntax error: Found = in conditional, should be == at /usr/local/lib/perl5/site_perl/5.8.7/Math/Combinatorics.pm line 563. This same error occurs both on OS X Tiger with perl 5.8.6, and on Linux 2.6.12 with perl 5.8.7. Both are using the latest version of the module I could find on CPAN, which was 0.06. I can duplicate the error with the following tiny program: test.pl ----- #!/usr/bin/perl -w use strict; use Math::Combinatorics;