X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=e5eb9af442bfaf14dbb329f856755076f8fba82b;hb=8af2c2b01fe7c63f2748d1b1deca3198c8974b7f;hp=21787da35a086a312c4ec8c24f70328012a0e0e3;hpb=3e13f37e59d9e944364e51af35894a1dc744bc81;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index 21787da..e5eb9af 100644 --- a/lib/MooseX/Storage/Format/Storable.pm +++ b/lib/MooseX/Storage/Format/Storable.pm @@ -1,12 +1,8 @@ - package MooseX::Storage::Format::Storable; use Moose::Role; use Storable (); -our $VERSION = '0.30'; -our $AUTHORITY = 'cpan:STEVAN'; - requires 'pack'; requires 'unpack'; @@ -58,10 +54,14 @@ MooseX::Storage::Format::Storable - A Storable serialization role =head1 DESCRIPTION +=for stopwords IPC + This module will C and C Moose classes using Storable. It uses C by default so that it can be easily used in IPC scenarios across machines or just locally. +=for stopwords Storable's + One important thing to note is that this module does not mix well with the IO modules. The structures that C and C deal with are Storable's memory representation, and (as far as I know) that