Package Info

perl-Test-Class-Most


Test Classes the easy way


Development/Libraries/Perl

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.


License: Artistic-1.0 or GPL-1.0+
URL: http://search.cpan.org/dist/Test-Class-Most/

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.08-bp155.2.9 info GA Release 2023-05-17 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most
0.08-bp154.1.15 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most
0.08-bp153.1.12 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most
0.08-bp152.3.15 info GA Release 2020-04-16 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most
0.08-bp151.3.1 info GA Release 2019-07-16 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most
0.08-bp151.2.12 info GA Release 2019-05-18 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most
0.08-bp150.2.4 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Test-Class-Most