Wed Mar 31 07:37:27 2010alan [...] alanjames.org - Ticket created
Subject:
default value of clip is incorrect
Date:
Wed, 31 Mar 2010 12:36:45 +0100
To:
bug-Spreadsheet-Read [...] rt.cpan.org
From:
Alan James <alan [...] alanjames.org>
The clip option should be on by default if the cells option is on.
However versions 0.38 and 0.39 are incorrectly looking for a 'cell'
option:
In Read.pm:
defined $opt{clip} or $opt{clip} = $opt{cell};
should be
defined $opt{clip} or $opt{clip} = $opt{cells};
Alan.
Wed Mar 31 08:09:01 2010HMBRAND [...] cpan.org - Severity Important added
Wed Mar 31 08:09:01 2010HMBRAND [...] cpan.org - Broken in 0.14 added
Wed Mar 31 08:09:01 2010HMBRAND [...] cpan.org - Correspondence added
Thanks for spotting. You are completely correct.
Change applied and pushed to git repo.
Will be in next release.
Wed Mar 31 08:09:02 2010The RT System itself - Status changed from 'new' to 'open'
Wed Mar 31 08:09:02 2010HMBRAND [...] cpan.org - Status changed from 'open' to 'patched'
Wed Mar 31 08:09:03 2010HMBRAND [...] cpan.org - Given to HMBRAND
Sun May 30 11:07:58 2010HMBRAND [...] cpan.org - Fixed in 0.40 added
Sun May 30 11:07:58 2010HMBRAND [...] cpan.org - Status changed from 'patched' to 'resolved'