X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FMeta%2FAttribute%2FTrait%2FDoNotSerialize.pm;h=8bdfd97cf55ef0829cfdb109dc57a153e2aaa0af;hp=0f2342a67a52e91c6b99a2470755ede4e284a12b;hb=e44b5f5498b782752d2c91b6796698c86143a2f0;hpb=68cf3423e9d708f2595f274b62137ada7d11930d diff --git a/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm index 0f2342a..8bdfd97 100644 --- a/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm +++ b/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm @@ -2,13 +2,13 @@ package MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize; use Moose::Role; -our $VERSION = '0.24'; +our $VERSION = '0.32'; our $AUTHORITY = 'cpan:STEVAN'; # register this alias ... package Moose::Meta::Attribute::Custom::Trait::DoNotSerialize; -our $VERSION = '0.24'; +our $VERSION = '0.32'; our $AUTHORITY = 'cpan:STEVAN'; sub register_implementation { 'MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize' }