X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FBasic.pm;fp=lib%2FMooseX%2FStorage%2FBasic.pm;h=8b74b37a19e2a75971ee01cd001058e536355c05;hb=5b7ea1fd5ab5a918f17cc1bc0450ddf22d7e37c6;hp=686772bbd53e2b2f52c59327038861e0bafb89a1;hpb=c21a034f8b360ad6cbf51ae1dab269fc6ef5a6b3;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Basic.pm b/lib/MooseX/Storage/Basic.pm index 686772b..8b74b37 100644 --- a/lib/MooseX/Storage/Basic.pm +++ b/lib/MooseX/Storage/Basic.pm @@ -82,7 +82,14 @@ but the exported C function. =over 4 -=item B +=item B 1])> + +Providing the C argument disables checks for any cyclical +references. The current implementation for this check is rather naive, so if +you know what you are doing, you can bypass this check. + +This trait is applied on a perl-case basis. To set this flag for all objects +that inherit from this role, see L. =item B { key => val, ... } ] )>