bump version to 0.84
[gitmo/Class-MOP.git] / lib / Class / MOP / Class / Immutable / Class / MOP / Class.pm
CommitLineData
a7b17d6f 1package Class::MOP::Class::Immutable::Class::MOP::Class;
2
3use strict;
4use warnings;
5
47d35fba 6our $VERSION = '0.84';
f04900bf 7$VERSION = eval $VERSION;
8our $AUTHORITY = 'cpan:STEVAN';
9
a7b17d6f 10use base qw(Class::MOP::Class::Immutable::Trait Class::MOP::Class);
11
121;
4325d1a7 13
14__END__
15
16=pod
17
18=head1 NAME
19
20Class::MOP::Class::Immutable::Class::MOP::Class - An immutable subclass of Class::MOP::Class
21
22=head1 DESCRIPTION
23
24This is an empty class which inherits from
25L<Class::MOP::Class::Immutable::Trait> and L<Class::MOP::Class>.
26
27=head1 AUTHOR
28
29Yuval Kogman E<lt>nothingmuch@cpan.orgE<gt>
30
31=head1 COPYRIGHT AND LICENSE
32
33Copyright 2009 by Infinity Interactive, Inc.
34
35L<http://www.iinteractive.com>
36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself.
39
40=cut
41