From: Dave Rolsky Date: Tue, 16 Sep 2008 13:45:40 +0000 (+0000) Subject: Bold the method name X-Git-Tag: 0.58~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23d3fe8408fd228395998604dfa05f59708904ee;p=gitmo%2FMoose.git Bold the method name --- diff --git a/lib/Moose.pm b/lib/Moose.pm index aada0a0..5edf473 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -847,7 +847,7 @@ instead, which lets you stack multiple C-alike modules sanely. It handles getting the exported functions into the right place for you. -=head2 throw_error +=head2 B An alias for C, used by internally by Moose.