Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Test-Class-Most | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.08 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:43:52 2023 |
Group: Development/Libraries/Perl | Build host: goat47 |
Size: 15311 | Source RPM: perl-Test-Class-Most-0.08-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Test-Class-Most/ | |
Summary: 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.
Artistic-1.0 or GPL-1.0+
* Tue Apr 14 2015 coolo@suse.com - updated to 0.08 see /usr/share/doc/packages/perl-Test-Class-Most/Changes 0.08 November 22, 2012 - No functional change. Bump Test::Class dependendency to 0.38. This fixes an issue where Test::Class fails to install on Windows. #81274 0.07 September 6, 2012 - No functional change. Bump Test::Most dependency to 0.31. This fixes prototype warnings when using Moose. 0.06 December 29, 2011 - Added is_abstract property. * Mon Dec 12 2011 coolo@suse.com - initial package 0.05 * created by cpanspec 1.78.06
/usr/lib/perl5/vendor_perl/5.26.1/Test /usr/lib/perl5/vendor_perl/5.26.1/Test/Class /usr/lib/perl5/vendor_perl/5.26.1/Test/Class/Most.pm /usr/share/doc/packages/perl-Test-Class-Most /usr/share/doc/packages/perl-Test-Class-Most/Changes /usr/share/doc/packages/perl-Test-Class-Most/README /usr/share/man/man3/Test::Class::Most.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025