aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Class
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.31Martin Wilke2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220545
* Update to 0.30Mathieu Arnold2008-04-092-4/+4
| | | | Notes: svn path=/head/; revision=210930
* - Update to 0.28Martin Wilke2008-01-202-4/+4
| | | | Notes: svn path=/head/; revision=205879
* - Update to 0.27Cheng-Lung Sung2008-01-042-6/+5
| | | | Notes: svn path=/head/; revision=204978
* - add a missing dependencyCheng-Lung Sung2007-12-121-1/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=203187
* - Update to 0.26Cheng-Lung Sung2007-12-122-6/+5
| | | | Notes: svn path=/head/; revision=203105
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.24Cheng-Lung Sung2007-03-022-4/+4
| | | | Notes: svn path=/head/; revision=186319
* - Update to 0.23Cheng-Lung Sung2007-02-242-4/+4
| | | | Notes: svn path=/head/; revision=185794
* - Update to 0.22Cheng-Lung Sung2006-12-042-4/+4
| | | | Notes: svn path=/head/; revision=178807
* - Update to 0.21Cheng-Lung Sung2006-11-052-4/+4
| | | | Notes: svn path=/head/; revision=176493
* - Update to 0.20Cheng-Lung Sung2006-10-313-28/+21
| | | | | | | | PR: ports/104592 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Notes: svn path=/head/; revision=175587
* - Update to 0.18Cheng-Lung Sung2006-10-092-4/+4
| | | | Notes: svn path=/head/; revision=175108
* - Update to 0.17Cheng-Lung Sung2006-10-082-4/+4
| | | | Notes: svn path=/head/; revision=174977
* - Update to 0.16Cheng-Lung Sung2006-10-062-4/+4
| | | | Notes: svn path=/head/; revision=174627
* - Update to 0.15Cheng-Lung Sung2006-10-052-4/+4
| | | | Notes: svn path=/head/; revision=174506
* - Update to 0.14Cheng-Lung Sung2006-10-032-4/+4
| | | | Notes: svn path=/head/; revision=174347
* - Update to 0.13Cheng-Lung Sung2006-10-023-7/+8
| | | | Notes: svn path=/head/; revision=174279
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - Change dependency on p5-Test-Builder-Tester to p5-Test-Simple.Jun Kuriyama2005-11-301-5/+4
| | | | Notes: svn path=/head/; revision=150004
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* Update to 0.11.Anton Berezin2005-02-222-3/+3
| | | | Notes: svn path=/head/; revision=129532
* - Update to 0.10Erwin Lansing2005-02-153-4/+8
| | | | | | | - Hand over to perl@ Notes: svn path=/head/; revision=128913
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* 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