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=acf1df17928851cd2253de13bfe7b6fe1edfcc49;hp=2981cc3065548c51725574aabf4da2156715aaa9;hpb=04990d7a1d61ecde1238e6fd224b6b23b462d05a;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm index 2981cc3..a6539f0 100644 --- a/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm +++ b/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm @@ -1,19 +1,12 @@ - package MooseX::Storage::Meta::Attribute::DoNotSerialize; use Moose; -our $VERSION = '0.02'; -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.02'; -our $AUTHORITY = 'cpan:STEVAN'; - sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' } 1;