Initial import of stub code
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute.pm
CommitLineData
4dee0fd3 1package MooseX::ClassAttribute;
2
3use warnings;
4use strict;
5
6our $VERSION = '0.01';
7
8
91;
10
11__END__
12
13=pod
14
15=head1 NAME
16
17MooseX::ClassAttribute - The fantastic new MooseX::ClassAttribute!
18
19
20=head1 SYNOPSIS
21
22Quick summary of what the module does.
23
24Perhaps a little code snippet.
25
26 use MooseX::ClassAttribute;
27
28 my $foo = MooseX::ClassAttribute->new;
29
30 ...
31
32=head1 METHODS
33
34This class provides the following methods
35
36=head1 AUTHOR
37
38Dave Rolsky, C<< <autarch@urth.org> >>
39
40=head1 BUGS
41
42Please report any bugs or feature requests to C<bug-moosex-classattribute@rt.cpan.org>,
43or through the web interface at L<http://rt.cpan.org>. I will be
44notified, and then you'll automatically be notified of progress on
45your bug as I make changes.
46
47=head1 COPYRIGHT & LICENSE
48
49Copyright 2007 Dave Rolsky, All Rights Reserved.
50
51This program is free software; you can redistribute it and/or modify
52it under the same terms as Perl itself.
53
54=cut