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%2FDoNotSerialize.pm;h=b0b4c4b5e8fa2acc10f8a303eb6a1dcb96a2e444;hp=e014d56279ea01292e5c48bdc9ead5b820cbf355;hb=004bf3ea04d7818116a94bb4b387d8ae1dd10f9a;hpb=be50e6efef21894f1b09b9890e99eb75faffb89d diff --git a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm index e014d56..b0b4c4b 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.27'; +our $VERSION = '0.28'; 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.27'; +our $VERSION = '0.28'; our $AUTHORITY = 'cpan:STEVAN'; sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' }