| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Mar 2013 13:51:37
0.05_1
|
sunpoet  |
- Add LICENSE
- Update *_DEPENDS
- Use TEST_DEPENDS for test-only dependency
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
- Sort PLIST |
10 Jun 2012 18:42:48
0.05
|
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) |
17 Sep 2011 06:49:29
0.05
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
17 May 2011 11:05:02
0.05
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
25 Jan 2010 15:29:25
0.05
|
tobez  |
Update to 0.05.
Changes: http://search.cpan.org/dist/MooseX-Clone/Changes |
28 Aug 2009 17:37:26
0.04
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
16 Jun 2009 02:23:22
0.04
|
pgollucci  |
- Update to 0.04
PR: ports/135126
Approved by: maintainer timeout (chinsan; 2 weeks)
Submitted by: pgollucci@ (myself) |
30 Aug 2008 15:13:52
0.03
|
chinsan  |
Add p5-MooseX-Clone, fine grained cloning support for Moose objects.
Out of the box Moose only provides very barebones cloning support in order
to maximize flexibility.
This role provides a clone method that makes use of the low level cloning
support already in Moose and adds selective deep cloning based on
introspection on top of that. Attributes with the Clone trait will handle
cloning of data within the object, typically delegating to the attribute
value's own clone method.
WWW: http://search.cpan.org/dist/MooseX-Clone/ |