in reply to Re^2: Test failing during CPAN Testing
in thread Test failing during CPAN Testing

> I'll be more careful on the next release...

You can also write a test for it so it doesn't happen again. For example, see xt/version.t in one of my modules.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^4: Test failing during CPAN Testing
by Bod (Parson) on Jul 01, 2023 at 19:43 UTC
    You can also write a test for it so it doesn't happen again.

    Thanks choroba very helpful 🙂

    I've used your test code, modified for my needs and incorporated it into the tests for the latest release of Business::Stripe::Webhook. I shall investigate your other tests in time...