use strict;
use warnings FATAL => 'all';
+our $VERSION = '1.000000'; # 1.0.0
+$VERSION = eval $VERSION;
+
our %INFO;
our %APPLIED_TO;
our %COMPOSED;
See L<< Class::Method::Modifiers/after method(s) => sub { ... } >> for full
documentation.
-=head1 AUTHORS
+=head1 AUTHOR
+
+mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
+
+=head1 CONTRIBUTORS
+
+dg - David Leadbeater (cpan:DGL) <dgl@dgl.cx>
+
+frew - Arthur Axel "fREW" Schmidt (cpan:FREW) <frioux@gmail.com>
+
+hobbs - Andrew Rodland (cpan:ARODLAND) <arodland@cpan.org>
+
+jnap - John Napiorkowski (cpan:JJNAPIORK) <jjn1056@yahoo.com>
+
+ribasushi - Peter Rabbitson (cpan:RIBASUSHI) <ribasushi@cpan.org>
+
+chip - Chip Salzenberg (cpan:CHIPS) <chip@pobox.com>
+
+ajgb - Alex J. G. BurzyĆski (cpan:AJGB) <ajgb@cpan.org>
+
+doy - Jesse Luehrs (cpan:DOY) <doy at tozt dot net>
+
+perigrin - Chris Prather (cpan:PERIGRIN) <chris@prather.org>
+
+=head1 COPYRIGHT
-See L<Moo> for authors.
+Copyright (c) 2010-2012 the Role::Tiny L</AUTHOR> and L</CONTRIBUTORS>
+as listed above.
-=head1 COPYRIGHT AND LICENSE
+=head1 LICENSE
-See L<Moo> for the copyright and license.
+This library is free software and may be distributed under the same terms
+as perl itself.
=cut
=head1 AUTHORS
-See L<Moo> for authors.
+See L<Role::Tiny> for authors.
=head1 COPYRIGHT AND LICENSE
-See L<Moo> for the copyright and license.
+See L<Role::Tiny> for the copyright and license.
=cut