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=b6515e54d8b308a1ba75cb02b106aef4c179f80b;hpb=a99b06bc698f521b77656a1015fb4c572e39dfeb;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index b6515e5..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.27'; -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