mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
2788b970ec
Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder it is designing to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.) Note: This module will make more sense if you are already familiar with the "standard" mechanisms for testing perl code. Those unfamiliar with Test::Harness, Test::Simple, Test::More and friends should go take a look at them now. PR: ports/47589 Submitted by: Erwin Lansing <erwin@lansing.dk>
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Test/Class/.packlist
|
|
lib/perl5/site_perl/%%PERL_VER%%/Test/Class.pm
|
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Test/Class
|
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true
|