in reply to Re^2: Tests were run but no plan was declared and done_testing() was not seen.
in thread Tests were run but no plan was declared and done_testing() was not seen.
However, after reading the POD, it is not clear to me why I should use it. I understand that I can add this line to a Perl file...
and it will give me a message like:use Syntax::Construct qw( // ... /r );
I am running on Perl version 5.12. Is this telling me that the /r construct was added in Perl version 5.014? If so, I find that very helpful. However, can you elaborate on the qw( // ... /r )? It's not clear from the POD why you chose that. Is that guaranteed to cover all the constructs supported by the module?Unsupported construct /r at ... line ... (Perl 5.014)
Regarding use Syntax::Construct qw{ auto-deref };, if I am using 5.14 (which supports keys EXPR), does this alter the behavior of my code with keys $foo?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Tests were run but no plan was declared and done_testing() was not seen. (Syntax::Construct)
by choroba (Cardinal) on Jul 13, 2015 at 16:05 UTC | |
by toolic (Bishop) on Jul 13, 2015 at 17:35 UTC | |
by choroba (Cardinal) on Jul 13, 2015 at 19:31 UTC | |
by Anonymous Monk on Jul 14, 2015 at 00:44 UTC |