From b6b69845c75459420b22c6888b8fa0fd3753406b Mon Sep 17 00:00:00 2001 From: doy Date: Thu, 23 Apr 2009 20:59:08 -0500 Subject: clean up some of the pod --- lib/MooseX/NonMoose.pm | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lib') 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 and L can also be applied to your metaclasses manually, either by passing a C<-traits> option to your C line, or by applying them using L in a -L-based class. L is the +L-based package. L 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 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 - -=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 =back +=head1 AUTHOR + + Jesse Luehrs + +=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; -- cgit v1.2.3-54-g00ecf