X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FMeta%2FAttribute%2FDoNotSerialize.pm;h=a6539f089a3ef63b720a43bb11a26c45096001f3;hb=d3671a48f9673b8f5e74f9105b56406e4bfe5a6b;hp=fe28dcc3ca2b04dea8f8cb8cdb8f197eb5025d53;hpb=f446cd0fed516332c0e96dddb12549703ecb772c;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm index fe28dcc..a6539f0 100644 --- a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm +++ b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm @@ -1,18 +1,12 @@ package MooseX::Storage::Meta::Attribute::DoNotSerialize; use Moose; -our $VERSION = '0.35'; -our $AUTHORITY = 'cpan:STEVAN'; - extends 'Moose::Meta::Attribute'; with 'MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize'; # register this alias ... package Moose::Meta::Attribute::Custom::DoNotSerialize; -our $VERSION = '0.35'; -our $AUTHORITY = 'cpan:STEVAN'; - sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' } 1;