import p5-DBIx-Class-IntrospectableM2M from Andrew Fresh, ok landry@

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 commit is contained in:
sthen 2012-04-06 09:23:09 +00:00
parent ea3e106e55
commit fbfb846c74
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 09:23:09 sthen Exp $
COMMENT= introspect many-to-many shortcuts
DISTNAME= DBIx-Class-IntrospectableM2M-0.001001
CATEGORIES= databases devel
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= databases/p5-DBIx-Class
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = nAWVn9tjIGLsgn7AxzNerg==
RMD160 (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = dy1IHz/QgYRLEPUjDGFqh2LV1jU=
SHA1 (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = AIeqe/ab6uI/A6jHCH982980OCw=
SHA256 (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = lRtPfL0gWI+wcFuwZ2lFW0SraeQGCDpQedK4wHzoP10=
SIZE (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = 14210

View File

@ -0,0 +1,6 @@
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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/06 09:23:09 sthen Exp $
${P5SITE}/DBIx/Class/IntrospectableM2M.pm
@man man/man3p/DBIx::Class::IntrospectableM2M.3p