Merged CMOP into Moose
[gitmo/Moose.git] / lib / Moose.pm
index c551d02..f38cac6 100644 (file)
@@ -4,8 +4,6 @@ use warnings;
 
 use 5.008;
 
-our $VERSION   = '1.9900';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Scalar::Util 'blessed';
@@ -14,7 +12,7 @@ use Carp         'confess';
 use Moose::Deprecated;
 use Moose::Exporter;
 
-use Class::MOP 1.10;
+use Class::MOP;
 
 use Moose::Meta::Class;
 use Moose::Meta::TypeConstraint;
@@ -272,14 +270,12 @@ Moose::Meta::Mixin::AttributeCore->meta->make_immutable(
 
 1;
 
+# ABSTRACT: A postmodern object system for Perl 5
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose - A postmodern object system for Perl 5
-
 =head1 SYNOPSIS
 
   package Point;
@@ -1133,17 +1129,11 @@ L<irc://irc.perl.org/#moose> to discuss. The
 L<Moose::Manual::Contributing> has more detail about how and when you
 can contribute.
 
-=head1 AUTHOR
-
-Moose is an open project, there are at this point dozens of people who have
-contributed, and can contribute. If you have added anything to the Moose
-project you have a commit bit on this file and can add your name to the list.
-
-=head2 CABAL
+=head1 CABAL
 
-However there are only a few people with the rights to release a new version
+There are only a few people with the rights to release a new version
 of Moose. The Moose Cabal are the people to go to with questions regarding
-the wider purview of Moose, and help out maintaining not just the code
+the wider purview of Moose. They help maintain not just the code
 but the community as well.
 
 Stevan (stevan) Little E<lt>stevan@iinteractive.comE<gt>
@@ -1162,7 +1152,7 @@ Florian Ragwitz E<lt>rafl@debian.orgE<gt>
 
 Dave (autarch) Rolsky E<lt>autarch@urth.orgE<gt>
 
-=head2 OTHER CONTRIBUTORS
+=head1 CONTRIBUTORS
 
 Aankhen
 
@@ -1170,47 +1160,56 @@ Adam (Alias) Kennedy
 
 Anders (Debolaz) Nor Berle
 
-Nathan (kolibrie) Gray
+Chris (perigrin) Prather
 
 Christian (chansen) Hansen
 
+Cory (gphat) Watson
+
+Dylan Hardison (doc fixes)
+
 Eric (ewilhelm) Wilhelm
 
+Evan Carroll
+
+Florian (rafl) Ragwitz
+
 Guillermo (groditi) Roditi
 
+Jason May
+
+Jay Hannah
+
 Jess (castaway) Robinson
 
-Matt (mst) Trout
+Jonathan (jrockway) Rockway
 
-Robert (phaylon) Sedlacek
+Matt (mst) Trout
 
-Robert (rlb3) Boone
+Nathan (kolibrie) Gray
 
-Scott (konobi) McWhirter
+Paul (frodwith) Driver
 
-Shlomi (rindolf) Fish
+Piotr (dexter) Roszatycki
 
-Wallace (wreis) Reis
+Robert Buels
 
-Jonathan (jrockway) Rockway
+Robert (phaylon) Sedlacek
 
-Piotr (dexter) Roszatycki
+Robert (rlb3) Boone
 
 Sam (mugwump) Vilain
 
-Cory (gphat) Watson
+Scott (konobi) McWhirter
 
-Dylan Hardison (doc fixes)
+Shawn (Sartak) Moore
 
-... and many other #moose folks
-
-=head1 COPYRIGHT AND LICENSE
+Shlomi (rindolf) Fish
 
-Copyright 2006-2010 by Infinity Interactive, Inc.
+Tom (dec) Lanyon
 
-L<http://www.iinteractive.com>
+Wallace (wreis) Reis
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+... and many other #moose folks
 
 =cut