Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Role / Application.pm
index ca4d1d9..0743463 100644 (file)
@@ -4,8 +4,6 @@ use strict;
 use warnings;
 use metaclass;
 
-our $VERSION   = '1.9900';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 __PACKAGE__->meta->add_attribute('method_exclusions' => (
@@ -76,14 +74,12 @@ sub apply_after_method_modifiers    { (shift)->apply_method_modifiers('after'  =
 
 1;
 
+# ABSTRACT: A base class for role application
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::Role::Application - A base class for role application
-
 =head1 DESCRIPTION
 
 This is the abstract base class for role applications.
@@ -137,18 +133,5 @@ consideration, and is intentionally not yet documented.
 
 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