| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Feb 2010 15:05:49
0.05003
|
tobez  |
Update to 0.05003.
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
Feature safe: yes |
15 Feb 2010 14:55:33
0.05002
|
tobez  |
Update to 0.005002.
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes |
05 Feb 2010 20:50:29
0.05001
|
tobez  |
Update to 0.05001.
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes |
01 Feb 2010 22:25:39
0.05000_1
|
tobez  |
Fix dependencies. Update PORTREVISION.
Reported by: Geraud CONTINSOUZAS <geraud@gcu.info> |
01 Feb 2010 19:22:59
0.05000
|
tobez  |
Update to 0.05000.
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes |
06 Dec 2009 04:41:12
0.04006_2
|
leeym  |
- update dependency
- bump PORTREVISION |
14 Sep 2009 15:58:33
0.04006_1
|
kuriyama  |
- Fix commens in generated files.
Obtained from: v0.04999_07 (development version) |
16 Aug 2009 10:22:05
0.04006
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
15 Jun 2009 22:07:53
0.04006
|
pgollucci  |
- Update to 0.04006
- Portlint
PR: ports/135100
Approved by: maintainer timeout (lbr; 2 weeks 1 day)
Submitted by: pgollucci@ (myself) |
10 Apr 2008 09:49:54
0.04005
|
lbr  |
Update to 0.04005 |
11 Dec 2007 21:45:35
0.04004
|
lbr  |
Update to 0.04004 |
05 Oct 2007 10:07:20
0.04003
|
lbr  |
Update to 0.04003. |
08 Sep 2007 01:54:37
0.04002
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
24 Jul 2007 20:12:15
0.04002
|
lbr  |
Update to 0.04002 |
27 Jun 2007 14:16:08
0.04001
|
lbr  |
Update to 0.04001 |
08 Jun 2007 06:46:47
0.04000
|
lbr  |
Update to 0.04000 |
25 May 2007 10:37:31
0.03012
|
lbr  |
Update to 0.03012 |
15 Apr 2007 10:50:10
0.03011
|
lbr  |
Update to 0.03011. |
30 Mar 2007 07:26:31
0.03010
|
lbr  |
Update to 0.03010 |
05 Jan 2007 17:50:00
0.03009
|
lbr  |
Update to 0.03009 |
28 Jul 2006 09:29:43
0.03007
|
lbr  |
Update to 0.03007 |
26 Jul 2006 09:03:58
0.03006
|
lbr  |
Update to 0.03006
- no test depends
PR: 100850
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
20 Jul 2006 00:43:04
0.03005
|
lbr  |
Update to 0.03005
Dump some depends that are already in 5.8 base. |
11 Jul 2006 19:39:37
0.03004
|
lbr  |
Update to 0.03004. |
06 Jun 2006 07:12:02
0.03003
|
lbr  |
Update to 0.03003
Approved by: erwin (mentor, implicit) |
24 May 2006 11:40:25
0.03000
|
lbr  |
Update to 0.03000
Approved by: erwin (mentor) |
01 May 2006 14:52:00
0.02007
|
lbr  |
Changing email-address on my 80 ports.
Approved by: erwin (mental) |
26 Mar 2006 20:44:58
0.02007
|
sem  |
- Update to 0.02007
PR: ports/94967
Submitted by: maintainer |
15 Mar 2006 10:15:19
0.02005
|
garga  |
- Update to 0.02005
PR: ports/93933
Submitted by: maintainer |
20 Feb 2006 08:12:21
0.02003
|
erwin  |
Update to 0.02003
PR: 93588
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
19 Feb 2006 09:30:48
0.02002
|
erwin  |
Update to 0.02002
PR: 93556
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
18 Feb 2006 11:08:22
0.02001
|
erwin  |
Update to 0.02001
PR: 93514
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
13 Feb 2006 09:41:29
0.02000
|
erwin  |
Update to 0.02000
PR: 93267
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
08 Feb 2006 09:48:53
0.01004
|
erwin  |
Update to 0.01004
PR: 93029
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
07 Feb 2006 09:05:01
0.01003
|
erwin  |
Update to 0.01003
PR: 92950
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
04 Feb 2006 19:45:40
0.01002
|
erwin  |
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning table schemas and setting up columns and
primary keys.
DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2.
See DBIx::Class::Schema::Loader::Generic for more, and
DBIx::Class::Schema::Loader::Writing for notes on writing your own
db-specific subclass for an unsupported db.
This module requires DBIx::Class 0.05 or later, and obsoletes
DBIx::Class::Loader for DBIx::Class version 0.05 and later.
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
PR: ports/92813
Submitted by: Lars Balker Rasmussen <lars@balker.dk> |