Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Feb 2020 15:58:03
0.22_2

|
sunpoet  |
Change the way *_DEPENDS are set
- Add NO_ARCH
- Sort PLIST
- Update WWW |
05 May 2018 16:18:43
0.22_2

|
az  |
- reassign maintainership to perl@ (these ports are long time stable) |
15 Sep 2017 08:58:50
0.22_2

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.22_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
25 Feb 2015 17:47:53
0.22_2

|
az  |
- point WWW page to meta::cpan |
26 Nov 2014 13:08:38
0.22_2

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 10:41:13
0.22_1

|
bapt  |
Cleanup plist |
15 Dec 2013 08:55:51
0.22_1

|
az  |
- add stage support
- pet portlint |
20 Sep 2013 16:13:49
0.22_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
04 Aug 2013 12:39:45
0.22_1

|
az  |
- Convert to new perl framework
- Trim Makefile header |
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, ...). |