Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Regression] note() lost its traditional return value (possibly other functions too) #694

Closed
ribasushi opened this issue Jul 19, 2016 · 1 comment

Comments

@ribasushi
Copy link

perl -MTest::More=no_plan -MData::Dumper -e 'ok 1; warn Dumper [ note foo ]'

The above output [ 0 ] on 1.001014 but an empty list [ ] on current stable. While seemingly benign it has already caused downstream pain as in steve-m-hay/perl-libnet@9bee02b7

P.S. I do not know why the bug was not filed against T::M where it clearly belongs, will follow up separately

exodist added a commit that referenced this issue Jul 19, 2016
    - Restore traditional note/diag return values (#694)
@ribasushi
Copy link
Author

Thanks for the quick turnaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant