From: Dave Rolsky Date: Fri, 20 Mar 2009 15:49:58 +0000 (-0500) Subject: Make the POD formatting match other Moose POD X-Git-Tag: 0.72_01~63^2^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b68e0de96ffd856a027a7a9882b244f72f1ac34;p=gitmo%2FMoose.git Make the POD formatting match other Moose POD --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 310dc0b..6e7ee9a 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -428,7 +428,9 @@ C module, as long as they all use C. This module provides two public methods: -=head2 Moose::Exporter->setup_import_methods(...) +=over 4 + +=item B<< Moose::Exporter->setup_import_methods(...) >> When you call this method, C build custom C and C methods for your module. The import method will export @@ -440,7 +442,7 @@ exported functions. This method accepts the following parameters: -=over 4 +=over 8 =item * with_caller => [ ... ] @@ -475,12 +477,14 @@ when C is called. =back -=head2 Moose::Exporter->build_import_methods(...) +=item B<< Moose::Exporter->build_import_methods(...) >> Returns two code refs, one for import and one for unimport. Used by C. +=back + =head1 IMPORTING AND init_meta If you want to set an alternative base object class or metaclass