Skip Menu |

This queue is for tickets about the Devel-Declare-Lexer CPAN distribution.

Report information
The Basics
Id: 89952
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Devel-Declare-Lexer

People
Owner: IANKENT [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency on feature
Could you clarify the bug please - is this a missing dependency, or that Devel::Declare::Lexer will never work on older perl versions (no 'say' feature) - in which case I can use print instead. The test failure you quoted isn't due to a missing dependency, it looks like a bug with how line numbers are handled.
My link to the report is bogus, sorry for that. My intention was to paste this link instead: http://www.cpantesters.org/cpan/report/35018185 That said, I can clarify what I wanted to report: the code in lib/Devel/Declare/Lexer.pm as it stands uses feature.pm with a use statement and there are fail reports that trip over the fact that these perls have no feature.pm installed. I kept the ticket short because there are at least two possible actions: do not use feature.pm or declare feature.pm as a dependency. Or any number of variations of it. I accept any decision you prefer, I just wanted to make you aware of FAIL reports that can be easily fixed. Let me know if you need further calrifications. I'm sorry for the wrong link, thank you for following up. Best,
Thanks for the confirmation - bug fixed in 0.013 (replaced say with print and removed use feature)