in reply to Testing scripts under Test::More (with Test::Script)

Test::More uses the same back end as Test2::V0. You can use Test::Script with either one without any issue.
  • Comment on Re: Testing scripts under Test::More (with Test::Script)

Replies are listed 'Best First'.
Re^2: Testing scripts under Test::More (with Test::Script)
by bliako (Abbot) on Jun 02, 2023 at 17:38 UTC

    yep, thanks for your helpful comment. It clears my doubts.