summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-02-13 09:41:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-02-13 09:41:29 +0000
commit35aeab397dc698049a74ea8080751f32a956afe7 (patch)
treefd486fdb3c6a70fb8f838110eda5bf55ff51b1e5 /databases/p5-DBIx-Class-Schema-Loader
parentMark as IGNORE: hs-crypto is incompatible with current GHC, needs updating. (diff)
Update to 0.02000
PR: 93267 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Notes
Notes: svn path=/head/; revision=155903
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile2
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/distinfo6
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/pkg-descr17
3 files changed, 15 insertions, 10 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 540e9103937e..c6b7463c575e 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-Class-Schema-Loader
-PORTVERSION= 0.01004
+PORTVERSION= 0.02000
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
diff --git a/databases/p5-DBIx-Class-Schema-Loader/distinfo b/databases/p5-DBIx-Class-Schema-Loader/distinfo
index 7e9a2020c4f0..4096f039e890 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/distinfo
+++ b/databases/p5-DBIx-Class-Schema-Loader/distinfo
@@ -1,3 +1,3 @@
-MD5 (DBIx-Class-Schema-Loader-0.01004.tar.gz) = c2080932390d1c7844a992071faf2c34
-SHA256 (DBIx-Class-Schema-Loader-0.01004.tar.gz) = d47775e0c78a333492549785bafcd5fbdedf944d40861840fd1af3ddc32eb1d0
-SIZE (DBIx-Class-Schema-Loader-0.01004.tar.gz) = 16497
+MD5 (DBIx-Class-Schema-Loader-0.02000.tar.gz) = ed8d824159b2a0a788911ec36eb552f4
+SHA256 (DBIx-Class-Schema-Loader-0.02000.tar.gz) = 00fe8f19a1b185c2ff84393dcf9832c5549b4d30e89e940d4c5aa4412596431b
+SIZE (DBIx-Class-Schema-Loader-0.02000.tar.gz) = 17216
diff --git a/databases/p5-DBIx-Class-Schema-Loader/pkg-descr b/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
index ac912030ea02..07eb33ad8914 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
+++ b/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
@@ -1,9 +1,3 @@
-THIS IS A DEVELOPMENT RELEASE. This is 0.01xxx, the first public
-releases. Expect things to be broken in various ways. Expect the entire
-design to be fatally flawed. Expect the interfaces to change if it
-becomes neccessary. It's mostly here for people to poke at it and find
-the flaws in it. 0.02 will hopefully have some sanity when we get there.
-
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning table schemas and setting up columns and
primary keys.
@@ -16,4 +10,15 @@ 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.
+While on the whole, the bare table definitions are fairly straightforward,
+relationship creation is somewhat heuristic, especially in the choosing
+of relationship types, join types, and relationship names. The relationships
+generated by this module will probably never be as well-defined as
+hand-generated ones. Because of this, over time a complex project will
+probably wish to migrate off of L<DBIx::Class::Schema::Loader>.
+
+It is designed more to get you up and running quickly against an existing
+database, or to be effective for simple situations, rather than to be what
+you use in the long term for a complex database/project.
+
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/