From: Dave Rolsky Date: Tue, 30 Mar 2010 19:59:54 +0000 (-0500) Subject: Move docs around to keep related items together X-Git-Tag: 1.02~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57385c0daf41b64d818535240abbd2c510d11984;p=gitmo%2FMoose.git Move docs around to keep related items together --- diff --git a/lib/Moose/Util.pm b/lib/Moose/Util.pm index 0eec91d..36e1d2e 100644 --- a/lib/Moose/Util.pm +++ b/lib/Moose/Util.pm @@ -373,12 +373,6 @@ when specifying the C or C option for an attribute: The name resolution mechanism is covered in L. -=item B - -Given a list of scalars, turns them into a proper list in English -("one and two", "one, two, three, and four"). This is used to help us -make nicer error messages. - =item B =item B @@ -387,6 +381,12 @@ Create an alias from the class C<$from> (or the current package, if C<$from> is unspecified), so that L works properly. +=item B + +Given a list of scalars, turns them into a proper list in English +("one and two", "one, two, three, and four"). This is used to help us +make nicer error messages. + =back =head1 TODO