Skip Menu |

This queue is for tickets about the Games-Sudoku-CPSearch CPAN distribution.

Report information
The Basics
Id: 129396
Status: new
Priority: 0/
Queue: Games-Sudoku-CPSearch

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

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



Subject: The filename parameter to new() has no effect
my $fn = 'puz.txt'; io->file($fn)->print($s); my $sud = Games::Sudoku::CPSearch->new($fn); $sud->set_puzzle($s); $sum += substr( scalar( $sud->solve() ), 0, 3 ); without the set_puzzle() call - it fails.