perl-Test-Class-Most

Test Classes the easy way

When people write test classes with the excellent 'Test::Class', you often see the following at the top of the code: package Some::Test::Class; use strict; use warnings; use base 'My::Test::Class'; use Test::More; use Test::Exception; That's a lot of boilerplate and I don't like boilerplate. So now you can do this: use Test::Class::Most parent => 'My::Test::Class'; That automatically imports the strict manpage and the warnings manpage for you. It also gives you all of the testing goodness from the Test::Most manpage.

There is no official package available for openSUSE Leap 15.5

Distributions

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-15-SP1

Unsupported distributions

The following distributions are not officially supported. Use these packages at your own risk.