Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Role / Application / ToRole.pm
index 972278d..21091d6 100644 (file)
@@ -6,8 +6,6 @@ use metaclass;
 
 use Scalar::Util    'blessed';
 
-our $VERSION   = '1.9900';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Role::Application';
@@ -184,14 +182,12 @@ sub apply_method_modifiers {
 
 1;
 
+# ABSTRACT: Compose a role into another role
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::Role::Application::ToRole - Compose a role into another role
-
 =head1 DESCRIPTION
 
 =head2 METHODS
@@ -224,18 +220,5 @@ Moose::Meta::Role::Application::ToRole - Compose a role into another role
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHOR
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2010 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
 =cut