summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-23 20:59:08 -0500
committerdoy <doy@tozt.net>2009-04-23 20:59:08 -0500
commitb6b69845c75459420b22c6888b8fa0fd3753406b (patch)
tree3852a505fa61fe34dc662c02c42d13243eec7a03 /lib
parent976a976031da4be5704b31ac58b6dfbf464a0038 (diff)
downloadmoosex-nonmoose-b6b69845c75459420b22c6888b8fa0fd3753406b.tar.gz
moosex-nonmoose-b6b69845c75459420b22c6888b8fa0fd3753406b.zip
clean up some of the pod
Diffstat (limited to 'lib')
-rw-r--r--lib/MooseX/NonMoose.pm26
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm
index e99cded..41064b1 100644
--- a/lib/MooseX/NonMoose.pm
+++ b/lib/MooseX/NonMoose.pm
@@ -53,11 +53,11 @@ for extending non-Moose modules. L<MooseX::NonMoose::Meta::Role::Class> and
L<MooseX::NonMoose::Meta::Role::Constructor> can also be applied to your
metaclasses manually, either by passing a C<-traits> option to your C<use
Moose;> line, or by applying them using L<Moose::Util::MetaRole> in a
-L<Moose::Exporter>-based class. L<MooseX::NonMoose::Meta::Role::Class> is the
+L<Moose::Exporter>-based package. L<MooseX::NonMoose::Meta::Role::Class> is the
part that provides the main functionality of this module; if you don't care
about inlining, this is all you need to worry about. Applying
L<MooseX::NonMoose::Meta::Role::Constructor> as well will provide an inlined
-constructor, when you immutabilize your class.
+constructor when you immutabilize your class.
=cut
@@ -76,17 +76,6 @@ sub init_meta {
return Class::MOP::class_of($options{for_class});
}
-=head1 AUTHOR
-
- Jesse Luehrs <doy at tozt dot net>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is copyright (c) 2009 by Jesse Luehrs.
-
-This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
=head1 TODO
=over 4
@@ -162,6 +151,17 @@ L<http://search.cpan.org/dist/MooseX-NonMoose>
=back
+=head1 AUTHOR
+
+ Jesse Luehrs <doy at tozt dot net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2009 by Jesse Luehrs.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as perl itself.
+
=cut
1;