cycle stuff
[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
71;
8
9__END__
10
11=pod
12
13=head1 NAME
14
15MooseX::Storage::Meta::Attribute::DoNotSerialize
16
17=head1 SYNOPSIS
18
19=head1 DESCRIPTION
20
21=head1 METHODS
22
23=head2 Introspection
24
25=over 4
26
27=item B<meta>
28
29=back
30
31=head1 BUGS
32
33All complex software has bugs lurking in it, and this module is no
34exception. If you find a bug please either email me, or add the bug
35to cpan-RT.
36
37=head1 AUTHOR
38
39Chris Prather E<lt>chris.prather@iinteractive.comE<gt>
40
41Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
42
43=head1 COPYRIGHT AND LICENSE
44
45Copyright 2007 by Infinity Interactive, Inc.
46
47L<http://www.iinteractive.com>
48
49This library is free software; you can redistribute it and/or modify
50it under the same terms as Perl itself.
51
52=cut