diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-30 03:10:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-30 03:10:35 +0800 |
commit | 68b3a96ad8ca629b08aa4f9b1960339f3cb64cfc (patch) | |
tree | e94670363acda3c655917555a6cd9a4a924a72d9 /databases/Makefile | |
parent | c2e23d72408ccaa42f6ebea39caae2ea3e5e18f4 (diff) | |
download | freebsd-ports-gnome-68b3a96ad8ca629b08aa4f9b1960339f3cb64cfc.tar.gz freebsd-ports-gnome-68b3a96ad8ca629b08aa4f9b1960339f3cb64cfc.tar.zst freebsd-ports-gnome-68b3a96ad8ca629b08aa4f9b1960339f3cb64cfc.zip |
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/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7d5be57fd571..23971a441f77 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -284,6 +284,7 @@ SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-InflateColumn-IP + SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-UUIDColumns |