aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Class
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-242-15/+15
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-2/+2
| | | | Notes: svn path=/head/; revision=82871
* Conditionalize dependencies for moudules included in perl 5.8Edwin Groothuis2003-04-131-6/+12
| | | | | | | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. 17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself! PR: ports/50588 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=78882
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* make ports IGNORE instead of BROKEN for perl < 5.6Edwin Groothuis2003-02-121-2/+2
| | | | | | | | | | | bento should not build these ports either, so mark IGNORE instead of BROKEN when perl < 5.6 PR: ports/48207 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=75394
* New port: Test::Class - Easily create test classes in an xUnit styleEdwin Groothuis2003-02-055-0/+61
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> Notes: svn path=/head/; revision=74817