Name : perl-Test-Class-Most
| |
Version : 0.08
| Vendor : openSUSE
|
Release : bp154.1.1
| Date : 2021-07-15 19:28:51
|
Group : Development/Libraries/Perl
| Source RPM : perl-Test-Class-Most-0.08-bp154.1.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Test Classes the easy way
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch |