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: openSUSE Tumbleweed |
Version: 0.08 | Vendor: openSUSE |
Release: 1.11 | Build date: Tue Apr 14 22:19:37 2015 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 14383 | Source RPM: perl-Test-Class-Most-0.08-1.11.src.rpm |
Packager: http://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.40.0/Test /usr/lib/perl5/vendor_perl/5.40.0/Test/Class /usr/lib/perl5/vendor_perl/5.40.0/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 Feb 9 01:37:00 2025