X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FTraits%2FDisableCycleDetection.pm;h=7c9d15a560389867eadf4155f010bd5df77adf99;hb=19d8a777247d4816be278da681de598526eaf1f2;hp=20b1127663196b0fd801e9e9cd6ba1f12aa8764a;hpb=f82612bc1cd0e2d8f5b52d744597bc02609e1eab;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Traits/DisableCycleDetection.pm b/lib/MooseX/Storage/Traits/DisableCycleDetection.pm index 20b1127..7c9d15a 100644 --- a/lib/MooseX/Storage/Traits/DisableCycleDetection.pm +++ b/lib/MooseX/Storage/Traits/DisableCycleDetection.pm @@ -1,9 +1,6 @@ package MooseX::Storage::Traits::DisableCycleDetection; use Moose::Role; -our $VERSION = '0.20'; -our $AUTHORITY = 'cpan:STEVAN'; - requires 'pack'; requires 'unpack'; @@ -60,6 +57,8 @@ references, so if you know what you are doing, you can bypass this check. This trait is applied to all objects that inherit from it. To use this on a per-case basis, see C in L. +=for stopwords culted + See the SYNOPSIS for a nice example that can be easily cargo-culted. =head1 METHODS