X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FMeta%2FAttribute%2FDoNotSerialize.pm;h=b309eb76c4ebc91d3802fbfa9581695407de5a2a;hb=7b428d1fd844e32dc3500a1fefc6cd794dc45fc8;hp=29e0e574f95943becab71ddcb053f456cbad65cd;hpb=444851c07ad483bc08fc22769bc64343fc69b719;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm index 29e0e57..b309eb7 100644 --- a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm +++ b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm @@ -2,10 +2,15 @@ package MooseX::Storage::Meta::Attribute::DoNotSerialize; use Moose; +our $VERSION = '0.01'; + extends 'Moose::Meta::Attribute'; # register this alias ... package Moose::Meta::Attribute::Custom::DoNotSerialize; + +our $VERSION = '0.01'; + sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' } 1;