| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Jan 2012 22:54:59
0.22_1
|
swills  |
- Correct BUILD_DEPENDS and RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
PR: ports/164340
Submitted by: swills (myself)
Approved by: maintainer (blanket) |
07 Oct 2011 11:22:46
0.22
|
culot  |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
17 Sep 2011 07:06:45
0.22
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
08 Jun 2011 14:12:18
0.22
|
az  |
- Update to 0.22 |
25 Apr 2011 07:18:16
0.20
|
az  |
- Update to 0.20.
- Add LICENSE. |
15 Mar 2011 15:40:55
0.18
|
az  |
Update to 0.18 |
03 Jan 2011 15:57:43
0.16
|
az  |
- Update to 0.16 |
21 Nov 2010 11:52:42
0.15
|
az  |
This module allows you to put the arguments to "add_column" in
DBIx::Class::ResultSource right into your attribute definitions and will
automatically call it when it finds an add_column attribute option. It also
replaces the DBIx::Class-generated accessor methods (these are
Class::Accessor::Grouped-generated accessor methods under the hood) with the
Moose-generated accessor methods so that you can use more of the wonderful
powers of Moose (eg. type constraints, triggers, ...). |