X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FMeta%2FAttribute%2FDoNotSerialize.pm;fp=lib%2FMooseX%2FStorage%2FMeta%2FAttribute%2FDoNotSerialize.pm;h=bb2da98a5b69c31372debabe57481ea49fe70be8;hb=5ca5223023de239f2b1b420c692c93efa416e923;hp=c33eb6cab8fd99efc8a8979574a0b040600bb7f4;hpb=8f677182dc509a2559e5c29d0e385038a13dd641;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm index c33eb6c..bb2da98 100644 --- a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm +++ b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm @@ -2,7 +2,7 @@ package MooseX::Storage::Meta::Attribute::DoNotSerialize; use Moose; -our $VERSION = '0.17'; +our $VERSION = '0.18'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; @@ -11,7 +11,7 @@ extends 'Moose::Meta::Attribute'; # register this alias ... package Moose::Meta::Attribute::Custom::DoNotSerialize; -our $VERSION = '0.17'; +our $VERSION = '0.18'; our $AUTHORITY = 'cpan:STEVAN'; sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' }