diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 19:10:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 19:10:35 +0000 |
commit | fa9186211930f0370123c284996a9a411934f4bd (patch) | |
tree | 917107a5ed6e490ddb9bb89dd4d60e8e876d5ee3 /databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr | |
parent | f616d389ecafba6ae40fd2c6baf044e03782d71b (diff) | |
download | ports-fa9186211930f0370123c284996a9a411934f4bd.tar.gz ports-fa9186211930f0370123c284996a9a411934f4bd.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr')
-rw-r--r-- | databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr b/databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr new file mode 100644 index 000000000000..6485771f7981 --- /dev/null +++ b/databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr @@ -0,0 +1,15 @@ +Because the many-to-many relationships are not real relationships, +they can not be introspected with DBIx::Class. Many-to-many +relationships are actually just a collection of convenience methods +installed to bridge two relationships. This DBIx::Class component +can be used to store all relevant information about these +non-relationships so they can later be introspected and examined. + +This module is fairly esoteric and, unless you are dynamically +creating something out of of a DBIC Schema, is probably the wrong +solution for whatever it is you are trying to do. Please be advised +that compatibility is not guaranteed for DBIx::Class 0.09000+. We +will try to mantain all compatibility, but internal changes might +make it impossible. + +WWW: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/ |