Conversation
t/coretests.pm
Outdated
| ok(defined(&{"main\::$qv_declare"}), "make sure we exported $qv_declare() properly"); | ||
| isa_ok( &$qv_declare(1.2), $package); | ||
| die "Error from test: $@" if $@; | ||
| ok(main->can($qv_declare), "make sure we exported $qv_declare() properly"); |
There was a problem hiding this comment.
I don't think these need to be changed, and to be honest the old version is technically the more correct one.
t/coretests.pm
Outdated
| unless defined $qv_declare; | ||
| $version = &$qv_declare(1.2.3); | ||
|
|
||
| $version = main->can($qv_declare)->(1.2.3); |
There was a problem hiding this comment.
I think this is indented incorrectly
There was a problem hiding this comment.
fixed via 590c618... unfortunately the whole indentation of this file is a mess... mixing spaces and tabs...
restored the "\t\s+" indentation used around the other lines to match
590c618 to
4948177
Compare
|
Could you please change the |
|
@Leont I removed the |
|
|
|
This branch doesn't seem to apply anymore. |
No description provided.