X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FParameterizedJoinHack.pm;fp=lib%2FDBIx%2FClass%2FParameterizedJoinHack.pm;h=d6fb4b2c53bedb63760b4781e288e5595130af37;hb=5d049dcbc7c377a5bd3375ef2cf0dde44126ae94;hp=b332c8997bb693b968122f40ffcdc646f34bf214;hpb=eb0b3e7b5f9685559ac67b9bed87042ea709e882;p=dbsrgits%2FDBIx-Class-ParameterizedJoinHack.git diff --git a/lib/DBIx/Class/ParameterizedJoinHack.pm b/lib/DBIx/Class/ParameterizedJoinHack.pm index b332c89..d6fb4b2 100644 --- a/lib/DBIx/Class/ParameterizedJoinHack.pm +++ b/lib/DBIx/Class/ParameterizedJoinHack.pm @@ -157,6 +157,10 @@ DBIx::Class::ParameterizedJoinHack - Parameterized Relationship Joins ) ->all; +=head1 WARNING + +This module uses L internals and may break at any time. + =head1 DESCRIPTION This L component allows to declare dynamically parameterized @@ -166,10 +170,14 @@ Add the component to your Result class as usual: __PACKAGE__->load_components(qw( ParameterizedJoinHack )); -See L for details on declaring relations. +See L for details on declaring relations. See L for ResultSet usage. +B Currently only L is implemented, since +it is the most requested use-case. However, adding support for other +relationship types is possible if a use-case is found. + =head1 METHODS =head2 parameterized_has_many