docs
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Meta / Attribute / DoNotSerialize.pm
CommitLineData
b430caa3 1
2package MooseX::Storage::Meta::Attribute::DoNotSerialize;
3use Moose;
4
5extends 'Moose::Meta::Attribute';
6
eebcb6dc 7# register this alias ...
8package Moose::Meta::Attribute::Custom::DoNotSerialize;
9sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' }
10
b430caa3 111;
12
13__END__
14
15=pod
16
17=head1 NAME
18
19MooseX::Storage::Meta::Attribute::DoNotSerialize
20
21=head1 SYNOPSIS
22
23=head1 DESCRIPTION
24
25=head1 METHODS
26
27=head2 Introspection
28
29=over 4
30
31=item B<meta>
32
33=back
34
35=head1 BUGS
36
37All complex software has bugs lurking in it, and this module is no
38exception. If you find a bug please either email me, or add the bug
39to cpan-RT.
40
41=head1 AUTHOR
42
43Chris Prather E<lt>chris.prather@iinteractive.comE<gt>
44
45Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
46
47=head1 COPYRIGHT AND LICENSE
48
49Copyright 2007 by Infinity Interactive, Inc.
50
51L<http://www.iinteractive.com>
52
53This library is free software; you can redistribute it and/or modify
54it under the same terms as Perl itself.
55
56=cut