Testing Perl: To Plan or Not to Plan
DZone
MAY 11, 2021
Let's assume for the moment that you're writing a Perl module or application. You'd like to maintain some level of software quality (or kwalitee ), so you're writing a suite of test scripts. Whether you're writing them first (good for you for practicing test-driven development !) or the application code is already there, you'll probably be reaching for Test::Simple , Test::More , or one of the Test2::Suite bundles.
Let's personalize your content