e7b3ad3390851989693ba6bb8e39f76f8d078ad5
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Meta / Attribute / DoNotSerialize.pm
1
2 package MooseX::Storage::Meta::Attribute::DoNotSerialize;
3 use Moose;
4
5 extends 'Moose::Meta::Attribute';
6
7 1;
8
9 __END__
10
11 =pod
12
13 =head1 NAME
14
15 MooseX::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
33 All complex software has bugs lurking in it, and this module is no 
34 exception. If you find a bug please either email me, or add the bug
35 to cpan-RT.
36
37 =head1 AUTHOR
38
39 Chris Prather E<lt>chris.prather@iinteractive.comE<gt>
40
41 Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
42
43 =head1 COPYRIGHT AND LICENSE
44
45 Copyright 2007 by Infinity Interactive, Inc.
46
47 L<http://www.iinteractive.com>
48
49 This library is free software; you can redistribute it and/or modify
50 it under the same terms as Perl itself.
51
52 =cut