| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 Jan 2013 16:18:35
1.105
|
jadawin  |
- Update to 1.105 |
10 Jun 2012 18:42:48
1.104
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
01 May 2012 01:47:10
1.104
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
26 Apr 2012 21:00:01
1.104
|
swills  |
- Add TEST_DEPENDS
Approved by: portmgr (blanket) |
14 Dec 2011 10:41:07
1.104
|
clsung  |
- Update to 1.104 |
14 Nov 2011 02:13:49
1.102
|
clsung  |
- Update to 1.102
Feature safe: yes |
26 Sep 2011 03:53:59
1.101
|
clsung  |
- Update to 1.101 |
08 Sep 2011 08:36:43
1.001
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
17 Feb 2011 02:41:29
1.001
|
clsung  |
- add p5-Mock-Quick
Mock-Object provides a declarative mocking interface that results in a
very concise, but clear syntax. There are seperate facilities for
mocking object instances, and classes. You can quickly create an
instance of an object with custom attributes and methods. You can also
quickly create an anonymous class, optionally inhereting from another,
with whatever methods you desire.
Mock-Object also provides a tool that provides an OO interface to
overriding methods in existing classes. This tool also allows for the
restoration of the original class methods. Best of all this is a
localized tool, when your control object falls out of scope the original
class is restored.
WWW: http://search.cpan.org/dist/Mock-Quick/ |