From: Dave Rolsky Date: Mon, 18 Oct 2010 14:47:16 +0000 (-0500) Subject: Make API docs look like other modules X-Git-Tag: 1.16~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad3882b59692e4e4eab99f9b183c941e6f63d3bd;p=gitmo%2FMoose.git Make API docs look like other modules --- diff --git a/lib/Moose/Error/Default.pm b/lib/Moose/Error/Default.pm index 5a09484..2a91014 100644 --- a/lib/Moose/Error/Default.pm +++ b/lib/Moose/Error/Default.pm @@ -74,14 +74,14 @@ release. =over 4 -=item new @args +=item B<< Moose::Error::Default->new(@args) >> Create a new error. Delegates to C or C. -=item create_error_confess @args +=item B<< $error->create_error_confess(@args) >> -=item create_error_croak @args +=item B<< $error->create_error_croak(@args) >> Creates a new errors string of the specified style.