X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FMeta%2FAttribute%2FTrait%2FDoNotSerialize.pm;h=84259d7531a15140b991e9e830d2cc8a17fd8baa;hb=d3671a48f9673b8f5e74f9105b56406e4bfe5a6b;hp=075660024273641b72cac256348dfe05d0669b0f;hpb=1f5c6dd8f93eeac19200d0b3ad36d33e5065f53b;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm b/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm index 0756600..84259d7 100644 --- a/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm +++ b/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm @@ -2,15 +2,9 @@ package MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize; use Moose::Role; -our $VERSION = '0.25'; -our $AUTHORITY = 'cpan:STEVAN'; - # register this alias ... package Moose::Meta::Attribute::Custom::Trait::DoNotSerialize; -our $VERSION = '0.25'; -our $AUTHORITY = 'cpan:STEVAN'; - sub register_implementation { 'MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize' } 1;