From: Dave Rolsky <autarch@urth.org>
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<metaclass> or C<traits> option for an attribute:
 The name resolution mechanism is covered in
 L<Moose/Metaclass and Trait Name Resolution>.
 
-=item B<english_list(@items)>
-
-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<meta_class_alias($to[, $from])>
 
 =item B<meta_attribute_alias($to[, $from])>
@@ -387,6 +381,12 @@ Create an alias from the class C<$from> (or the current package, if
 C<$from> is unspecified), so that
 L<Moose/Metaclass and Trait Name Resolution> works properly.
 
+=item B<english_list(@items)>
+
+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